Releases: Institutional-Investment-Group/vault-plugin-secrets-gitlab
Releases · Institutional-Investment-Group/vault-plugin-secrets-gitlab
v0.2.5
Changelog
- 7322a71: build(deps): Bump actions/setup-go from 4 to 5 (ilijamt#32) (@dependabot[bot])
- 39320df: build(deps): Bump anchore/sbom-action from 0.14.3 to 0.15.0 (ilijamt#28) (@dependabot[bot])
- 8fd0987: build(deps): Bump anchore/sbom-action from 0.15.0 to 0.15.1 (ilijamt#30) (@dependabot[bot])
- e752b33: build(deps): Bump anchore/sbom-action from 0.15.1 to 0.15.2 (ilijamt#38) (@dependabot[bot])
- 7c76770: build(deps): Bump github.com/hashicorp/go-hclog from 1.5.0 to 1.6.1 (ilijamt#31) (@dependabot[bot])
- 96088a7: build(deps): Bump github.com/hashicorp/go-hclog from 1.6.1 to 1.6.2 (ilijamt#36) (@dependabot[bot])
- 3bb0caf: build(deps): Bump github.com/xanzy/go-gitlab from 0.93.2 to 0.94.0 (ilijamt#27) (@dependabot[bot])
- 2983f9b: build(deps): Bump github.com/xanzy/go-gitlab from 0.94.0 to 0.95.2 (ilijamt#35) (@dependabot[bot])
- 4290b5a: build(deps): Bump github/codeql-action from 2 to 3 (ilijamt#34) (@dependabot[bot])
- ed7e8c9: build(deps): Bump golang.org/x/time from 0.3.0 to 0.4.0 (ilijamt#25) (@dependabot[bot])
- 472309c: build(deps): Bump golang.org/x/time from 0.4.0 to 0.5.0 (ilijamt#29) (@dependabot[bot])
- 1263258: build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 (ilijamt#37) (@dependabot[bot])
- 09bdda7: build(deps): Bump slsa-framework/slsa-verifier from 2.4.0 to 2.4.1 (ilijamt#26) (@dependabot[bot])
- 9b7e40d: fix: use an update/put operation for config rotate (@)
v0.2.4
Changelog
- 72d1403: Revert "build(deps): Bump codecov/codecov-action from 3 to 4 (ilijamt#9)" (ilijamt#14) (@ilijamt)
- 6b8fa1c: build(deps): Bump actions/checkout from 3 to 4 (ilijamt#5) (@dependabot[bot])
- a96a00c: build(deps): Bump codecov/codecov-action from 3 to 4 (ilijamt#9) (@dependabot[bot])
- 0f3e8b6: build(deps): Bump github.com/hashicorp/vault/api from 1.9.2 to 1.10.0 (ilijamt#10) (@dependabot[bot])
- 9904e19: build(deps): Bump github.com/hashicorp/vault/sdk from 0.10.0 to 0.10.1 (ilijamt#20) (@dependabot[bot])
- c65e23f: build(deps): Bump github.com/hashicorp/vault/sdk from 0.10.1 to 0.10.2 (ilijamt#21) (@dependabot[bot])
- d4d4dae: build(deps): Bump github.com/hashicorp/vault/sdk from 0.9.2 to 0.10.0 (ilijamt#11) (@dependabot[bot])
- 9997e5b: build(deps): Bump github.com/xanzy/go-gitlab from 0.90.0 to 0.91.1 (ilijamt#12) (@dependabot[bot])
- 78a47c2: build(deps): Bump github.com/xanzy/go-gitlab from 0.91.1 to 0.92.1 (ilijamt#16) (@dependabot[bot])
- 009533d: build(deps): Bump github.com/xanzy/go-gitlab from 0.92.1 to 0.92.3 (ilijamt#17) (@dependabot[bot])
- ef5cb46: build(deps): Bump github.com/xanzy/go-gitlab from 0.92.3 to 0.93.0 (ilijamt#18) (@dependabot[bot])
- e8916db: build(deps): Bump github.com/xanzy/go-gitlab from 0.93.0 to 0.93.1 (ilijamt#19) (@dependabot[bot])
- dc57f1c: build(deps): Bump github.com/xanzy/go-gitlab from 0.93.1 to 0.93.2 (ilijamt#22) (@dependabot[bot])
- 91b2a83: build(deps): Bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0 (ilijamt#6) (@dependabot[bot])
- c7331da: build(deps): Bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0 (ilijamt#8) (@dependabot[bot])
- 5ff05c1: build(deps): Bump slsa-framework/slsa-github-generator (@dependabot[bot])
- 9d0018b: build(deps): Bump slsa-framework/slsa-verifier from 2.1.0 to 2.4.0 (@dependabot[bot])
- f9edd3e: build: Added goreleaser and workflow to generate binary releases (@ilijamt)
- 5c9bc48: build: Fix release workflow to download syft (@ilijamt)
- 4bb7b71: chore(docs): Fix incorrect base_url in gitlab/config (ilijamt#13) (@FalcoSuessgott)
- 33452e2: chore(github): removed go-version-file flag in setup-go action (@ilijamt)
- 595d2ae: chore: fix goreleaser to add v to the version of the plugin as Vault expectes it with a v prefix (@ilijamt)
- 98bc87e: feat: Add a version to the plugin (@ilijamt)
- 88601c7: feat: Added a delete operation for the config backend (@ilijamt)
- 79c460b: feat: Auto rotate the main configuration token (ilijamt#4) (@ilijamt)
- 192e314: fix: Auto rotate token should be between DefaultAutoRotateBeforeMinTTL and DefaultAutoRotateBeforeMaxTTL (@ilijamt)
- 2d9fdcc: fix: Version should now correctly be reported after build in Vault (@ilijamt)
- 4560432: refactor: Removed unnecessary version package (@ilijamt)