Releases: OperantAI/woodpecker
Releases · OperantAI/woodpecker
0.2.1
What's Changed
- Fix woodpecker AI const by @glenn-operant in #93
- Fix component file name by @glenn-operant in #94
- Enable running woodpecker ai in Docker by @glenn-operant in #95
- Fixing woodpecker-ai component uninstall by @glenn-operant in #96
- Woodpecker ai verifier refactor by @glenn-operant in #97
- Build fix for executor server by @glenn-operant in #98
- Demo fixes - woodpecker-ai experiments working after refactoring by @priyanka-operant in #99
- Fixes for woodpecker AI deployment by @glenn-operant in #100
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Build executor docker on release by @glenn-operant in #51
- Adding Secops Chaos AI component by @priyanka-operant in #53
- Fixes bug in calling OpenAI API by @priyanka-operant in #56
- Component functionality by @glenn-operant in #55
- Adding PII verifiers for AI experiments by @priyanka-operant in #58
- Component CI/CD process by @glenn-operant in #62
- Improving structured output to support YAML by @glenn-operant in #66
- Fix components readme link by @glenn-operant in #67
- Add functionality to allow experiments to Kube exec by @glenn-operant in #64
- Adding call API experiment by @glenn-operant in #52
- Enable snippet functionality by @glenn-operant in #68
- Reintroducing goreleaser for secops-chaos cli binaries by @glenn-operant in #69
- LLM Data Leakage Experiment by @priyanka-operant in #71
- Fix flaky test by @priyanka-operant in #73
- Adding LLM Data Poisoning Experiment by @priyanka-operant in #74
- Adding Kube exec experiment by @glenn-operant in #79
- Adding image and command to Privileged Container experiment by @glenn-operant in #77
- Adding descriptive outcomes for AI experiments by @priyanka-operant in #81
- Improvements to privileged container verifier by @glenn-operant in #80
- Dev by @priyanka-operant in #83
- README fixes by @glenn-operant in #84
- README fixes by @glenn-operant in #85
- Update README.md by @priyanka-operant in #88
- Bump transformers from 4.38.2 to 4.50.0 in /cmd/secops-chaos-ai by @dependabot in #89
- Bump golang.org/x/net from 0.23.0 to 0.38.0 by @dependabot in #90
- Rebranding by @glenn-operant in #91
- Revamp CI/CD by @glenn-operant in #92
Full Changelog: 0.1.1...0.2.0
0.1.1
What's Changed
- adding remote executor and example experiment by @alconen in #44
- Adding list k8s secrets experiment by @priyanka-operant in #46
- Dev by @priyanka-operant in #47
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #48
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #49
- Dev by @glenn-operant in #50
New Contributors
- @dependabot made their first contribution in #48
Full Changelog: 0.1.0...0.1.1
0.1.0
Changelog
- 61968ba Adding Github Action
- 188b4fa Adding MITRE in the category
- e5b325d Adding credential access app secrets experiment
- 4ad386f Adding in ClusterAdminBinding Experiment (#14)
- ed005a5 Adding new files
- a36a055 Adding tests
- c20481b Bug fix for host path verifier
- bc52a51 Changing type to name to allow multiple experiments of the same type to run
- a9feca1 Changing verifier for host path and other edits
- d63dba1 Completing MITRE terminology within the results
- f069ab0 Experiment files documentation (#13)
- e2d218f Fixing Go install (#37)
- 0b5d5a3 Fixing description column width
- 4f6923a Fixing linter issues (#34)
- aab67fb Fixing namespace flag removal (#11)
- a984d9e Fixing typo, and wrong badge in README (#9)
- e4c916e Fixing version string not being populated (#15)
- 9373f77 Implement a release process (#42)
- 2500ef9 Improve docs (#8)
- 18d6ae4 Improve verifier output (#5)
- 2230ff3 Initial commit
- 8e8989e Initial scaffolding (#2)
- 786dc37 Merge branch 'dev' into priyankatembey/sc-1643/parser-config
- 9b77074 Merge branch 'dev' into priyankatembey/sc-1667/credential-access-env-var
- 70e6637 Merge pull request #10 from OperantAI/dev
- 4256bac Merge pull request #12 from OperantAI/dev
- bfcc80a Merge pull request #33 from OperantAI/dev
- 42593c8 Merge pull request #35 from OperantAI/priyankatembey/sc-1667/credential-access-env-var
- 5e7ac98 Merge pull request #36 from OperantAI/dev
- d745a38 Merge pull request #38 from OperantAI/dev
- f2d1fc2 Merge pull request #4 from OperantAI/priyankatembey/sc-1643/parser-config
- a918039 Merge pull request #45 from OperantAI/dev
- 4b93253 Merge pull request #7 from OperantAI/priyankatembey/sc-1650/bug-fix-volumes-check
- 3895b21 Output pkg improvements (#3)
- e86d5f6 Parser changes and adding an experiment
- 1ef08ba Privileged Container Bugfixes (#32)
- dbffa88 Remove namespace flags (#6)
- 9976af9 Update LICENSE
- e9643c9 Update README.md
- ec94459 Updating Licensing (#1)
- 0af98c7 fixing docs (#41)
- c858c38 fixing order of category and technique in cluster admin binding experiment
- cb92163 refactor client to struct (#39)
- 153955b verify changes