Skip to content
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 k8s related bumps #97

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
k14s/kapp patch 0.62.0 -> 0.62.1
k14s/ytt patch 0.49.0 -> 0.49.1
kudobuilder/kuttl minor 0.16.0 -> 0.17.0
mikefarah/yq minor 4.43.1 -> 4.44.2

To easily extract checksums: curl -sSL https://github.com/mikefarah/yq/releases/download/v/checksums |grep "yq_linux_amd64 "|cut -d' ' -f37


Release Notes

k14s/kapp (k14s/kapp)

v0.62.1

Compare Source

Installation and signature verification

Installation
By downloading binary from the release

For instance, if you are using Linux on an AMD64 architecture:

##### Download the binary
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.1/kapp-linux-amd64

##### Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/kapp

##### Make the binary executable
chmod +x /usr/local/bin/kapp
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install kapp
$ kapp version  
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:

##### Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.1/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.1/checksums.txt.sig

##### Verify the checksums file
cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp=https://github.com/carvel-dev \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
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
  • Bump golang to 1.22.4 in #​966 by @​rohitagg2020

Full Changelog: carvel-dev/kapp@v0.62.0...v0.62.1

📂 Files Checksum
13648fa026484768437392e9c6205f22fbc1aa27789da55ea81eb8a798f72013  ./kapp-darwin-amd64
25b4a2f1f1eb3e5b9fe3fd39c182ce2033e5e848742ae5fde4e6dae9499b57d8  ./kapp-windows-amd64.exe
b686bd63e5f751496d8221c7cf3df308663b6b21e1c480dd4a4cd301f6a8d651  ./kapp-linux-amd64
bbf1425904ba70702f70bd7235f4e9c2e02cf42f4d45251aa0bcff9441669dbf  ./kapp-darwin-arm64
f5d2e48c21c25e4b59438bbf6e709a6335374dd78737fda455d477f6de62aa33  ./kapp-linux-arm64
k14s/ytt (k14s/ytt)

v0.49.1

Compare Source

Installation and signature verification

Installation
By downloading binary from the release

For instance, if you are using Linux on an AMD64 architecture:

##### Download the binary
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.1/ytt-linux-amd64

##### Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

##### Make the binary executable
chmod +x /usr/local/bin/ytt
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  
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:

##### Download the checksums file, certificate and signature
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.1/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.1/checksums.txt.sig

##### Verify the checksums file
cosign verify-blob checksums.txt \
  --certificate checksums.txt.pem \
  --signature checksums.txt.sig \
  --certificate-identity-regexp=https://github.com/carvel-dev \
  --certificate-oidc-issuer=https://token.actions.githubusercontent.com
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 Changed
  • Bump golang to 1.22.4 #​919 by @​rohitagg2020

Full Changelog: carvel-dev/ytt@v0.49.0...v0.49.1

📂 Files Checksum

10bb753984bed1f351fb767810fdccb5def531ad77b27093f71698a44ab45965  ./ytt-darwin-amd64
20a2f7466157a9c6189e885d0027e17c48776e65627f30fe04bffeef1d6f6166  ./ytt-linux-amd64
220408ce0604309f0704bd102f216f807db56b91f37af3317beacd7621f99a16  ./ytt-windows-arm64.exe
7a8d04ac91578239d32683eea7c5bb045e6e3f0df6a8c3bb42927a161b7da4db  ./ytt-linux-arm64
ac75de5a71ebd165f2b6be338a16020055d298ccb31a7dbade887d11912b8fed  ./ytt-windows-amd64.exe
cba34f36d2b34108cc616a9455e8970ff10937470555af2dd09720ead9b29f64  ./ytt-darwin-arm64
kudobuilder/kuttl (kudobuilder/kuttl)

v0.17.0: kuttl-v0.17.0

Compare Source

🚀 Highlights
  • Increase granularity of JUnit reports. (#​509)
⚠️ Breaking Changes
  • Make $PWD between TestStep and TestAssert commands consistent (#​519)
🐛 Bug Fixes
  • Make $PWD between TestStep and TestAssert commands consistent (#​519)
  • fix: create namespace when running TestSuite (#​518)
🌱 Dependency bumps
  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible (#​510)
Other Changes
  • Add DCO check using GHA (#​520)
  • fix typo in docs/testing/reference.md (#​521)
  • Update RELEASE.md with current reality (#​516)
  • Create a category for dependency bumps (#​517)
  • Replace inactive code owners with myself (#​515)
Contributors

@​chenmj11, @​dependabot, @​dependabot[bot], @​porridge and @​stuggi

mikefarah/yq (mikefarah/yq)

v4.44.2

Compare Source

  • Handle numbers with underscores #​2039
    • Unique now works on maps and arrays #​2068
    • Added support for short hand splat with env[] expression #​2071, as well as many other operators (split,select,eval,pick..)
    • Bumped dependencies

v4.44.1: - min/max/pivot!

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from df545b7 to 309494a Compare June 10, 2024 06:35
@renovate renovate bot changed the title chore(deps): update dependency mikefarah/yq to v4.44.1 chore(deps): update k8s related bumps Jun 10, 2024
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from 309494a to 2cc3066 Compare June 12, 2024 18:57
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from 2cc3066 to daaf0cb Compare June 16, 2024 07:24
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from daaf0cb to 0899fd9 Compare June 17, 2024 16:24
Copy link
Author

renovate bot commented Jun 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@o-orand o-orand merged commit 0fbd110 into main Jun 18, 2024
10 checks passed
@o-orand o-orand deleted the renovate/k8s-related-bumps branch June 18, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant