deps: Update Other dependency updates #634
Open
+121
−120
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:
v5.0.2
->v5.1.0
v3.1.3
->v3.2.1
v1.15.0
->v1.16.2
v0.0.12
->v0.1.0
v1.4.1
->v1.4.2
v1.59.1
->v1.62.2
v2.25.15
->v2.27.5
v2.1.3
->v2.2.2
v1.8.5
->v1.10.0
v0.29.3
->v0.31.3
v0.29.3
->v0.31.3
v0.29.3
->v0.31.3
v1.29.3
->v1.31.3
v0.17.2
->v0.19.2
v0.14.0
->v0.16.5
Release Notes
actions/setup-go (actions/setup-go)
v5.1.0
Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGhes
logic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
actions/upload-artifact (actions/upload-artifact)
v3.2.1
Compare Source
What's Changed
This fixes the
include-hidden-files
input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1
v3.2.0
Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifact
action of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files
, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v3.1.3...v3.2.0
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.
Note also that since most PEM data parsed by cert-manager comes from
ConfigMap
orSecret
resources which have a max size limit of approximately 1MB, it's difficult to force cert-manager to parse large amounts of PEM data.Further information is available in GHSA-r4pg-vg54-wxx4
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 markdowngo-logr/logr (github.com/go-logr/logr)
v1.4.2
Compare Source
What's Changed
Dependencies:
Full Changelog: go-logr/logr@v1.4.1...v1.4.2
golangci/golangci-lint (github.com/golangci/golangci-lint/cmd/golangci-lint)
v1.62.2
Compare Source
v1.62.1
Compare Source
v1.62.0
Compare Source
recvcheck
linter https://github.com/raeperd/recvcheckiface
linter https://github.com/uudashr/ifaceexecinquery
: deprecation step 2gomnd
: deprecation step 2 (replaced bymnd
)bidichk
: from 0.2.7 to 0.3.2 (important performance improvement)canonicalheader
: from 1.1.1 to 1.1.2cyclop
: from 1.2.1 to 1.2.3dupword
: from 0.1.1 to 0.1.3errcheck
: from 1.7.0 to 1.8.0errchkjson
: from 0.3.6 to 0.4.0errname
: from 0.1.13 to 1.0.0ginkgolinter
: from 0.17.0 to 0.18.0 (new option:force-succeed
)go-check-sumtype
: from 0.1.4 to 0.2.0 (new option:default-signifies-exhaustive
)go-critic
: from 0.11.4 to 0.11.5go-printf-func-name
: from7558a9e
to v0.1.0godot
: from 1.4.17 to 1.4.18gosec
: from 2.21.2 to 2.21.4intrange
: from 0.2.0 to 0.2.1loggercheck
: from 0.9.4 to 0.10.1 (log/slog
support)musttag
: from 0.12.2 to 0.13.0nakedret
: from 2.0.4 to 2.0.5nilnil
: from 0.1.9 to 1.0.0 (new option:detect-opposite
)noctx
: from 0.0.2 to 0.1.0protogetter
: from 0.3.6 to 0.3.8revive
: from 1.3.9 to 1.5.0 (new rules:filename-format
, andfile-length-limit
)tenv
: from 1.10.0 to 1.12.1 (handle dot import)testifylint
: from 1.4.3 to 1.5.0 (new checkers:contains
,encoded-compare
,regexp
)exclude-dirs-use-default
forbidigo
pattern examples for built-in functionsv1.61.0
Compare Source
junit-xml-extended
formatdupword
: from 0.0.14 to 0.1.1fatcontext
: from 0.4.0 to 0.5.2gci
: from 0.13.4 to 0.13.5 (new optionno-lex-order
)go-ruleguard
: from 0.4.2 to0fe6f58
(fix panic with custom linters)godot
: from 1.4.16 to 1.4.17gomodguard
: from 1.3.3 to 1.3.5gosec
: disable temporarilyG407
gosec
: fromab3f6c1
to 2.21.2 (partially fixG115
)intrange
: from 0.1.2 to 0.2.0nolintlint
: remove the empty line in the directive replacementtypecheck
v1.60.3
Compare Source
v1.60.2
Compare Source
v1.60.1
Compare Source
v1.60.0
Compare Source
github/codeql-action (github/codeql-action)
v2.27.5
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.5 - 19 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v2.27.4
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.4 - 14 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v2.27.3
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.3 - 12 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v2.27.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.2 - 12 Nov 2024
See the full CHANGELOG.md for more information.
v2.27.1
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.1 - 08 Nov 2024
See the full CHANGELOG.md for more information.
v2.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.2.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
v2.26.13
Compare Source
v2.26.12
Compare Source
v2.26.11
Compare Source
v2.26.10
Compare Source
v2.26.9
Compare Source
v2.26.8
Compare Source
v2.26.7
Compare Source
v2.26.6
Compare Source
v2.26.5
Compare Source
v2.26.4
Compare Source
v2.26.3
Compare Source
v2.26.2
Compare Source
v2.26.1
Compare Source
v2.26.0
Compare Source
google-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.10.0
Compare Source
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 unknownConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.