chore(deps): update k8s related bumps #137
Open
+7
−7
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:
0.64.0→0.65.00.51.1→0.52.20.21.0→0.24.04.45.1→4.50.1To easily extract checksums: yq_version=;curl -sSL https://github.com/mikefarah/yq/releases/download/v${jq_version}/checksums |grep "yq_linux_amd64 "|cut -d' ' -f37
Release Notes
k14s/kapp (k14s/kapp)
v0.65.0Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missing✨ What's new
New Contributors
Full Changelog: carvel-dev/kapp@v0.64.2...v0.65.0
📂 Files Checksum
v0.64.2Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missing✨ What's new
Full Changelog: carvel-dev/kapp@v0.64.1...v0.64.2
📂 Files Checksum
v0.64.1Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missing✨ What's new
Full Changelog: carvel-dev/kapp@v0.64.0...v0.64.1
📂 Files Checksum
k14s/ytt (k14s/ytt)
v0.52.2Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missingWhat's Changed
Full Changelog: carvel-dev/ytt@v0.52.1...v0.52.2
📂 Files Checksum
v0.52.1Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missingWhat's Changed
Full Changelog: carvel-dev/ytt@v0.52.0...v0.52.1
📂 Files Checksum
v0.52.0Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missingWhat's Changed
Full Changelog: carvel-dev/ytt@v0.51.2...v0.52.0
📂 Files Checksum
v0.51.2Compare Source
Installation and signature verification
Installation
By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
Via Homebrew (macOS or Linux)
Verify checksums file signature
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). To validate the signature of this file, run the following commands:
Verify binary integrity
To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.
# Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missingWhat's Changed
Full Changelog: carvel-dev/ytt@v0.51.1...v0.51.2
📂 Files Checksum
kudobuilder/kuttl (kudobuilder/kuttl)
v0.24.0: kuttl-v0.24.0Compare Source
Changes
🚀 Highlights
🐛 Bug Fixes
🌱 Dependency bumps
Contributors
@dependabot[bot], @mandre and @porridge
v0.23.0: kuttl-v0.23.0Compare Source
☣️ Note that this release is affected by:
🚀 Highlights
You can now pass
--template-var myvar=footokuttland use{{ .Vars.myvar }}syntax in YAML files. See docs for more details.💣 Breaking changes
kuttlCLI, but may break Go code which imports github.com/kudobuilder/kuttlThe extensive refactoring which preceded addition of templating support could have introduced some subtle differences in kuttl behaviour. Please report issues if you encounter them. In particular:
OTOH some previously undocumented behaviour w.r.t. step structure is now documented.
🐛 Bug Fixes
🌱 Dependency bumps
Other Changes
Contributors
@davidebianchi, @dependabot, @mfrehe and @porridge
v0.22.0: kuttl-v0.22.0Compare Source
This release only contains dependency updates, most notably includes sigs.k8s.io/kind 0.27.0 which moves to containerd 2.x and contains fixes for nerdctl.
🌱 Dependency bumps
Contributors
@dependabot[bot]
mikefarah/yq (mikefarah/yq)
v4.50.1: - HCL!Compare Source
v4.49.2Compare Source
v4.49.1: - Security Flags and TOML fixesCompare Source
--securityflags to disable env and file ops #2515v4.48.2Compare Source
v4.48.1: - First and Parents OperatorsCompare Source
v4.47.2Compare Source
v4.47.1: - Merge Anchor fixes (with flag)Compare Source
<<); #2404, #2110, #2386, #2178 Huge thanks to @stevenwdv!Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes
v4.46.1: - INI support + bug fixesCompare Source
v4.45.4: - Fixing wrong map() behaviour on empty mapCompare Source
v4.45.3: - Fixes regression bug(s)Compare Source
Sorry for the regression folks! 😓
fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets
v4.45.2Compare Source
Configuration
📅 Schedule: Branch creation - "after 1pm on Monday,before 4pm on Monday" (UTC), 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.