chore(deps): update helm release external-secrets to v0.12.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
external-secrets | minor |
0.9.13 -> 0.12.1
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
external-secrets/external-secrets (external-secrets)
v0.12.1
RELEASE VERSION
My apologies, when creating the release, 0.12.0 failed. The branch and tag however, have been created and I was unable to delete them. Thus, the version has been increased to 0.12.1 after the fix and now that's the current version. I hand updated the release notes to include everyone into the changes.
BREAKING CHANGES
The following breaking changes have been introduced into this release:
- Permission update for AWS provider adding BulkFetch when getting multiple secrets ( significant API reduce but comes with adding a permission for bulk endpoint )
- fixed a typo for a generator in the json tag where before it was
ecrRAuthorizationTokenSpec
with an extra R - We standardized the GCP Secrets Manager Metadata structure for PushSecrets ( be aware that existing manifests will stop working until updated to the standardized version ) for more info see https://github.com/external-secrets/external-secrets/pull/4210
Images
Image: ghcr.io/external-secrets/external-secrets:v0.12.1
Image: ghcr.io/external-secrets/external-secrets:v0.12.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.12.1-ubi-boringssl
What's Changed
- chore(deps): bump ubi8/ubi from
7287624
to37cdac4
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4245 - revert: softprops update failing the release process by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4248
- chore: bump helm chart version v0.11.0 by @Skarlso https://github.com/external-secrets/external-secrets/pull/4166
- chore(deps): bump mkdocs-material in /hack/api-docs by @dependabot https://github.com/external-secrets/external-secrets/pull/4165
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4169
- Gc/fix clusterexternalsecret metrics by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4170
- chore(deps): bump distroless/static from
f4a57e8
to5c7e2b4
by @dependabot https://github.com/external-secrets/external-secrets/pull/4164 - chore: deprecate olm proposal by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4175
- fix: error handling for gitlab variable fetch by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4177
- fix: v1 templates with metadata + always cleanup orphaned secrets by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4174
- fix: handle empty template engine version by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4182
- chore(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4190
- chore(deps): bump actions/attest-build-provenance from 1.4.4 to 2.0.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4189
- chore(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4188
- update dependencies in https://github.com/external-secrets/external-secrets/pull/4196
- chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4187
- chore(deps): bump alpine from 3.20.3 to 3.21.0 in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4184
- chore(deps): bump golang from 1.23.3-bookworm to 1.23.4-bookworm by @dependabot in https://github.com/external-secrets/external-secrets/pull/4185
- chore(deps): bump alpine from 3.20 to 3.21 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4186
- chore(deps): bump alpine from
1e42bbe
to21dc606
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4191 - chore(deps): bump golang from 1.23.3 to 1.23.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4192
- chore(deps): bump six from 1.16.0 to 1.17.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4193
- chore(deps): bump mkdocs-material in /hack/api-docs by dependabot in by @dependabot in https://github.com/external-secrets/external-secrets/pull/4194
- feat: 1password add support for tags and configurable PushSecret vault by @Dariusch (#4173)
- fix: ensure existing labels are retained for secrets in GCP secrets by @newtondev (#4160)
- fix: return not found error when there is no secret for vault provider by @Skarlso (#4183)
- fix: error in order of function call UpdateEnvironment by @dirien (#4201)
- BREAKING: Standardize GCP Secret Manager PushSecret metadata format and add CMEK support @janlauber in (#4210)
- docs: add raw markdown tags to PushSecret example in Google Secrets Manager documentation by @janlauber in (#4213)
- Design/target custom resources by @gusfcarvalho (#3449)
- chore(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot (#4215)
- chore(deps): bump actions/attest-build-provenance from 2.0.1 to 2.1.0 by @dependabot in (#4216)
- feat: update to use Batch value get instead of List and Fetch all secrets for AWS provider by @Skarlso in (#4181)
- fix: increase default QPS/Burst to 50/100 by @thesuperzapper (#4202)
- chore(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0 by @dependabot (#4217)
- chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by @dependabot (#4218)
- chore(deps): bump certifi from 2024.8.30 to 2024.12.14 by @dependabot
- chore(deps): bump golang from
6c5c959
to6c5c959
by @dependabot (#4220) - chore: update dependencies by @eso-service-account-app (#4223)
- Add AWS ECR Public authorization token support by @pmcenery (#4229)
- fix: typo in the ecrAuthorizationTokenSpec json tag by @Skarlso (#4212)
- feat: fix a bunch of Sonar issues by @Skarlso (#4208)
- fix: Dockerfile.ubi using the wrong registry by @Skarlso (#4234)
- feat: add filterCertChain template helper function by @sboschman (#3934)
- fix: SonarCloud security hotspot by @Skarlso in (#4235)
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.11.0...v0.12.1
v0.11.0
Deprecation of OLM Releases
As of 0.11.0
is the last release available for OLM until further notice. Depending on the way this goes, we might still have OLM support (ideally with a properly built operator for that), but for sure in a different support scheme as to not overload maintainers anymore.
Also a valid note - you can still use 0.11.0 OLM release and the newest ESO images, you just need to set image.tag appropriately in your setup.
Kubernetes API load and significant decrease
A new way of reconciling external secrets has been added with pull request #4086.
This significantly reduces the number of API calls that we make to the kubernetes API server.
- Memory usage might increase if you are not already using
--enable-secrets-caching
- If you are using
--enable-secrets-caching
and want to decrease memory usage at the expense of slightly higher API usage, you can disable it and only enable--enable-managed-secrets-caching
(which is the new default)
- If you are using
- In ALL cases (even when CreationPolicy is Merge), if a data key in the target Secret was created by the ExternalSecret, and it no longer exists in the template (or data/dataFrom), it will be removed from the target secret:
- This might cause some peoples secrets to be "cleaned of data keys" when updating to 0.11.
- Previously, the behaviour was undefined, and confusing because it was sort of broken when the template feature was added.
- The one exception is that ALL the data suddenly becomes empty and the DeletionPolicy is retain, in which case we will not even report and error, just change the SecretSynced message to explain that the secret was retained.
- When CreationPolicy is Owner, we now will NEVER retain any keys and fully calculate the "desired state" of the target secret each loop:
- This means that some peoples secrets might have keys removed when updating to 0.11.
Generators and ClusterGenerator
We added ClusterGenerators and Generator caching as well. This might create some problems in the way generators are defined now.
CRD Admission Restrictions
All of the CRDs now have proper kubebuilder markers for validation. This might surprise someone leaving out some data that was essentially actually required or expected in a certain format. This is now validated in #4104.
Images
Image: ghcr.io/external-secrets/external-secrets:v0.11.0
Image: ghcr.io/external-secrets/external-secrets:v0.11.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.11.0-ubi-boringssl
What's Changed
- chore: bump version v0.10.7 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4141
- feat: significantly reduce api calls and introduce partial secret cache by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4086
- chore(deps): bump mkdocs-material from 9.5.44 to 9.5.45 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4143
- chore(deps): bump tornado from 6.4.1 to 6.4.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4144
- chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4145
- chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4146
- chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4147
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4148
- fix: gitlab empty response by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4152
- feat: add ability to push expiration date to secret in azure key vault by @deggja in https://github.com/external-secrets/external-secrets/pull/4149
- feat: implement a cluster-wide generator by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4140
- feat: Add API key auth support on BeyondTrust provider by @dtejadav in https://github.com/external-secrets/external-secrets/pull/4101
- Add support for multiple Items fields in DelineSecretServer secrets by @ronaldosaheki in https://github.com/external-secrets/external-secrets/pull/4051
- chore: deprecation policy and deprecating process by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4154
- fix: use cache when retrieving generators by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4153
- fix: e2e test for AWS not setting name and namespace by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4157
- fix: handle managed identity ClientID or ResourceID in acr generator by @bonddim in https://github.com/external-secrets/external-secrets/pull/4150
- feat: add CRD validation for resource name/key fields by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4104
- fix: issues with generators by @thesuperzapper in https://github.com/external-secrets/external-secrets/pull/4163
New Contributors
- @thesuperzapper made their first contribution in https://github.com/external-secrets/external-secrets/pull/4086
- @deggja made their first contribution in https://github.com/external-secrets/external-secrets/pull/4149
- @dtejadav made their first contribution in https://github.com/external-secrets/external-secrets/pull/4101
- @ronaldosaheki made their first contribution in https://github.com/external-secrets/external-secrets/pull/4051
- @bonddim made their first contribution in https://github.com/external-secrets/external-secrets/pull/4150
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.7...v0.11.0
v0.10.7
Image: ghcr.io/external-secrets/external-secrets:v0.10.7
Image: ghcr.io/external-secrets/external-secrets:v0.10.7-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.7-ubi-boringssl
What's Changed
- Release v0.10.6 helm chart docs by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4133
- fix: permissions on steps is not a thing by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4134
- fix(azure-keyvault): remove incorrect suffix from provider URL to fix OpenID discovery call by @weisdd in https://github.com/external-secrets/external-secrets/pull/4136
- chore: add blog by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4137
- feat: add yaml based encoding for get secrets as map by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4001
New Contributors
- @weisdd made their first contribution in https://github.com/external-secrets/external-secrets/pull/4136
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.6...v0.10.7
v0.10.6
Image: ghcr.io/external-secrets/external-secrets:v0.10.6
Image: ghcr.io/external-secrets/external-secrets:v0.10.6-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.6-ubi-boringssl
What's Changed
- docs: release helm charts for v0.10.5 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4038
- feat: Support repositories and permissions in GitHub generator by @konradasb in https://github.com/external-secrets/external-secrets/pull/4039
- chore: Add Hostinger to ADOPTERS.md by @konradasb in https://github.com/external-secrets/external-secrets/pull/4053
- chore(deps): bump distroless/static from
69830f2
tocc226ca
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4043 - chore(deps): bump mkdocs-macros-plugin from 1.3.6 to 1.3.7 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4044
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4045
- chore(deps): bump actions/cache from 4.1.1 to 4.1.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4046
- chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4047
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4049
- chore(deps): bump github/codeql-action from 3.26.13 to 3.27.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4048
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4050
- fix: improve SecretExists in Bitwarden provider by @logaritmisk in https://github.com/external-secrets/external-secrets/pull/4058
- Adding Pulumi ESC to intro page by @aaronkao in https://github.com/external-secrets/external-secrets/pull/4062
- Updated stability and supported features for Akeyless by @eitan-kr in https://github.com/external-secrets/external-secrets/pull/4061
- chore(deps): bump watchdog from 5.0.3 to 6.0.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4067
- chore(deps): bump pymdown-extensions from 10.11.2 to 10.12 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4068
- chore(deps): bump mkdocs-material from 9.5.42 to 9.5.43 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4069
- chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4070
- chore: move inactive maintainers to emeritus by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4073
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4071
- Update VaultAppRole documentation to show/use roleRef in its examples by @mtougeron in https://github.com/external-secrets/external-secrets/pull/4035
- feat: add option to configure topic information for GCM by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4055
- feat: add AWS STS Session token generator by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4041
- chore(helm): Add extra labels to the validating webhooks by @tete17 in https://github.com/external-secrets/external-secrets/pull/4074
- Reduce refreshInterval example for ACR by @lindhe in https://github.com/external-secrets/external-secrets/pull/4078
- Fix PushSecret lookup in keepersecurity provider by @idimov-keeper in https://github.com/external-secrets/external-secrets/pull/4077
- Add ability to use RetrySettings in the VaultDynamicSecret generator by @samm-git in https://github.com/external-secrets/external-secrets/pull/4076
- chore(deps): bump golang from 1.23.2 to 1.23.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4089
- chore(deps): bump packaging from 24.1 to 24.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4090
- chore(deps): bump mkdocs-material from 9.5.43 to 9.5.44 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4091
- Update docs for ExternalSecrets's refreshInterval by @lindhe in https://github.com/external-secrets/external-secrets/pull/4097
- chore(deps): bump zipp from 3.20.2 to 3.21.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4092
- chore(deps): bump regex from 2024.9.11 to 2024.11.6 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4093
- chore(deps): bump golang from 1.23.2-bookworm to 1.23.3-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4094
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4096
- chore(deps): bump github/codeql-action from 3.27.0 to 3.27.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4088
- fix: typo in webhook.md by @salekseev in https://github.com/external-secrets/external-secrets/pull/4100
- docs: reformat pushsecrets documentation to be a list by @twobiers in https://github.com/external-secrets/external-secrets/pull/4102
- fix: refresh interval values by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4111
- Sign helm chart artifact in ghcr.io by @aruuunn in https://github.com/external-secrets/external-secrets/pull/4098
- chore(deps): bump distroless/static from
cc226ca
tof4a57e8
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4112 - chore(deps): bump golang from
0974259
toc694a4d
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4113 - chore(deps): bump alpine from
beefdbd
to1e42bbe
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4114 - chore(deps): bump github/codeql-action from 3.27.1 to 3.27.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4115
- chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4116
- chore(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4117
- chore(deps): bump alpine from
beefdbd
to1e42bbe
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4118 - chore(deps): bump alpine from
beefdbd
to1e42bbe
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4119 - chore(deps): bump golang from
0e3377d
to3f3b9da
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4120 - fix: re-enable signing helm release by @moolen in https://github.com/external-secrets/external-secrets/pull/4109
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4122
- feat: enable concurrent reconciling for push secret reconciler by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4124
- feat: supporting pushing entire secret for bitwarden provider by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4106
- fix: do not import gpg key from forked repo by @moolen in https://github.com/external-secrets/external-secrets/pull/4126
- feat: implement SecretExists function for gcp secretsmanager by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4127
- fix: restrict the token permission update to the push chart step by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4128
- fix: further restrict token permissions on helm action steps by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4129
- Change wrong YAML TLS keys in documentation by @ilovelinux in https://github.com/external-secrets/external-secrets/pull/4131
New Contributors
- @konradasb made their first contribution in https://github.com/external-secrets/external-secrets/pull/4039
- @logaritmisk made their first contribution in https://github.com/external-secrets/external-secrets/pull/4058
- @aaronkao made their first contribution in https://github.com/external-secrets/external-secrets/pull/4062
- @eitan-kr made their first contribution in https://github.com/external-secrets/external-secrets/pull/4061
- @tete17 made their first contribution in https://github.com/external-secrets/external-secrets/pull/4074
- @idimov-keeper made their first contribution in https://github.com/external-secrets/external-secrets/pull/4077
- @samm-git made their first contribution in https://github.com/external-secrets/external-secrets/pull/4076
- @salekseev made their first contribution in https://github.com/external-secrets/external-secrets/pull/4100
- @twobiers made their first contribution in https://github.com/external-secrets/external-secrets/pull/4102
- @aruuunn made their first contribution in https://github.com/external-secrets/external-secrets/pull/4098
- @ilovelinux made their first contribution in https://github.com/external-secrets/external-secrets/pull/4131
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.5...v0.10.6
v0.10.5
Image: ghcr.io/external-secrets/external-secrets:v0.10.5
Image: ghcr.io/external-secrets/external-secrets:v0.10.5-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.5-ubi-boringssl
What's Changed
- release: update helm charts to version v0.10.4 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3957
- Webhook bugfix: ClusterSecretStore with caProvider type Secret does not pass the secret's namespace by @samwambach in https://github.com/external-secrets/external-secrets/pull/3960
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3966
- chore(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3967
- chore(deps): bump watchdog from 5.0.2 to 5.0.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3971
- chore(deps): bump pymdown-extensions from 10.9 to 10.11.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3972
- chore(deps): bump mkdocs-material from 9.5.36 to 9.5.39 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3973
- chore(deps): bump golang from
1a5326b
todba79eb
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3968 - fix: fix slice init length by @cuishuang in https://github.com/external-secrets/external-secrets/pull/3964
- chore(deps): bump golang from
ac67716
toac67716
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3969 - chore(deps): bump distroless/static from
b033683
to69830f2
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3970 - chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3974
- feat: allow generators to be referenced from a PushSecret by @moolen in https://github.com/external-secrets/external-secrets/pull/3965
- chore(deps): bump golang from 1.23.1 to 1.23.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3984
- chore(deps): bump docker/setup-buildx-action from 3.6.1 to 3.7.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3985
- docs: add blog post about Pulumi ESC and ESO by @dirien in https://github.com/external-secrets/external-secrets/pull/3996
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3986
- chore(deps): bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3987
- chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3989
- chore(deps): bump termcolor from 2.4.0 to 2.5.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3990
- chore(deps): bump pymdown-extensions from 10.11.1 to 10.11.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3991
- fix cert auth without token fixed #3926 by @kaedwen in https://github.com/external-secrets/external-secrets/pull/3952
- chore(deps): bump github/codeql-action from 3.26.9 to 3.26.12 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3997
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3993
- chore(deps): bump golang from 1.23.1-bookworm to 1.23.2-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3992
- Implement Kubernetes PushSecret metadata by @moolen in https://github.com/external-secrets/external-secrets/pull/3600
- feat: edit all required changes for recursive option by @Tchoupinax in https://github.com/external-secrets/external-secrets/pull/3939
- chore(deps): bump charset-normalizer from 3.3.2 to 3.4.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4003
- chore(deps): bump mkdocs-macros-plugin from 1.2.0 to 1.3.5 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4004
- chore(deps): bump markupsafe from 2.1.5 to 3.0.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4005
- chore(deps): bump mkdocs-material from 9.5.39 to 9.5.40 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4006
- chore(deps): bump golang from
9dd2625
to9dd2625
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4007 - chore(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.27.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4008
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4009
- chore(deps): bump actions/cache from 4.1.0 to 4.1.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4010
- chore(deps): bump aquasecurity/trivy-action from 0.27.0 to 0.28.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4019
- chore(deps): bump github/codeql-action from 3.26.12 to 3.26.13 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4020
- chore(deps): bump mkdocs-material from 9.5.40 to 9.5.42 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4021
- chore(deps): bump markupsafe from 3.0.1 to 3.0.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4022
- chore(deps): bump mkdocs-macros-plugin from 1.3.5 to 1.3.6 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4023
- chore(deps): bump golang from
18d2f94
to2341ddf
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4024 - chore(deps): bump golang from
9dd2625
to9dd2625
by @dependabot in https://github.com/external-secrets/external-secrets/pull/4025 - chore: upgrade beyondtrust go client library by @btfhernandez in https://github.com/external-secrets/external-secrets/pull/4027
New Contributors
- @samwambach made their first contribution in https://github.com/external-secrets/external-secrets/pull/3960
- @cuishuang made their first contribution in https://github.com/external-secrets/external-secrets/pull/3964
- @Tchoupinax made their first contribution in https://github.com/external-secrets/external-secrets/pull/3939
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.4...v0.10.5
v0.10.4
WARNING: With this update, Pulumi has added projectID
to it's required properties.
Image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.4
Image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.4-ubi
Image: oci.external-secrets.io/external-secrets/external-secrets:v0.10.4-ubi-boringssl
Default image registry change
From this version onwards, the default image registry name will be oci.external-secrets.io. While GHCR.io will keep on working for the foreseeable future, this change is to allow an eventual migration away from GHCR.
deprecation of GHCR - if performed, will be announced previous to its implementation and switch.
What's Changed
- chore: bump helm chart version v0.10.3 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3896
- fix: remove unnecessary err check by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3899
- chore: updates default oci by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3903
- fix: fix typo in provider name by @btfhernandez in https://github.com/external-secrets/external-secrets/pull/3900
- chore(deps): bump regex from 2024.7.24 to 2024.9.11 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3908
- chore(deps): bump urllib3 from 2.2.2 to 2.2.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3909
- chore(deps): bump zipp from 3.20.1 to 3.20.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3910
- chore(deps): bump idna from 3.8 to 3.10 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3911
- chore(deps): bump platformdirs from 4.3.2 to 4.3.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3912
- chore(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3913
- chore(deps): bump golang from
ac67716
toac67716
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3914 - Fix: Update Label for Documentation by @KAZYPinkSaurus in https://github.com/external-secrets/external-secrets/pull/3898
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3915
- Add support for Vault kvv1 by @nick-knowlson-alayacare in https://github.com/external-secrets/external-secrets/pull/3790
- enable dark theme by @andylim0221 in https://github.com/external-secrets/external-secrets/pull/3061
- RELEASE BLOCKER: fix: flux and e2e tests not using the right image names for caching on local kind cluster by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3923
- fix: build a second image to fix the flux managed and unmanaged test by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3931
- Add attached file support to all onepassword secrets by @titilambert in https://github.com/external-secrets/external-secrets/pull/3901
- Feature/asm 11630 akeyless push secret by @dan-akeyless in https://github.com/external-secrets/external-secrets/pull/3907
- feat: update Pulumi provider for GA by @dirien in https://github.com/external-secrets/external-secrets/pull/3917
- Implements Previder provider for Previder Secret Vault implementation by @gkwmiddelkamp in https://github.com/external-secrets/external-secrets/pull/3916
- chore(deps): bump mkdocs-material from 9.5.34 to 9.5.36 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3941
- chore(deps): bump importlib-metadata from 8.4.0 to 8.5.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3943
- chore(deps): bump importlib-resources from 6.4.4 to 6.4.5 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3945
- chore(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3946
- chore(deps): bump distroless/static from
95eb83a
tob033683
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3947 - docs(beyondtrust): fix provider indentation, smaller fixes by @dmpe in https://github.com/external-secrets/external-secrets/pull/3924
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3948
- chore(deps): bump platformdirs from 4.3.3 to 4.3.6 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3942
- chore(deps): bump mkdocs-macros-plugin from 1.0.5 to 1.2.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3944
- fix: pin to the right version for azure keyvault by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3949
- docs: pin CRDs version in FluxCD example, bump api versions by @malovme in https://github.com/external-secrets/external-secrets/pull/3940
- Make CRD categories useful by @mindw in https://github.com/external-secrets/external-secrets/pull/3929
- fix: uuid generator doc example links by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3955
New Contributors
- @KAZYPinkSaurus made their first contribution in https://github.com/external-secrets/external-secrets/pull/3898
- @nick-knowlson-alayacare made their first contribution in https://github.com/external-secrets/external-secrets/pull/3790
- @andylim0221 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3061
- @dan-akeyless made their first contribution in https://github.com/external-secrets/external-secrets/pull/3907
- @gkwmiddelkamp made their first contribution in https://github.com/external-secrets/external-secrets/pull/3916
- @dmpe made their first contribution in https://github.com/external-secrets/external-secrets/pull/3924
- @malovme made their first contribution in https://github.com/external-secrets/external-secrets/pull/3940
- @mindw made their first contribution in https://github.com/external-secrets/external-secrets/pull/3929
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.3...v0.10.4
v0.10.3
Image: ghcr.io/external-secrets/external-secrets:v0.10.3
Image: ghcr.io/external-secrets/external-secrets:v0.10.3-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.3-ubi-boringssl
What's Changed
- release: update helm charts to version v0.10.2 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3846
- Use Conjur API's built in JWT functions by @szh in https://github.com/external-secrets/external-secrets/pull/3771
- fix: set grpc resolver explicitly in yandex by @stek29 in https://github.com/external-secrets/external-secrets/pull/3838
- Add values.schema.json generation to Helm chart by @PrateekKumar1709 in https://github.com/external-secrets/external-secrets/pull/3774
- fix: only replace data if it is in the middle of the path by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3852
- fix: bitwarden API url to point to the correct default location by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3848
- feat: update bitwarden server sdk chart version by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3850
- chore(deps): bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3855
- chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3856
- chore(deps): bump mkdocs-material from 9.5.33 to 9.5.34 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3857
- chore(deps): bump mkdocs from 1.6.0 to 1.6.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3858
- chore(deps): bump watchdog from 4.0.2 to 5.0.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3861
- chore(deps): bump certifi from 2024.7.4 to 2024.8.30 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3859
- chore(deps): bump zipp from 3.20.0 to 3.20.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3860
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3862
- Add blog post about ESO and IBM Secrets Manager by @sali2801 in https://github.com/external-secrets/external-secrets/pull/3867
- Removed duplicate and deprecated API spec page by @7Pawns in https://github.com/external-secrets/external-secrets/pull/3868
- Delinea provider is listed twice on the documentation page, and Delin… by @oscerd in https://github.com/external-secrets/external-secrets/pull/3874
- Updated supported versions table for 0.10 release by @shazib-summar in https://github.com/external-secrets/external-secrets/pull/3873
- feat: adds scarf to docs by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3876
- docs: Update sponsors by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3877
- chore: add eso tools page by @Sn0rt in https://github.com/external-secrets/external-secrets/pull/3870
- New Generator for UUIDs by @aschaber1 in https://github.com/external-secrets/external-secrets/pull/3296
- fix: update uuids.generator shortname by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3883
- chore(deps): bump alpine from
0a4eaa0
tobeefdbd
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3884 - chore(deps): bump alpine from
0a4eaa0
tobeefdbd
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3886 - chore(deps): bump distroless/static from
ce46866
to95eb83a
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3887 - chore(deps): bump golang from 1.23.0 to 1.23.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3888
- chore(deps): bump golang from 1.23.0-bookworm to 1.23.1-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3889
- chore(deps): bump alpine from 3.20.2 to 3.20.3 in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3890
- chore(deps): bump watchdog from 5.0.0 to 5.0.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3891
- chore(deps): bump platformdirs from 4.2.2 to 4.3.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3892
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3893
New Contributors
- @stek29 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3838
- @sali2801 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3867
- @7Pawns made their first contribution in https://github.com/external-secrets/external-secrets/pull/3868
- @oscerd made their first contribution in https://github.com/external-secrets/external-secrets/pull/3874
- @Sn0rt made their first contribution in https://github.com/external-secrets/external-secrets/pull/3870
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.2...v0.10.3
v0.10.2
Image: ghcr.io/external-secrets/external-secrets:v0.10.2
Image: ghcr.io/external-secrets/external-secrets:v0.10.2-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.2-ubi-boringssl
What's Changed
- release: update helm charts to version v0.10.1 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3842
- fix: add watch to validatingwebhookconfigs by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3845
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.1...v0.10.2
v0.10.1
Image: ghcr.io/external-secrets/external-secrets:v0.10.1
Image: ghcr.io/external-secrets/external-secrets:v0.10.1-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.1-ubi-boringssl
What's Changed
- release: update helm chart to v0.10.0 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3758
- doc: add maintainer of the bitwarden secret manager provider by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3762
- chore(deps): bump mkdocs-material from 9.5.30 to 9.5.31 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3763
- fix: decrypt remote parameter for SecureString type by @vsantos in https://github.com/external-secrets/external-secrets/pull/3761
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3766
- chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3765
- chore(deps): bump docker/setup-buildx-action from 3.5.0 to 3.6.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3764
- feat: add beyondtrust provider by @btfhernandez in https://github.com/external-secrets/external-secrets/pull/3683
- chore: add minimal policy for fetching parameters from ssm by @KrisJohnstone in https://github.com/external-secrets/external-secrets/pull/3770
- Add Grafana Labs to ADOPTERS.md by @Duologic in https://github.com/external-secrets/external-secrets/pull/3787
- chore(deps): bump golang from 1.22.5 to 1.22.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3778
- chore(deps): bump pyyaml from 6.0.1 to 6.0.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3779
- chore(deps): bump zipp from 3.19.2 to 3.20.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3780
- chore(deps): bump babel from 2.15.0 to 2.16.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3781
- chore(deps): bump golang from 1.22.5-bookworm to 1.22.6-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3783
- chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3784
- chore(deps): bump fossas/fossa-action from 1.3.3 to 1.4.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3785
- chore(deps): bump watchdog from 4.0.1 to 4.0.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3782
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3786
- chore: update security best practice by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3794
- feat: add CAProvider to Bitwarden provider by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3699
- fix: run helm.test.update on main branch by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3816
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3815
- chore(deps): bump importlib-resources from 6.4.0 to 6.4.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3810
- chore(deps): bump markdown from 3.6 to 3.7 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3811
- Bump helm-docs image version to v1.7.0 in Makefile by @PrateekKumar1709 in https://github.com/external-secrets/external-secrets/pull/3806
- chore(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3812
- chore(deps): bump golang from 1.22.6-bookworm to 1.23.0-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3813
- chore: update go version of the project to 1.23 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3829
- Use maps package from standard library by @BooleanCat in https://github.com/external-secrets/external-secrets/pull/3828
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3836
- add the resourceNames(git commit -s) by @younaman in https://github.com/external-secrets/external-secrets/pull/3822
- chore(deps): bump mkdocs-material from 9.5.31 to 9.5.33 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3830
- chore(deps): bump importlib-metadata from 8.2.0 to 8.4.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3831
- chore(deps): bump paginate from 0.5.6 to 0.5.7 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3832
- chore(deps): bump golang from 1.22.6 to 1.23.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3814
- chore(deps): bump github/codeql-action from 3.26.2 to 3.26.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3835
- chore(deps): bump idna from 3.7 to 3.8 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3834
- chore(deps): bump importlib-resources from 6.4.3 to 6.4.4 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3833
- feat: implement GetSecretMap for Bitwarden provider by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3800
- Demonstrate new slices/maps packages by @BooleanCat in https://github.com/external-secrets/external-secrets/pull/3839
New Contributors
- @btfhernandez made their first contribution in https://github.com/external-secrets/external-secrets/pull/3683
- @KrisJohnstone made their first contribution in https://github.com/external-secrets/external-secrets/pull/3770
- @PrateekKumar1709 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3806
- @BooleanCat made their first contribution in https://github.com/external-secrets/external-secrets/pull/3828
- @younaman made their first contribution in https://github.com/external-secrets/external-secrets/pull/3822
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.10.0...v0.10.1
v0.10.0
-
Webhook Generator Webhook generator labels have changed from
generators.external-secrets.io/type: webhook
toexternal-secrets.io/type: webhook
. -
Webhook Provider Webhook provider now can only use secrets that are labeled with
external-secrets.io/type: webhook
. This enforces explicit setup for webhook secrets by users.
Fixing the issue:
add the label for the secret used by the webhook:
apiVersion: v1
kind: Secret
metadata:
name: your-secret
labels:
external-secrets.io/type: webhook ### <<<<<<<<<<<<< ADD THIS
data:
...
Image: ghcr.io/external-secrets/external-secrets:v0.10.0
Image: ghcr.io/external-secrets/external-secrets:v0.10.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.10.0-ubi-boringssl
What's Changed
- chore: bump to 0.9.20 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3660
- chore(deps): bump golang from 1.22.4 to 1.22.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3662
- chore(deps): bump distroless/static from
4197211
toce46866
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3663 - chore(deps): bump docker/setup-buildx-action from 3.3.0 to 3.4.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3665
- chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3666
- chore(deps): bump mkdocs-material from 9.5.27 to 9.5.28 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3667
- chore(deps): bump certifi from 2024.6.2 to 2024.7.4 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3668
- chore(deps): bump golang from 1.22.4-bookworm to 1.22.5-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3669
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3670
- sets eso-service-account for creating e2e comments by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3678
- use github token for the actions check by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3679
- Add support for Delinea Secret Server by @pacificcode in https://github.com/external-secrets/external-secrets/pull/3468
- Fix: Only URL encode data being passed to URLs (#3652) by @ryanmeans in https://github.com/external-secrets/external-secrets/pull/3674
- Commenting secrets manifest from hashicorp vault integration #3661 by @jeffmachado in https://github.com/external-secrets/external-secrets/pull/3680
- docs: Fix
namespaceRegexes
in full-cluster-secret-store.yaml by @excalq in https://github.com/external-secrets/external-secrets/pull/3681 - Support for Oracle PushSecret.property #2911 by @Aeyk in https://github.com/external-secrets/external-secrets/pull/3577
- support for adding headers in vault provider by @abhinav1708 in https://github.com/external-secrets/external-secrets/pull/3677
- chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3688
- chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3691
- chore(deps): bump actions/setup-python from 5.1.0 to 5.1.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3690
- chore(deps): bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3689
- chore(deps): bump golang from
8c9183f
to8c9183f
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3687 - chore(deps): bump mkdocs-material from 9.5.28 to 9.5.29 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3692
- fix: aws secretmanager's SecretExists returns true for non-existent secrets by @mintbomb27 in https://github.com/external-secrets/external-secrets/pull/3684
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3693
- Added 2 articles I wrote on AWS secrets injection and ESO templating by @alinadir44 in https://github.com/external-secrets/external-secrets/pull/3707
- Update docs for namespaceSelectors usage and namespaceSelector deprecation by @mtougeron in https://github.com/external-secrets/external-secrets/pull/3695
- fix: add namespace to path and route construction by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3632
- chore(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3708
- chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3709
- Update bitwarden-secrets-manager.md by @zazathomas in https://github.com/external-secrets/external-secrets/pull/3710
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3711
- feat: add
PushSecret
support for Pulumi ESC by @dirien in https://github.com/external-secrets/external-secrets/pull/3597 - remove redundant parameter grab call, we already have the data by @rumenvasilev in https://github.com/external-secrets/external-secrets/pull/3722
- chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3729
- chore(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3727
- chore(deps): bump docker/setup-buildx-action from 3.4.0 to 3.5.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3728
- chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3731
- chore(deps): bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3730
- chore(deps): bump alpine from
77726ef
to0a4eaa0
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3733 - chore(deps): bump golang from
8c9183f
to0d3653d
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3732 - feat: increase verbosity of error message during validation by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3742
- chore(deps): bump golang from
6c27802
toaf9b40f
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3734 - chore(deps): bump alpine from 3.20.1 to 3.20.2 in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3735
- chore(deps): bump alpine from
b89d9c9
to0a4eaa0
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3736 - chore(deps): bump regex from 2024.5.15 to 2024.7.24 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3737
- chore(deps): bump mkdocs-material from 9.5.29 to 9.5.30 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3738
- chore(deps): bump importlib-metadata from 8.0.0 to 8.2.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3739
- chore(deps): bump pymdown-extensions from 10.8.1 to 10.9 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3740
- docs: Remove references to pemCertificate and pemPrivateKey functions by @trenslow in https://github.com/external-secrets/external-secrets/pull/3744
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3741
- docs: Improvements in the ExternalSecret comments in API section by @c-neto in https://github.com/external-secrets/external-secrets/pull/3725
- feat: add prefix definition to all secret keys for aws parameter store by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3718
- feat: do not modify the secret in case of a NotModified by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3746
- feat: webhook secrets must be labeled by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3753
- feat: support pkcs12 with chain in pushsecret to Azure KeyVault by @mysteq in https://github.com/external-secrets/external-secrets/pull/3747
- docs: document fullPemToPkcs12 and fullPemToPkcs12Pass helper functions by @mysteq in https://github.com/external-secrets/external-secrets/pull/3749
New Contributors
- @ryanmeans made their first contribution in https://github.com/external-secrets/external-secrets/pull/3674
- @jeffmachado made their first contribution in https://github.com/external-secrets/external-secrets/pull/3680
- @excalq made their first contribution in https://github.com/external-secrets/external-secrets/pull/3681
- @Aeyk made their first contribution in https://github.com/external-secrets/external-secrets/pull/3577
- @abhinav1708 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3677
- @mintbomb27 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3684
- @alinadir44 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3707
- @mtougeron made their first contribution in https://github.com/external-secrets/external-secrets/pull/3695
- @zazathomas made their first contribution in https://github.com/external-secrets/external-secrets/pull/3710
- @rumenvasilev made their first contribution in https://github.com/external-secrets/external-secrets/pull/3722
- @trenslow made their first contribution in https://github.com/external-secrets/external-secrets/pull/3744
- @c-neto made their first contribution in https://github.com/external-secrets/external-secrets/pull/3725
- @mysteq made their first contribution in https://github.com/external-secrets/external-secrets/pull/3747
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.20...v0.10.0
v0.9.20
Image: ghcr.io/external-secrets/external-secrets:v0.9.20
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.20-ubi-boringssl
What's Changed
- bump 0.9.19 by @knelasevero in https://github.com/external-secrets/external-secrets/pull/3553
- Fix typo: temaplate --> template by @lindhe in https://github.com/external-secrets/external-secrets/pull/3554
- Oracle Vault Provider Documentation by @anders-swanson in https://github.com/external-secrets/external-secrets/pull/3551
- feat: add location to GCP push secret by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3502
- add log.level and log.encoding to all components by @KyriosGN0 in https://github.com/external-secrets/external-secrets/pull/3558
- chore(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3561
- chore(deps): bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3562
- chore(deps): bump tornado from 6.4 to 6.4.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3563
- chore(deps): bump packaging from 24.0 to 24.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3564
- chore(deps): bump mkdocs-material from 9.5.25 to 9.5.26 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3565
- chore(deps): bump zipp from 3.19.1 to 3.19.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3566
- chore(deps): bump ubi8/ubi-minimal from
9e458f4
to5f1cd34
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3568 - chore(deps): bump golang from 1.22.3-bookworm to 1.22.4-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3569
- chore(deps): bump golang from 1.22.3 to 1.22.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3567
- Infisical provider by @akhilmhdh in https://github.com/external-secrets/external-secrets/pull/3477
- feat: kick github actions on main by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3572
- feat: add support to set Type for AWS parameter store by @vsantos in https://github.com/external-secrets/external-secrets/pull/3576
- Remove shuheiktgw from maintainers by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3573
- Add device42 provider by @smcavallo in https://github.com/external-secrets/external-secrets/pull/3571
- ref: parameter store should be called only once by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3584
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3570
- feat(certcontroller): Allow restricting CRDs and Webhook configs in Informer cache by @toVersus in https://github.com/external-secrets/external-secrets/pull/3588
- Support glob for namespaces condition in ClusterSecretStore by @speedfl in https://github.com/external-secrets/external-secrets/pull/2920
- Fix typo privatKey in multiple files by @IdanAdar in https://github.com/external-secrets/external-secrets/pull/3578
- chore(deps): bump mkdocs-material from 9.5.26 to 9.5.27 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3595
- chore(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3591
- chore(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3592
- chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3590
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3596
- chore(deps): bump golang from
aec4784
to9678844
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3593 - chore(deps): bump golang from
9bdd569
to6522f0c
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3594 - feat(chart): Enable partial cache for certcontroller when installCRDs=true by @toVersus in https://github.com/external-secrets/external-secrets/pull/3589
- Add skip unmanaged store logic for push secret controller by @Bude8 in https://github.com/external-secrets/external-secrets/pull/3123
- fix(vault): Fix crash when caching is enabled and a token expires by @agunnerson-elastic in https://github.com/external-secrets/external-secrets/pull/3598
- Remove the use of "golang.org/x/crypto/pkcs12" by @yihuaf in https://github.com/external-secrets/external-secrets/pull/3601
- Make UBI more tolerable from OS vulnerabilities by @IdanAdar in https://github.com/external-secrets/external-secrets/pull/3607
- fix: explicitly fetch status subresource due to inconsistencies by @moolen in https://github.com/external-secrets/external-secrets/pull/3608
- Adds codepath for removing finalizers by @lllamnyp in https://github.com/external-secrets/external-secrets/pull/3610
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3624
- chore(deps): bump alpine from 3.20.0 to 3.20.1 in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3622
- chore(deps): bump alpine from
77726ef
tob89d9c9
in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3621 - chore(deps): bump golang from
6522f0c
toace6cc3
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3620 - chore(deps): bump urllib3 from 2.2.1 to 2.2.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3618
- chore(deps): bump importlib-metadata from 7.1.0 to 7.2.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3617
- chore(deps): bump livereload from 2.6.3 to 2.7.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3616
- chore(deps): bump aquasecurity/trivy-action from 0.22.0 to 0.23.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3615
- chore(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3614
- Fix ACR External Secret example by @ellenfieldn in https://github.com/external-secrets/external-secrets/pull/3626
- feat: add bitwarden secret manager support by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3603
- fix: e2e installation of ESO needs to update dependencies first by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3635
- added secretserver env vars to e2e.yml by @pacificcode in https://github.com/external-secrets/external-secrets/pull/3636
- docs: fix dataFrom.find in ExternalSecret api example by @sboschman in https://github.com/external-secrets/external-secrets/pull/3633
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3641
- chore(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3640
- chore(deps): bump importlib-metadata from 7.2.1 to 8.0.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3639
- add AuthRef to kubernetes provider fixes #3627 by @kaedwen in https://github.com/external-secrets/external-secrets/pull/3628
- fix: implement handling for pushing whole k8s secret to gcsm by @thejosephstevens in https://github.com/external-secrets/external-secrets/pull/3644
- bump e2e pipeline by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3646
- fix e2e permissions by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3647
- bump docs with e2e commands by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3648
- also needs pull-requests by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3649
- use github token to allow comment by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3651
- fix(webhook): perform conversion of data by @cardoe in https://github.com/external-secrets/external-secrets/pull/3638
- feat: implement pushing whole k8s secret to Azure Keyvault by @CCOLLOT in https://github.com/external-secrets/external-secrets/pull/3650
- fix(vault): Treat tokens expiring in <60s as expired by @agunnerson-elastic in https://github.com/external-secrets/external-secrets/pull/3637
- Allow specifying the same namespace for SecretStores by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3555
- docs: add proposal for PushSecret metadata by @moolen in https://github.com/external-secrets/external-secrets/pull/3612
- fix github credentials by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3656
- docs: updated k8s support for ESO v0.9 by @shazib-summar in https://github.com/external-secrets/external-secrets/pull/3659
New Contributors
- @lindhe made their first contribution in https://github.com/external-secrets/external-secrets/pull/3554
- @KyriosGN0 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3558
- @akhilmhdh made their first contribution in https://github.com/external-secrets/external-secrets/pull/3477
- @smcavallo made their first contribution in https://github.com/external-secrets/external-secrets/pull/3571
- @toVersus made their first contribution in https://github.com/external-secrets/external-secrets/pull/3588
- @speedfl made their first contribution in https://github.com/external-secrets/external-secrets/pull/2920
- @Bude8 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3123
- @agunnerson-elastic made their first contribution in https://github.com/external-secrets/external-secrets/pull/3598
- @yihuaf made their first contribution in https://github.com/external-secrets/external-secrets/pull/3601
- @lllamnyp made their first contribution in https://github.com/external-secrets/external-secrets/pull/3610
- @ellenfieldn made their first contribution in https://github.com/external-secrets/external-secrets/pull/3626
- @pacificcode made their first contribution in https://github.com/external-secrets/external-secrets/pull/3636
- @sboschman made their first contribution in https://github.com/external-secrets/external-secrets/pull/3633
- @kaedwen made their first contribution in https://github.com/external-secrets/external-secrets/pull/3628
- @thejosephstevens made their first contribution in https://github.com/external-secrets/external-secrets/pull/3644
- @cardoe made their first contribution in https://github.com/external-secrets/external-secrets/pull/3638
- @CCOLLOT made their first contribution in https://github.com/external-secrets/external-secrets/pull/3650
- @shazib-summar made their first contribution in https://github.com/external-secrets/external-secrets/pull/3659
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.19...v0.9.20
v0.9.19
Image: ghcr.io/external-secrets/external-secrets:v0.9.19
Image: ghcr.io/external-secrets/external-secrets:v0.9.19-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.19-ubi-boringssl
What's Changed
- bump 0.9.18 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3492
- Fix flaky ES controller test by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3493
- Raise error when unknown key specified in template by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3480
- Update ci.yml with ppc64le arch support by @IdanAdar in https://github.com/external-secrets/external-secrets/pull/3500
- chore(deps): bump regex from 2024.5.10 to 2024.5.15 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3512
- chore(deps): bump zipp from 3.18.1 to 3.18.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3511
- chore(deps): bump platformdirs from 4.2.1 to 4.2.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3510
- chore(deps): bump golang from
6d71b7c
to5c56bd4
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3508 - chore(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3507
- chore(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3506
- chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3505
- chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3504
- chore(deps): bump golang from
2a88224
tof1fe698
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3503 - chore(deps): bump mkdocs-material from 9.5.22 to 9.5.23 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3509
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3513
- ppc64le additions by @IdanAdar in https://github.com/external-secrets/external-secrets/pull/3535
- chore(deps): bump ubi8/ubi-minimal from
2fa47fa
tof729a7f
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3523 - doc(BitWarden): extends the liveness timeout by @acolombier in https://github.com/external-secrets/external-secrets/pull/3542
- chore(deps): bump mkdocs-material from 9.5.23 to 9.5.24 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3526
- chore(deps): bump zipp from 3.18.2 to 3.19.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3527
- chore(deps): bump requests from 2.31.0 to 2.32.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3528
- chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3530
- chore(deps): bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3531
- chore(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3532
- chore(deps): bump ubi8/ubi-minimal from
f729a7f
to9e458f4
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3543 - chore(deps): bump golang from
f1fe698
tob8ded51
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3522 - chore(deps): bump alpine from 3.19.1 to 3.20.0 in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3525
- chore(deps): bump watchdog from 4.0.0 to 4.0.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3529
- chore(deps): bump alpine from 3.19 to 3.20 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3533
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3534
- Fix: ESO template crash when Kubernetes secret data is nil by @ma-ble in https://github.com/external-secrets/external-secrets/pull/3537
- chore(deps): bump alpine from
c5b1261
to77726ef
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3524 - Add CA-Bundle to pemToPkcs12 output by @WatcherWhale in https://github.com/external-secrets/external-secrets/pull/3494
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3544
- chore(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3545
- chore(deps): bump certifi from 2024.2.2 to 2024.6.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3546
- chore(deps): bump mkdocs-material from 9.5.24 to 9.5.25 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3547
- chore(deps): bump zipp from 3.19.0 to 3.19.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3549
- chore(deps): bump requests from 2.32.2 to 2.32.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3548
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3550
New Contributors
- @acolombier made their first contribution in https://github.com/external-secrets/external-secrets/pull/3542
- @ma-ble made their first contribution in https://github.com/external-secrets/external-secrets/pull/3537
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.18...v0.9.19
v0.9.18
Image: ghcr.io/external-secrets/external-secrets:v0.9.18
Image: ghcr.io/external-secrets/external-secrets:v0.9.18-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.18-ubi-boringssl
What's Changed
- bump helm charts for 0.9.17 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3439
- Implemented
updatePolicy: IfNotExists
for AWS Secret Store by @ppatel1604 in https://github.com/external-secrets/external-secrets/pull/3438 - Issue 3436 by @himasagaratluri in https://github.com/external-secrets/external-secrets/pull/3444
- Fixed docs nav bar and a couple of broken links by @ppatel1604 in https://github.com/external-secrets/external-secrets/pull/3445
- Add githubaccesstoken CRD to kustomization.yaml by @ljtfreitas in https://github.com/external-secrets/external-secrets/pull/3446
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3456
- chore(deps): bump pygments from 2.17.2 to 2.18.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3453
- chore(deps): bump jinja2 from 3.1.3 to 3.1.4 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3452
- chore(deps): bump babel from 2.14.0 to 2.15.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3451
- chore(deps): bump mkdocs-material from 9.5.19 to 9.5.21 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3450
- chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3455
- chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3454
- Update getting-started.md by @zioproto in https://github.com/external-secrets/external-secrets/pull/3464
- Use maps.Equal to compare maps by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3460
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3458
- fix(helm): remove git merge pointers by @cilindrox in https://github.com/external-secrets/external-secrets/pull/3467
- GitHub token gen doc by @mike-serchenia in https://github.com/external-secrets/external-secrets/pull/3463
- fix: add dnsPolicy to Deployment by @halilkaya in https://github.com/external-secrets/external-secrets/pull/3457
- Update .helmignore by @BobDu in https://github.com/external-secrets/external-secrets/pull/3472
- Start reconciliation when a secret has changed by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3459
- Update getting-started.md by @BobDu in https://github.com/external-secrets/external-secrets/pull/3476
- Add support for Authentication against Azure Key Vault using Client Certificate by @lieberlois in https://github.com/external-secrets/external-secrets/pull/3469
- chore(deps): bump golang from 1.22.2 to 1.22.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3481
- chore(deps): bump ubi8/ubi-minimal from
f30dbf7
to2fa47fa
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3482 - chore(deps): bump mkdocs-material from 9.5.21 to 9.5.22 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3483
- chore(deps): bump golang from 1.22.2-bookworm to 1.22.3-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3485
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3487
- chore(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3488
- chore(deps): bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3489
- chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3490
- chore(deps): bump regex from 2024.4.28 to 2024.5.10 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3484
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3486
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3491
New Contributors
- @himasagaratluri made their first contribution in https://github.com/external-secrets/external-secrets/pull/3444
- @ljtfreitas made their first contribution in https://github.com/external-secrets/external-secrets/pull/3446
- @zioproto made their first contribution in https://github.com/external-secrets/external-secrets/pull/3464
- @cilindrox made their first contribution in https://github.com/external-secrets/external-secrets/pull/3467
- @halilkaya made their first contribution in https://github.com/external-secrets/external-secrets/pull/3457
- @BobDu made their first contribution in https://github.com/external-secrets/external-secrets/pull/3472
- @lieberlois made their first contribution in https://github.com/external-secrets/external-secrets/pull/3469
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.17...v0.9.18
v0.9.17
Image: ghcr.io/external-secrets/external-secrets:v0.9.17
Image: ghcr.io/external-secrets/external-secrets:v0.9.17-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.9.17-ubi-boringssl
What's Changed
- bump 0.9.16 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3385
- Fix typo in webhook.md by @Bo0km4n in https://github.com/external-secrets/external-secrets/pull/3388
- Publish the secret updated events only when they are updated by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3293
- Feat/add validations to external secret data from remote ref by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3390
- chore(deps): bump github/codeql-action from 3.24.10 to 3.25.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3406
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3405
- chore(deps): bump regex from 2023.12.25 to 2024.4.16 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3404
- chore(deps): bump mkdocs-material from 9.5.17 to 9.5.18 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3402
- Fix Azure Container Registry Generator invalid YAML by @ppatel1604 in https://github.com/external-secrets/external-secrets/pull/3414
- Update Go and golangci-lint version by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3396
- chore(deps): bump pymdown-extensions from 10.7.1 to 10.8 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3401
- ADOPTERS.md: add Fivetran by @felipeneuwald in https://github.com/external-secrets/external-secrets/pull/3409
- Add Conjur Support for FindByName, FindByTag by @szh in https://github.com/external-secrets/external-secrets/pull/3364
- chore(deps): bump mkdocs from 1.5.3 to 1.6.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3403
- Add support for specifying extra manifests via helm by @upodroid in https://github.com/external-secrets/external-secrets/pull/3421
- Methods for managing securityContext and OpenShift support by @sabre1041 in https://github.com/external-secrets/external-secrets/pull/3420
- Refactor the SecretStore client manager by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3419
- chore(deps): bump golang from
cdc86d9
tocdc86d9
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3423 - chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3425
- chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3426
- chore(deps): bump github/codeql-action from 3.25.1 to 3.25.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3427
- chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3428
- chore(deps): bump platformdirs from 4.2.0 to 4.2.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3429
- chore(deps): bump pymdown-extensions from 10.8 to 10.8.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3430
- chore(deps): bump regex from 2024.4.16 to 2024.4.28 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3431
- chore(deps): bump golang from
b03f3ba
tod0902ba
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3432 - Update common-k8s-secret-types.md to fix get secret jsonpath by @tyki6 in https://github.com/external-secrets/external-secrets/pull/3434
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3433
- chore(deps): bump distroless/static from
6d31326
to4197211
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3424 - Improve bitwarden example by @imstevenxyz in https://github.com/external-secrets/external-secrets/pull/3435
New Contributors
- @Bo0km4n made their first contribution in https://github.com/external-secrets/external-secrets/pull/3388
- @felipeneuwald made their first contribution in https://github.com/external-secrets/external-secrets/pull/3409
- @upodroid made their first contribution in https://github.com/external-secrets/external-secrets/pull/3421
- @sabre1041 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3420
- @tyki6 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3434
- @imstevenxyz made their first contribution in https://github.com/external-secrets/external-secrets/pull/3435
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.16...v0.9.17
v0.9.16
What's Changed
- bump 0.9.15-2 by @knelasevero in https://github.com/external-secrets/external-secrets/pull/3359
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3350
- Use grpc.NewClient instead of grpc.Dial by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3369
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3371
- chore(deps): bump golang from
48b942a
tob03f3ba
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3375 - chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3373
- chore(deps): bump idna from 3.6 to 3.7 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3376
- chore(deps): bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3374
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3378
- Fix generator role for webhooks by @davidcorrigan714 in https://github.com/external-secrets/external-secrets/pull/3233
- chore(deps): bump golang from
cdc86d9
tocdc86d9
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3370 - chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3372
- feat: implement azure pushsecret ifnotexist updatepolicy via secretEx… by @rohautl in https://github.com/external-secrets/external-secrets/pull/3361
- Feat: Add Passbolt Provider by @thorbenbelow in https://github.com/external-secrets/external-secrets/pull/3334
- Workloadidentity clientid from secret ref by @mehighlow in https://github.com/external-secrets/external-secrets/pull/3367
- Pulumi: Remove unwanted chars when extract secret by @alphayax in https://github.com/external-secrets/external-secrets/pull/3333
New Contributors
- @davidcorrigan714 made their first contribution in https://github.com/external-secrets/external-secrets/pull/3233
- @rohautl made their first contribution in https://github.com/external-secrets/external-secrets/pull/3361
- @thorbenbelow made their first contribution in https://github.com/external-secrets/external-secrets/pull/3334
- @mehighlow made their first contribution in https://github.com/external-secrets/external-secrets/pull/3367
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.15-2...v0.9.16
v0.9.14
What's Changed
- bump 0.9.13 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/3162
- chore(deps): bump github/codeql-action from 3.24.0 to 3.24.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3171
- Set CODECOV_TOKEN to upload results from the upstream branches by @shuheiktgw in https://github.com/external-secrets/external-secrets/pull/3165
- chore(deps): bump distroless/static from
9be3fcc
toa43abc8
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3169 - [typo] Changing date from
2023
to2024
in mkdocs site by @userbradley in https://github.com/external-secrets/external-secrets/pull/3176 - chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3174
- Conjur E2E Tests for API Key Authentication by @szh in https://github.com/external-secrets/external-secrets/pull/3120
- Proposal for provider separation by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/2655
- chore(deps): bump urllib3 from 2.2.0 to 2.2.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3166
- chore(deps): bump mkdocs-material from 9.5.9 to 9.5.10 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3167
- chore(deps): bump golang from
8e96e6c
to8e96e6c
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3168 - chore(deps): bump fossas/fossa-action from
45d0cd8
to47ef11b
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3170 - chore(deps): bump golang from
874c267
to925fe3f
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3172 - Add PEM to PKCS12 template function by @WatcherWhale in https://github.com/external-secrets/external-secrets/pull/3101
- chore(deps): bump github/codeql-action from 3.24.3 to 3.24.5 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3193
- chore(deps): bump distroless/static from
a43abc8
to072d78b
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3194 - chore(deps): bump ubi8/ubi-minimal from
6825946
to8bedbe7
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3195 - chore(deps): bump importlib-resources from 6.1.1 to 6.1.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3196
- chore(deps): bump mkdocs-material from 9.5.10 to 9.5.11 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3197
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3203
- feat(generator/webhook): Improve error message by @marcosinger in https://github.com/external-secrets/external-secrets/pull/3190
- ADD sdkms base implementation by @RecuencoJones in https://github.com/external-secrets/external-secrets/pull/3180
- docs: Add logo and favicon to docs by @PeterStolz in https://github.com/external-secrets/external-secrets/pull/3206
- Onboardbase by @limistah in https://github.com/external-secrets/external-secrets/pull/2697
- 3012 - Probes for external-secrets by @fdberlking in https://github.com/external-secrets/external-secrets/pull/3131
- Revert "3012 - Probes for external-secrets" by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3213
- issue/3214 - correct failing crds helm.tests for providers onboardbase and fortanix by @fdberlking in https://github.com/external-secrets/external-secrets/pull/3215
- Conjur E2E Tests for K8s JWT Authentication by @szh in https://github.com/external-secrets/external-secrets/pull/3217
- chore(deps): bump python-dateutil from 2.8.2 to 2.9.0.post0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3227
- chore(deps): bump mkdocs-material from 9.5.11 to 9.5.12 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3226
- chore(deps): bump aquasecurity/trivy-action from 0.17.0 to 0.18.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3224
- chore(deps): bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3225
- chore(deps): bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3223
- chore(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3222
- issue/3231 - updated helm.tests with latest crds changes for JWT authentication by @fdberlking in https://github.com/external-secrets/external-secrets/pull/3232
- docs: adds note to Lifecycle creation policy owner docs by @knelasevero in https://github.com/external-secrets/external-secrets/pull/3235
- Implement Doppler Secret Push and Delete functions by @filedeploy in https://github.com/external-secrets/external-secrets/pull/3200
- Update Scaleway provider to use v1beta1 API version by @luxifer in https://github.com/external-secrets/external-secrets/pull/3205
- Add 'namespaceOverride' value for helm chart by @v-starodubov in https://github.com/external-secrets/external-secrets/pull/3082
- fixed gitlab error typo: gilabClient -> gitlabClient by @vtrenton in https://github.com/external-secrets/external-secrets/pull/3241
- Add PushSecret UpdatePolicy (to replace MR #3100) by @maresac in https://github.com/external-secrets/external-secrets/pull/3117
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3229
- feat: add secret push format to AWS secrets manager by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3189
- fix: location of secruity context when updating deploying using Tilt by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3245
- Integrate Passworddepot by @Sulfixx in https://github.com/external-secrets/external-secrets/pull/2799
- chore(deps): bump golang from 1.22.0-bookworm to 1.22.1-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3254
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3253
- chore(deps): bump golang from 1.22.0 to 1.22.1 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3251
- chore(deps): bump pymdown-extensions from 10.7 to 10.7.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3250
- chore(deps): bump mkdocs-material from 9.5.12 to 9.5.13 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3249
- chore(deps): bump packaging from 23.2 to 24.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3248
- chore(deps): bump importlib-metadata from 7.0.1 to 7.0.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3247
- chore(deps): bump importlib-resources from 6.1.2 to 6.1.3 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3246
- adjust position of principalType by @Hayden-Chang in https://github.com/external-secrets/external-secrets/pull/3252
- issue/3262 - updated helm.tests with latest crds changes for passworddepot by @fdberlking in https://github.com/external-secrets/external-secrets/pull/3263
- Update the CyberArk Provider docs by @benskelker in https://github.com/external-secrets/external-secrets/pull/3261
- feat: add wait for values to be created and updated on 1Password side by @Skarlso in https://github.com/external-secrets/external-secrets/pull/3238
- docs: Change default refreshInterval to 5m by @dirien in https://github.com/external-secrets/external-secrets/pull/3283
- chore(deps): bump golang from
fc5e584
to0466223
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3279 - chore(deps): bump golang from
6699d28
tod996c64
in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/3280 - chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3273
- chore(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3269
- chore(deps): bump softprops/action-gh-release from 2.0.2 to 2.0.4 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3270
- chore(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3271
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3272
- chore(deps): bump zipp from 3.17.0 to 3.18.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3274
- chore(deps): bump markdown from 3.5.2 to 3.6 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3275
- chore(deps): bump importlib-resources from 6.1.3 to 6.3.1 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3276
- chore(deps): bump mkdocs-material from 9.5.13 to 9.5.14 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3277
- chore(deps): bump distroless/static from
072d78b
to7e5c6a2
by @dependabot in https://github.com/external-secrets/external-secrets/pull/3278 - chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/3282
- chore(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3297
- chore(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by @dependabot in https://github.com/external-secrets/external-secrets/pull/3298
- chore(deps): bump importlib-resources from 6.3.1 to 6.4.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3299
- chore(deps): bump mkdocs-material from 9.5.14 to 9.5.15 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3300
- feat: add vault auth namespace option by @blairdrummond in https://github.com/external-secrets/external-secrets/pull/3157
- chore(deps): bump importlib-metadata from 7.0.2 to 7.1.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/3301
- fix: allow pushing the whole secret to Vault by @rodrigorfk in https://github.com/external-secrets/external-secrets/pull/3288
- Global scheduling parameters by @delaskoff in https://github.com/external-secrets/external-secrets/pull/3306
- Allow Pulimi to extract structured data. by @alphayax in https://github.com/external-secrets/external-secrets/pull/3308
- feat: Also publish helm chart to OCI registry (ghcr.io) by @mkilchhofer in https://github.com/external-secrets/external-secrets/pull/3209
- bump cosign by @knelasevero in https://github.com/external-secrets/external-secrets/pull/3314
New Contributors
- @WatcherWhale made their first contribution in https://github.com/external-secrets/external-secrets/pull/3101
- @marcosinger made their first contribution in https://github.com/external-secrets/external-secrets/pull/3190
- @limistah made their first contribution in https://github.com/external-secrets/external-secrets/pull/2697
- @filedeploy made their first contribution in https://github.com/external-secrets/external-secrets/pull/3200
- @v-starodubov made their first contribution in https://github.com/external-secrets/external-secrets/pull/3082
- @vtrenton made their first contribution in https://github.com/external-secrets/external-secrets/pull/3241
- @maresac made their first contribution in https://github.com/external-secrets/external-secrets/pull/3117
- @Sulfixx made their first contribution in https://github.com/external-secrets/external-secrets/pull/2799
- @Hayden-Chang made their first contribution in https://github.com/external-secrets/external-secrets/pull/3252
- @benskelker made their first contribution in https://github.com/external-secrets/external-secrets/pull/3261
- @blairdrummond made their first contribution in https://github.com/external-secrets/external-secrets/pull/3157
- @delaskoff made their first contribution in https://github.com/external-secrets/external-secrets/pull/3306
- @mkilchhofer made their first contribution in https://github.com/external-secrets/external-secrets/pull/3209
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.9.13...v0.9.14
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot. Tell Nogweii if it blows up.