chore(deps): update all
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| external-secrets | minor | 0.16.1 -> 0.17.0 |
|
| grafana (source) | minor | 8.14.2 -> 8.15.0 |
|
| oci (source) | required_provider | minor | ~> 6.35.0 -> ~> 6.37.0 |
| teleport-cluster | patch | 17.4.7 -> 17.4.10 |
Release Notes
external-secrets/external-secrets (external-secrets)
v0.17.0
Image: ghcr.io/external-secrets/external-secrets:v0.17.0
Image: ghcr.io/external-secrets/external-secrets:v0.17.0-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.17.0-ubi-boringssl
BREAKING CHANGE
v0.17.0 Stops serving v1beta1 apis. You need to update your manifests from v1beta1 to v1 prior to updating from v0.16 to v0.17.
The only change needed is upgrading your manifests to v1 (i.e. removing the beta1 from v1beta1).
Be sure to do that to all your manifests prior to bumping to v0.17.0! v0.16.2 already supports v1 so this process should be smooth.
What's Changed
- chore: update helm charts v0.16.2 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4748
- fix: typo on delete method for repo by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4750
- fix: Show Errors from Github by @Alexander-Cairns in https://github.com/external-secrets/external-secrets/pull/4753
- doc(openbao): add information about it working with vault provider by @eyenx in https://github.com/external-secrets/external-secrets/pull/4755
- Gc/fix/gcp pushsecret location replication by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4751
- chore: unserve v1beta1 and mark it as deprecated by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4758
- fix: not releasing helm charts when its already released by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4771
- fix: remove comment from helm by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4772
- infisical: support secrets within paths for
datareferences by @lgo in https://github.com/external-secrets/external-secrets/pull/4305 - chore(deps): bump pyyaml-env-tag from 0.1 to 1.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4761
- chore(deps): bump platformdirs from 4.3.7 to 4.3.8 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4762
- chore(deps): bump mkdocs-material from 9.6.12 to 9.6.13 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4763
- chore(deps): bump golang from 1.24.2 to 1.24.3 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4764
- chore(deps): bump golang from 1.24.2-bookworm to 1.24.3-bookworm in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4765
- chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4766
- Cache separate vault clients for each namespace if necessary by @ChristianCiach in https://github.com/external-secrets/external-secrets/pull/4706
- chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4768
- feat: improve code integration api by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4777
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4770
- chore(deps): bump actions/dependency-review-action from
67d4f4bto8805179by @dependabot in https://github.com/external-secrets/external-secrets/pull/4767 - fix: adds releases to stability and support by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4776
- Update docs/example for ECR token generator by @Moulick in https://github.com/external-secrets/external-secrets/pull/4773
- feat: add 1Password SDK based provider by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4628
- chore: updates stability support for 0.17.0 by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4779
- fix: update provider examples to use apiVersion external-secrets.io/v1 by @rowanruseler in https://github.com/external-secrets/external-secrets/pull/4757
New Contributors
- @Alexander-Cairns made their first contribution in https://github.com/external-secrets/external-secrets/pull/4753
- @eyenx made their first contribution in https://github.com/external-secrets/external-secrets/pull/4755
- @ChristianCiach made their first contribution in https://github.com/external-secrets/external-secrets/pull/4706
- @Moulick made their first contribution in https://github.com/external-secrets/external-secrets/pull/4773
- @rowanruseler made their first contribution in https://github.com/external-secrets/external-secrets/pull/4757
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.16.2...v0.17.0
v0.16.2
Image: ghcr.io/external-secrets/external-secrets:v0.16.2
Image: ghcr.io/external-secrets/external-secrets:v0.16.2-ubi
Image: ghcr.io/external-secrets/external-secrets:v0.16.2-ubi-boringssl
BREAKING CHANGE
When updating to v0.16.2, if you leverage Generators with refreshInterval: 0 or any refreshPolicy to not update it, this version WILL FORCE THAT VALUE TO BE UPDATED.
Apologies to the user base, we did not expect this breaking change behavior out of these contributions. :bow: :pray:
What's Changed
- chore: release charts v0.16.1 by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4678
- feat: adds harden-runner to pipelines by @gusfcarvalho in https://github.com/external-secrets/external-secrets/pull/4683
- [StepSecurity] Apply security best practices by @step-security-bot in https://github.com/external-secrets/external-secrets/pull/4684
- docs: update example for bitwarden password manager by @lunarys in https://github.com/external-secrets/external-secrets/pull/4674
- feat(helm): add grafana dashboard by @onedr0p in https://github.com/external-secrets/external-secrets/pull/4686
- chore(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4688
- chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4689
- chore(deps): bump mkdocs-material from 9.6.11 to 9.6.12 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4690
- chore(deps): bump golang from 1.24.2-alpine@sha256:7772cb5322baa875edd74705556d08f0eeca7b9c4b5367754ce3f2f00041ccee to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4691
- chore(deps): bump packaging from 24.2 to 25.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4693
- chore: update dependencies by @eso-service-account-app in https://github.com/external-secrets/external-secrets/pull/4694
- chore: Add skeeled to ADOPTERS.md by @carneiroskeeled in https://github.com/external-secrets/external-secrets/pull/4695
- Update md5 hashing algorithim to sha3 by @kbsteere in https://github.com/external-secrets/external-secrets/pull/4696
- fix: ci artefact push by @moolen in https://github.com/external-secrets/external-secrets/pull/4699
- chore(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4710
- chore(deps): bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4711
- chore(deps): bump anchore/sbom-action from 0.18.0 to 0.19.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4712
- chore(deps): bump step-security/harden-runner from 2.11.1 to 2.12.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4713
- chore(deps): bump ubi8/ubi from
8bd1b63to244e985by @dependabot in https://github.com/external-secrets/external-secrets/pull/4719 - chore(deps): bump certifi from 2025.1.31 to 2025.4.26 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4717
- chore(deps): bump importlib-metadata from 8.6.1 to 8.7.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4716
- chore(deps): bump pymdown-extensions from 10.14.3 to 10.15 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4715
- chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4714
- fix: add kmskeyid to secret creation by @Skarlso in https://github.com/external-secrets/external-secrets/pull/4729
- fix: ClusterExternalSecrets were not able to adopt externalSecret after update to v1 by @Meallia in https://github.com/external-secrets/external-secrets/pull/4724
- chore(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4735
- chore(deps): bump actions/create-github-app-token from 2.0.2 to 2.0.6 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4736
- chore(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4737
- chore(deps): bump golang from
00eccd4to79390b5in /e2e by @dependabot in https://github.com/external-secrets/external-secrets/pull/4738 - chore(deps): bump termcolor from 3.0.1 to 3.1.0 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4739
- chore(deps): bump charset-normalizer from 3.4.1 to 3.4.2 in /hack/api-docs by @dependabot in https://github.com/external-secrets/external-secrets/pull/4740
- chore(deps): bump golang from
7772cb5to7772cb5by @dependabot in https://github.com/external-secrets/external-secrets/pull/4741 - chore(deps): bump golangci/golangci-lint-action from 6.5.2 to 8.0.0 by @dependabot in https://github.com/external-secrets/external-secrets/pull/4734
- chore: document kubernetes provider pushsecret type by @mhrabovcin in https://github.com/external-secrets/external-secrets/pull/4725
- feat(helm): Offer the possiblity to disable aggreate-to-view and aggregate-to-edit on default ClusterRoles by @linoleparquet in https://github.com/external-secrets/external-secrets/pull/4733
- Feat/generic webhook ntlm auth by @yifongau in https://github.com/external-secrets/external-secrets/pull/4316
New Contributors
- @step-security-bot made their first contribution in https://github.com/external-secrets/external-secrets/pull/4684
- @lunarys made their first contribution in https://github.com/external-secrets/external-secrets/pull/4674
- @carneiroskeeled made their first contribution in https://github.com/external-secrets/external-secrets/pull/4695
- @kbsteere made their first contribution in https://github.com/external-secrets/external-secrets/pull/4696
- @Meallia made their first contribution in https://github.com/external-secrets/external-secrets/pull/4724
- @mhrabovcin made their first contribution in https://github.com/external-secrets/external-secrets/pull/4725
- @linoleparquet made their first contribution in https://github.com/external-secrets/external-secrets/pull/4733
- @yifongau made their first contribution in https://github.com/external-secrets/external-secrets/pull/4316
Full Changelog: https://github.com/external-secrets/external-secrets/compare/v0.16.1...v0.16.2
grafana/helm-charts (grafana)
v8.15.0
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Allow users to override curl short options by @blag in https://github.com/grafana/helm-charts/pull/3625
New Contributors
- @blag made their first contribution in https://github.com/grafana/helm-charts/pull/3625
Full Changelog: https://github.com/grafana/helm-charts/compare/mimir-distributed-5.8.0-weekly.339+dev.1...grafana-8.15.0
oracle/terraform-provider-oci (oci)
v6.37.0
Added
- Support for adding custom pre check step in DR Plans
- Support for OKE: Node Cycling Improvements
- Support for HeatWave Service: Change DB System Deletion Policy AutomaticBackupRetention default to RETAIN.
- provider support for Resource Scheduler enhancement feature
Bug Fix
- move capacity_reservation_id update to the same request as shape update
- TERRAFORM_ISSUE:NOSQL: Change on compartmentId of child table should be ignored
v6.36.0
Added
- Support for iSCSI-3 Persistant Reservation for Block Volume
- Support for public network access control.
- Support for DBM: Database Life Cycle Management (Externally Registered Database Patching)
Bug Fix
- core instance resource security_attributes documentation
- Exacs dbHome, pdb, cvm bug fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.