cloud-sql-proxy-operator
cloud-sql-proxy-operator copied to clipboard
chore(deps): update build tools
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| cert-manager/cert-manager | minor | v1.15.0 -> v1.16.0 |
|||||
| github.com/elastic/crd-ref-docs | minor | v0.0.12 -> v0.1.0 |
|||||
| google-github-actions/get-secretmanager-secrets | action | patch | v2.1.3 -> v2.1.4 |
||||
| hashicorp/terraform | minor | v1.8.5 -> v1.9.7 |
Release Notes
cert-manager/cert-manager (cert-manager/cert-manager)
v1.16.0
v1.15.3
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
๐ See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
๐ Changes since v1.15.2
Bug or Regression
- BUGFIX: the dynamic certificate source used by the webhook TLS server failed to detect a root CA approaching expiration, due to a calculation error. This will cause the webhook TLS server to fail renewing its CA certificate. Please upgrade before the expiration of this CA certificate is reached. (#โ7232, @โcert-manager-bot)
v1.15.2
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
๐ See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
๐ Changes since v1.15.1
Bug or Regression
- BUGFIX
route53: explicitly set theaws-globalSTS region which is now required by thegithub.com/aws/aws-sdk-go-v2library. (#โ7189,@cert-manager-bot) - Bump
grpc-goto fixGHSA-xr7q-jx4m-x55m(#โ7167,@SgtCoDFish) - Fix Azure DNS causing panics whenever authentication error happens (#โ7188,
@cert-manager-bot) - Fix incorrect value and indentation of
endpointAdditionalPropertiesin thePodMonitortemplate of the Helm chart (#โ7191,@inteon) - Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent unbounded creation of
HTTPRouteresources (#โ7186,@cert-manager-bot) - Upgrade
golangfrom1.22.3to1.22.5(#โ7165,@github-actions)
v1.15.1
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
๐ See v1.15.0 for more information about cert-manager 1.15 and read-before-upgrade info.
๐ Changes since v1.15.0
Bug or Regression
- BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. (#โ7111, @โinteon)
Other (Cleanup or Flake)
- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address CVE-2024-35255 (#โ7092, @โThatsMrTalbot)
- Bump the go-retryablehttp dependency to fix CVE-2024-6104 (#โ7130, @โSgtCoDFish)
elastic/crd-ref-docs (github.com/elastic/crd-ref-docs)
v0.1.0
Changelog
dfa49caAdd apiextensions types to default Kubernetes known types (#โ82)c0c1522Add output mode in README.md (#โ77)0ad85c5Also support version on go install (#โ87)282ebc8Fix missing markdown table formatting (#โ85)9e0eec8Return exit code 1 on failure and silence redundant cobra errors (#โ86)ea9fcaaSupport constant values of enum aliased types (#โ79)284491aSupport custom markers (#โ76)a178c7bSupport multi-arch release (#โ78)1c93a29fix: escape curly brackets when rendering markdown field doc (#โ81)56876bcfix: escape pipes when rendering validation custom markers to markdown
google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)
v2.1.4
What's Changed
- Update docs by @โsethvargo in https://github.com/google-github-actions/get-secretmanager-secrets/pull/296
- Update deps by @โsethvargo in https://github.com/google-github-actions/get-secretmanager-secrets/pull/298
- Release: v2.1.4 by @โgoogle-github-actions-bot in https://github.com/google-github-actions/get-secretmanager-secrets/pull/299
Full Changelog: https://github.com/google-github-actions/get-secretmanager-secrets/compare/v2.1.3...v2.1.4
hashicorp/terraform (hashicorp/terraform)
v1.9.7
1.9.7 (October 2, 2024)
BUG FIXES:
- config generation: escape map keys with whitespaces (#โ35754)
v1.9.6
1.9.6 (September 18, 2024)
BUG FIXES:
- plan renderer: Render complete changes within unknown nested blocks. (#โ35644)
- plan renderer: Fix crash when attempting to render unknown nested blocks that contain attributes forcing resource replacement. (#โ35644)
- plan renderer: Fix crash when rendering a plan that contains null attributes being update to unknown values. (#โ35709)
v1.9.5
1.9.5 (August 20, 2024)
ENHANCEMENTS:
- cloud: The cloud block can now interact with workspaces that have HCP resource IDs. (#โ35495)
BUG FIXES:
- core:
removedblocks with provisioners were not executed when the resource was in a nested module. (#โ35611)
v1.9.4
1.9.4 (August 7, 2024)
BUG FIXES:
- core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#โ35511)
- init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#โ35533)
v1.9.3
1.9.3 (July 24, 2024)
ENHANCEMENTS:
- Terraform now returns a more specific error message in the awkward situation where an input variable validation rule is known to have failed (
conditionreturnedfalse) but the error message is derived from an unknown value. (#โ35400)
BUG FIXES:
- core: Terraform no longer performs an unnecessary refresh when removing an instance targeted by a
removedblock. (#โ35458) - config generation: Fix validation error when using nested computed or deprecated attributes. (#โ35484)
- Updated to newer github.com/hashicorp/go-retryablehttp version, addressing CVE-2024-6104, and bringing in updates for several indirect dependencies. (#โ35473)
- Moved to building with Go 1.22.5, which addresses CVE-2024-24791 and several other non-security bugs. (#โ35494)
v1.9.2
1.9.2 (July 10, 2024)
BUG FIXES:
- core: Fix panic when self-referencing direct instances from
countandfor_eachmeta attributes. (#โ35432)
v1.9.1
v1.9.0
Configuration
๐ Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Enabled.
โป Rebasing: Whenever PR is behind base branch, 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.