-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update build tools - autoclosed #606
Closed
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/build-tools
Closed
chore(deps): update build tools - autoclosed #606
renovate-bot
wants to merge
1
commit into
GoogleCloudPlatform:main
from
renovate-bot:renovate/build-tools
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 9, 2024 16:44
1b14336
to
26aeddb
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 9, 2024 19:15
26aeddb
to
2a24058
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 10, 2024 11:45
2a24058
to
98f9571
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 16, 2024 19:57
98f9571
to
12527c0
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 24, 2024 16:06
12527c0
to
2236362
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 24, 2024 20:34
2236362
to
dc8ffde
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 25, 2024 13:37
dc8ffde
to
2357481
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 25, 2024 16:37
2357481
to
f7c7b97
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 29, 2024 17:08
f7c7b97
to
b9c3f39
Compare
trusted-contributions-gcf
bot
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Jul 29, 2024
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
July 30, 2024 13:35
b9c3f39
to
8aca29f
Compare
jackwotherspoon
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Aug 2, 2024
renovate-bot
force-pushed
the
renovate/build-tools
branch
2 times, most recently
from
August 6, 2024 03:47
1c332c3
to
fadef56
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
4 times, most recently
from
August 22, 2024 21:15
ee381c1
to
d3740df
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
September 16, 2024 15:33
d3740df
to
ad142ed
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
September 18, 2024 09:35
ad142ed
to
10df1e6
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
3 times, most recently
from
October 9, 2024 13:31
237b6f7
to
8bbb813
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
October 16, 2024 16:22
8bbb813
to
2a02025
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
4 times, most recently
from
October 30, 2024 22:55
2ba3b9f
to
8a07660
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
November 20, 2024 19:33
8a07660
to
8a599de
Compare
renovate-bot
force-pushed
the
renovate/build-tools
branch
from
November 21, 2024 18:03
8a599de
to
d236303
Compare
renovate-bot
changed the title
chore(deps): update build tools
chore(deps): update build tools - autoclosed
Nov 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.15.0
->v1.16.2
v0.0.12
->v0.1.0
v2.1.3
->v2.2.2
v1.8.5
->v1.9.8
Release Notes
cert-manager/cert-manager (cert-manager/cert-manager)
v1.16.2
Compare Source
v1.16.1
Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
The cert-manager 1.16 release includes: new Helm chart features, more Prometheus metrics, memory optimizations, and various improvements and bug fixes for the ACME issuer and Venafi Issuer.
📖 Read the complete 1.16 release notes before upgrading.
📜Changes since
v1.16.0
Bug or Regression
@inteon
)podDisruptionBudget.minAvailable
andpodDisruptionBudget.maxAvailable
values. (#7345,@inteon
)enabled
to be set as a value to toggle cert-manager as a dependency. (#7356,@inteon
)v1.16.0
caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed inv1.16.1
. (#7342,@inteon
)v1.16.0
Compare Source
v1.15.4
Compare Source
cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.
This patch release of cert-manager 1.15 makes several changes to how PEM input is validated, adding maximum sizes appropriate to the type of PEM data which is being parsed.
This is to prevent an unacceptable slow-down in parsing specially crafted PEM data. The issue was found by Google's OSS-Fuzz project.
The issue is low severity; to exploit the PEM issue would require privileged access which would likely allow Denial-of-Service through other methods.
In addition, since most PEM data parsed by cert-manager comes from
ConfigMap
orSecret
resources which havea max size limit of approximately 1MB, it's difficult to force cert-manager to parse large amounts of PEM data.
Further information will be published in a security advisory when all supported cert-manager releases have been patched.
In addition, the version of Go used to build cert-manager 1.15 was updated along with the base images, and a Route53 bug fix was backported.
Changes by Kind
Bug or Regression
Other (Cleanup or Flake)
v1.15.3
Compare Source
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
v1.15.2
Compare Source
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
route53
: explicitly set theaws-global
STS region which is now required by thegithub.com/aws/aws-sdk-go-v2
library. (#7189,@cert-manager-bot
)grpc-go
to fixGHSA-xr7q-jx4m-x55m
(#7167,@SgtCoDFish
)@cert-manager-bot
)endpointAdditionalProperties
in thePodMonitor
template of the Helm chart (#7191,@inteon
)HTTPRoute
resources (#7186,@cert-manager-bot
)golang
from1.22.3
to1.22.5
(#7165,@github-actions
)v1.15.1
Compare Source
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
Other (Cleanup or Flake)
elastic/crd-ref-docs (github.com/elastic/crd-ref-docs)
v0.1.0
Changelog
dfa49ca
Add apiextensions types to default Kubernetes known types (#82)c0c1522
Add output mode in README.md (#77)0ad85c5
Also support version on go install (#87)282ebc8
Fix missing markdown table formatting (#85)9e0eec8
Return exit code 1 on failure and silence redundant cobra errors (#86)ea9fcaa
Support constant values of enum aliased types (#79)284491a
Support custom markers (#76)a178c7b
Support multi-arch release (#78)1c93a29
fix: escape curly brackets when rendering markdown field doc (#81)56876bc
fix: escape pipes when rendering validation custom markers to markdowngoogle-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)
v2.2.2
Compare Source
What's Changed
Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
Full Changelog: google-github-actions/get-secretmanager-secrets@v2.2.0...v2.2.1
v2.2.0
Compare Source
What's Changed
Full Changelog: google-github-actions/get-secretmanager-secrets@v2.1.4...v2.2.0
v2.1.4
Compare Source
What's Changed
Full Changelog: google-github-actions/get-secretmanager-secrets@v2.1.3...v2.1.4
hashicorp/terraform (hashicorp/terraform)
v1.9.8
Compare Source
1.9.8 (October 16, 2024)
BUG FIXES:
provider_meta
blocks with invalid names (#35842)v1.9.7
Compare Source
1.9.7 (October 2, 2024)
BUG FIXES:
v1.9.6
Compare Source
1.9.6 (September 18, 2024)
BUG FIXES:
v1.9.5
Compare Source
1.9.5 (August 20, 2024)
ENHANCEMENTS:
BUG FIXES:
removed
blocks with provisioners were not executed when the resource was in a nested module. (#35611)v1.9.4
Compare Source
1.9.4 (August 7, 2024)
BUG FIXES:
v1.9.3
Compare Source
1.9.3 (July 24, 2024)
ENHANCEMENTS:
condition
returnedfalse
) but the error message is derived from an unknown value. (#35400)BUG FIXES:
removed
block. (#35458)v1.9.2
Compare Source
1.9.2 (July 10, 2024)
BUG FIXES:
count
andfor_each
meta attributes. (#35432)v1.9.1
Compare Source
v1.9.0
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.