Releases: bank-vaults/secret-init
Releases · bank-vaults/secret-init
v0.2.2
What's Changed
Maintenance 🚧
Dependency Updates ⬆️
View all dependency changes
- chore: bump docker/build-push-action from 6.7.0 to 6.8.0 by @dependabot in #253
- chore: bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #254
- chore: bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #252
- chore(deps): lock file maintenance by @renovate in #255
- chore: bump sigstore/cosign-installer from 3.6.0 to 3.7.0 by @dependabot in #262
- chore: bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #258
- chore: bump github.com/samber/slog-multi from 1.2.2 to 1.2.3 by @dependabot in #256
- chore: bump golang from 1.23.1-alpine3.20 to 1.23.2-alpine3.20 by @dependabot in #257
- chore(deps): lock file maintenance by @renovate in #263
- chore: bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in #260
- chore: bump docker/build-push-action from 6.8.0 to 6.9.0 by @dependabot in #261
- chore: bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #259
- chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0 by @dependabot in #264
- chore: bump aquasecurity/trivy-action from 0.24.0 to 0.27.0 by @dependabot in #265
- chore: bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #267
- chore: bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #266
- chore: bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in #268
- chore: bump github/codeql-action from 3.26.11 to 3.26.12 by @dependabot in #269
- chore(deps): lock file maintenance by @renovate in #270
- chore: bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 by @dependabot in #272
- chore: bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in #271
- chore(deps): lock file maintenance by @renovate in #273
- chore: bump actions/dependency-review-action from 4.3.4 to 4.3.5 by @dependabot in #274
- chore: bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in #277
- chore: bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in #276
- chore: bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.1.0 to 1.2.0 by @dependabot in #278
- chore: bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #275
- chore: bump cloud.google.com/go/secretmanager from 1.14.1 to 1.14.2 by @dependabot in #279
- chore(deps): lock file maintenance by @renovate in #280
- chore: bump github.com/samber/slog-multi from 1.2.3 to 1.2.4 by @dependabot in #281
- chore: bump actions/dependency-review-action from 4.3.5 to 4.4.0 by @dependabot in #282
- chore(deps): lock file maintenance by @renovate in #283
- chore: bump golang from 1.23.2-alpine3.20 to 1.23.3-alpine3.20 by @dependabot in #284
- chore: bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in #286
- chore: bump github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets from 1.2.0 to 1.3.0 by @dependabot in #285
- chore(deps): lock file maintenance by @renovate in #287
- chore: bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in #288
- chore: bump golang from
0974259
toc694a4d
by @dependabot in #290 - chore: bump alpine from
beefdbd
to1e42bbe
by @dependabot in #289 - chore(deps): lock file maintenance by @renovate in #291
- chore: bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in #292
- chore: bump actions/dependency-review-action from 4.4.0 to 4.5.0 by @dependabot in #293
- chore: bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by @dependabot in #295
- chore: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #296
- chore: bump docker/metadata-action from 5.5.1 to 5.6.1 by @dependabot in #294
- chore(deps): lock file maintenance by @renovate in #297
- chore: bump docker/build-push-action from 6.9.0 to 6.10.0 by @dependabot in #298
- chore(deps): lock file maintenance by @renovate in #299
- chore: bump alpine from 3.20.3 to 3.21.0 by @dependabot in #303
- chore: bump golang from 1.23.3-alpine3.20 to 1.23.4-alpine3.20 by @dependabot in #302
- chore: bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #301
- chore: bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in #300
- chore(deps): lock file maintenance by @renovate in #304
Full Changelog: v0.2.1...v0.2.2
v0.2.1
Overview
Features 🚀
- feat: add image signing by @csatib02 in #197
- feat: secret selection done on provider level by @csatib02 in #203
Maintenance 🚧
- chore: bump goreleaser by @csatib02 in #177
- chore: bump go version, packages, dependencies by @csatib02 in #227
- chore: update deps by @csatib02 in #247
- fix: override secrets from path by @csatib02 in #204
- chore: prepare release by @csatib02 in #251
- chore: add change from vault-env to fix log level configurability by @94DanielBrown in #179
Documentation 📄
Dependency Updates ⬆️
View all dependency changes
- chore: bump github.com/aws/aws-sdk-go from 1.53.14 to 1.53.19 by @dependabot in #160
- chore: bump github.com/samber/slog-multi from 1.0.3 to 1.1.0 by @dependabot in #161
- chore: bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in #162
- chore: bump actions/dependency-review-action from 4.3.2 to 4.3.3 by @dependabot in #163
- chore: bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 by @dependabot in #164
- chore: bump DeterminateSystems/magic-nix-cache-action from 6 to 7 by @dependabot in #165
- chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0 by @dependabot in #166
- chore: bump docker/build-push-action from 5.3.0 to 5.4.0 by @dependabot in #167
- chore: bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in #168
- chore: bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #169
- chore: bump github.com/aws/aws-sdk-go from 1.53.19 to 1.54.2 by @dependabot in #170
- chore: bump alpine from 3.20.0 to 3.20.1 by @dependabot in #171
- chore: bump github.com/aws/aws-sdk-go from 1.54.2 to 1.54.6 by @dependabot in #172
- chore: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.6.0 to 1.7.0 by @dependabot in #173
- chore: bump docker/build-push-action from 5.4.0 to 6.1.0 by @dependabot in #174
- chore: bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in #175
- chore: bump github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7 by @dependabot in #178
- chore: bump docker/build-push-action from 6.1.0 to 6.2.0 by @dependabot in #183
- chore: bump github.com/aws/aws-sdk-go from 1.54.6 to 1.54.11 by @dependabot in #181
- chore: bump cloud.google.com/go/secretmanager from 1.13.1 to 1.13.2 by @dependabot in #180
- chore: bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #182
- chore: bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in #184
- chore: bump actions/upload-artifact from 4.3.3 to 4.3.4 by @dependabot in #186
- chore: bump docker/build-push-action from 6.2.0 to 6.3.0 by @dependabot in #187
- chore: bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in #185
- chore: bump github.com/aws/aws-sdk-go from 1.54.11 to 1.54.15 by @dependabot in #189
- chore: bump cloud.google.com/go/secretmanager from 1.13.2 to 1.13.3 by @dependabot in #188
- chore: bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #190
- chore: bump cloud.google.com/go/secretmanager from 1.13.3 to 1.13.4 by @dependabot in #196
- chore: bump github.com/samber/slog-multi from 1.1.0 to 1.2.0 by @dependabot in #194
- chore: bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in #193
- chore: bump github.com/aws/aws-sdk-go from 1.54.15 to 1.54.19 by @dependabot in #195
- chore: bump actions/dependency-review-action from 4.3.3 to 4.3.4 by @dependabot in #191
- chore: bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #192
- chore: bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in #199
- chore: bump docker/build-push-action from 6.3.0 to 6.4.1 by @dependabot in #200
- chore: bump github.com/aws/aws-sdk-go from 1.54.19 to 1.54.20 by @dependabot in #198
- chore(deps): lock file maintenance by @renovate in #176
- chore: bump docker/setup-buildx-action from 3.4.0 to 3.6.1 by @dependabot in #205
- chore(deps): lock file maintenance by @renovate in #215
- chore: bump github.com/aws/aws-sdk-go from 1.54.20 to 1.55.5 by @dependabot in #214
- chore: bump cloud.google.com/go/secretmanager from 1.13.4 to 1.13.5 by @dependabot in #213
- chore: bump alpine from 3.20.1 to 3.20.2 by @dependabot in #212
- chore: bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #206
- chore: bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #207
- chore: bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in #210
- chore: bump docker/build-push-action from 6.4.1 to 6.5.0 by @dependabot in #208
- chore: bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in #209
- chore: bump docker/setup-qemu-action from 3.1.0 to 3.2.0 by @dependabot in #211
- chore: bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #221
- chore: bump sigstore/cosign-installer from 3.5.0 to 3.6.0 by @dependabot in #219
- chore: bump github.com/spf13/cast from 1.6.0 to 1.7.0 by @dependabot in #216
- chore: bump docker/build-push-action from 6.5.0 to 6.6.1 by @dependabot in #218
- chore: bump cloud.google.com/go/secretmanager from 1.13.5 to 1.13.6 by @dependabot in #217
- chore: bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #220
- chore(deps): lock file maintenance by @renovate in #222
- chore: bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in #224
- chore: bump docker/build-push-action from 6.6.1 to 6.7.0 by @dependabot in #225
- chore(deps): lock file maintenance by @renovate in #226
- chore: bump tonistiigi/xx from 1.4.0 to 1.5.0 by @dependabot in #230
- chore: bump github/codeql-action from 3.26.2 to 3.26.5 by @dependabot in #228
- chore: bump cloud.google.com/go/secretmanager from 1.13.6 to 1.14.0 by @dependabot in #229
- chore(deps): lock file maintenance by @renovate in #231
- chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #234
- chore: bump github.com/samber/slog-multi from 1.2.0 to 1.2.1 by @dependabot in #232
- chore: bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #235
- chore(deps): lock file maintenance by @renovate in #236
- chore: bump alpine from 3.20.2 to 3.20.3 by @dependabot in #238
- chore(deps): lock file maintenance by @renovate in https:...
v0.2.0
Overview
Features 🚀
- feat: add bao provider by @csatib02 in #92
- feat: AWS provider by @csatib02 in #120
- feat: GCP provider by @csatib02 in #143
- feat: Azure provider by @csatib02 in #145
- feat: add issue template by @csatib02 in #154
Maintenance 🚧
- refactor: move provider, and common to pkg package by @csatib02 in #85
- fix: add VAULT_LOG_LEVEL env to sanitize so it can be set by @csatib02 in #87
- ci: update dependabot config by @csatib02 in #129
- chore: add released bao image by @csatib02 in #144
- chore: bump go version and bv packages by @csatib02 in #158
Dependency Updates ⬆️
View all dependency changes
- chore: bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #86
- chore: bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 by @dependabot in #97
- chore: bump docker/build-push-action from 5.1.0 to 5.2.0 by @dependabot in #98
- chore: bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #103
- chore: bump github.com/hashicorp/vault/api from 1.12.0 to 1.12.1 by @dependabot in #102
- chore: bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #100
- chore: bump golang from 1.22.0-alpine3.18 to 1.22.1-alpine3.18 by @dependabot in #96
- chore: bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 by @dependabot in #91
- chore: bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #93
- chore: bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #94
- chore: bump cachix/install-nix-action from 25 to 26 by @dependabot in #99
- chore: bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #101
- chore: bump DeterminateSystems/magic-nix-cache-action from 3 to 4 by @dependabot in #106
- chore: bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #105
- chore: bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #104
- chore: bump golang from
010f3b3
toede158f
by @dependabot in #107 - chore: bump github.com/hashicorp/vault/api from 1.12.1 to 1.12.2 by @dependabot in #108
- chore: bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #109
- chore: bump actions/dependency-review-action from 4.1.3 to 4.2.3 by @dependabot in #110
- chore: bump actions/dependency-review-action from 4.2.3 to 4.2.4 by @dependabot in #111
- chore: bump actions/dependency-review-action from 4.2.4 to 4.2.5 by @dependabot in #114
- chore: bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 by @dependabot in #115
- chore: bump golang from 1.22.1-alpine3.18 to 1.22.2-alpine3.18 by @dependabot in #116
- chore: bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #121
- chore: bump actions/upload-artifact from 4.3.1 to 4.3.2 by @dependabot in #123
- chore: bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #125
- chore: bump github.com/hashicorp/vault/api from 1.12.2 to 1.13.0 by @dependabot in #124
- chore: bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #126
- chore: bump actions/upload-artifact from 4.3.2 to 4.3.3 by @dependabot in #127
- chore: bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #128
- chore: bump actions/dependency-review-action from 4.2.5 to 4.3.1 by @dependabot in #130
- chore: bump actions/dependency-review-action from 4.3.1 to 4.3.2 by @dependabot in #131
- chore: bump golang from 1.22.2-alpine3.18 to 1.22.3-alpine3.18 by @dependabot in #132
- chore: bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #136
- chore: bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in #135
- chore: bump DeterminateSystems/magic-nix-cache-action from 4 to 6 by @dependabot in #134
- chore: bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #133
- chore: bump github/codeql-action from 2.13.4 to 3.25.5 by @dependabot in #138
- chore: bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #139
- chore: bump github.com/aws/aws-sdk-go from 1.51.6 to 1.53.5 by @dependabot in #141
- chore: bump golang from
4531927
tod1a601b
by @dependabot in #142 - chore: bump cachix/install-nix-action from 26 to 27 by @dependabot in #140
- chore(deps): lock file maintenance by @renovate in #122
- chore: bump cloud.google.com/go/secretmanager from 1.13.0 to 1.13.1 by @dependabot in #148
- chore: bump github.com/aws/aws-sdk-go from 1.53.5 to 1.53.10 by @dependabot in #146
- chore: bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #152
- chore: bump alpine from 3.19.1 to 3.20.0 by @dependabot in #150
- chore: bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in #151
- chore: bump github.com/samber/slog-multi from 1.0.2 to 1.0.3 by @dependabot in #149
- chore: bump github.com/hashicorp/vault/api from 1.13.0 to 1.14.0 by @dependabot in #147
- chore(deps): lock file maintenance by @renovate in #153
- chore: bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #155
- chore: bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #156
- chore: bump github.com/aws/aws-sdk-go from 1.53.10 to 1.53.14 by @dependabot in #157
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Overview
- feat: Setup generic functionality by @csatib02 in #8
- feat: Add provider selection logic, file provider and tests by @csatib02 in #17
- feat: Add Vault provider by @csatib02 in #35
- feat: Add e2e tests by @csatib02 in #51
- feat: Implement multi provider support by @csatib02 in #59
- fix: handle different vault injection cases by @csatib02 in #75
- feat: Cancel previous workflow on push by @csatib02 in #77
- feat: Add usage examples by @csatib02 in #81
- fix: fix link by adding new directory by @csatib02 in #83
- chore: update bank-vaults deps by @ramizpolic in #73
Dependency Updates ⬆️
View all dependency changes
- chore(deps): bump alpine from 3.18.4 to 3.19.0 by @dependabot in #27
- chore(deps): bump golang from 1.21.3-alpine3.18 to 1.21.5-alpine3.18 by @dependabot in #26
- chore(deps): bump aquasecurity/trivy-action from 0.12.0 to 0.15.0 by @dependabot in #25
- chore(deps): Bump ossf/scorecard-action from 2.3.0 to 2.3.1 by @dependabot in #6
- chore(deps): Bump github.com/spf13/cast from 1.5.1 to 1.6.0 by @dependabot in #21
- chore(deps): Bump actions/dependency-review-action from 3.1.0 to 3.1.4 by @dependabot in #22
- chore(deps): Bump docker/build-push-action from 5.0.0 to 5.1.0 by @dependabot in #20
- chore(deps): lock file maintenance by @renovate in #5
- chore: bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #2
- chore: bump tonistiigi/xx from 1.2.1 to 1.3.0 by @dependabot in #3
- chore: bump cachix/install-nix-action from 23 to 24 by @dependabot in #30
- chore: bump aquasecurity/trivy-action from 0.15.0 to 0.16.0 by @dependabot in #29
- chore: bump golang from
5c1cabd
to9390a99
by @dependabot in #28 - chore: bump docker/metadata-action from 5.0.0 to 5.3.0 by @dependabot in #31
- chore: bump golang from
9390a99
tod8b9994
by @dependabot in #38 - chore: bump docker/metadata-action from 5.3.0 to 5.4.0 by @dependabot in #37
- chore: bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #34
- chore: bump actions/upload-artifact from 4.0.0 to 4.3.0 by @dependabot in #49
- chore: bump actions/dependency-review-action from 3.1.4 to 4.0.0 by @dependabot in #47
- chore: bump actions/cache from 3.3.2 to 4.0.0 by @dependabot in #46
- chore: bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 by @dependabot in #40
- chore: bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #42
- chore: bump golang from 1.21.5-alpine3.18 to 1.21.6-alpine3.18 by @dependabot in #43
- chore: bump alpine from 3.19.0 to 3.19.1 by @dependabot in #57
- chore: bump cachix/install-nix-action from 24 to 25 by @dependabot in #53
- chore: bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in #58
- chore: bump github.com/bank-vaults/vault-sdk from 0.9.1 to 0.9.2 by @dependabot in #55
- chore: bump golang from
869193e
to3bd4475
by @dependabot in #52 - chore: bump cachix/install-nix-action from 24 to 25 by @dependabot in #60
- chore: bump DeterminateSystems/magic-nix-cache-action from 2 to 3 by @dependabot in #61
- chore: bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18 by @dependabot in #66
- chore: bump tonistiigi/xx from 1.3.0 to 1.4.0 by @dependabot in #63
- chore: bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #64
- chore: bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 by @dependabot in #65
- chore: bump actions/dependency-review-action from 4.0.0 to 4.1.0 by @dependabot in #76
- chore: bump haya14busa/action-cond from 1.1.1 to 1.2.1 by @dependabot in #70
- chore: bump actions/dependency-review-action from 4.1.0 to 4.1.3 by @dependabot in #80
New Contributors
- @csatib02 made their first contribution in #8
- @ramizpolic made their first contribution in #23
- @dependabot made their first contribution in #27
- @renovate made their first contribution in #5
Full Changelog: https://github.com/bank-vaults/secret-init/commits/v0.1.0