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

Update K8s related bumps #78

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Update K8s related bumps #78

merged 2 commits into from
Dec 18, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 30, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
k14s/kapp patch 0.59.0 -> 0.59.2
k14s/ytt patch 0.46.0 -> 0.46.3
mikefarah/yq minor 4.35.2 -> 4.40.5

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

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@v0.59.1...v0.59.2

📂 Files Checksum
03d8ef43aa467756a22fea6d32745b3bddef163fa22de4f8b5edd1d60fdc0585  ./kapp-linux-arm64
694518413f78698209253b11bb280933057839c0ef303295e8abf03dec289c7e  ./kapp-windows-amd64.exe
6986369c06e89bcec366b2cc18f81634fcd95e2b52c6c6f7ee46b497ade25f7d  ./kapp-linux-amd64
a404ed1bee2e0cb1a09498a991a3c897ee2ad08134a4eff01529ff73d7b47f3a  ./kapp-darwin-arm64
c20034a347bf90d977daac29eadbb4db4a7dc172a18a9d27fe0a48c39c124d27  ./kapp-darwin-amd64

v0.59.1

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@v0.59.0...v0.59.1

📂 Files Checksum
2b944972c011c8f5ccc0674a1e7c706985b08ce921367bc821cbd0ce81f94a01  ./kapp-windows-amd64.exe
30545b3462a5125dc32056ee9a87f30ced001ad04dd045b5f4d3dc6bc41da997  ./kapp-darwin-arm64
377e4bb84d44b9d80d68ed5b473036f20b3aab1eb5f2f6cc80c2df09ecd0fbf8  ./kapp-darwin-amd64
a0e4eccdc264b535d7b0ba1972b6fd29cd5aa1263ab7e996d5a4671253fd3cf9  ./kapp-linux-arm64
a6da34c733514c2c51b96a12e70cd050250a45b2ee75d6966a904e712b307d15  ./kapp-linux-amd64
k14s/ytt (k14s/ytt)

v0.46.3

Compare Source

What's Changed

Full Changelog: carvel-dev/ytt@v0.46.1...v0.46.3

📂 Files Checksum
15058f993f10524473d1f612a2ff344a6f51ce28d291228f650f605a226f4e97  ./ytt-windows-arm64.exe
271b145c7eb20f1ce424eab22b557662b2f7b1bd008bc2f1833ab56a567f05ef  ./ytt-windows-amd64.exe
2b4ca5365c343bb1e903e8e845d9750b5d2776b3a99483912f27da6e95c480c0  ./ytt-linux-amd64
46e672afcf2c2c09c415f52f472d6dcc648324fd5acf7c83c6b6017223dc4042  ./ytt-darwin-amd64
5372597c7165cb09657c7b9cfb5da1e58673940cf0ebbd4ecf8040e9ab9eb9e7  ./ytt-linux-arm64
d42295bbe137bdc08471ce61857ee1ee20761cd58a5a1827fde9c622e6b0e151  ./ytt-darwin-arm64

v0.46.2

Compare Source

What's Changed

Full Changelog: carvel-dev/ytt@v0.46.0...v0.46.2

📂 Files Checksum
027a12c62b3233a409d1eeabe689be9ff97de312dd6f18063000cdfa65b41032  ./ytt-windows-amd64.exe
71f9a7d83f51fd3a6096720d2f7f10184c62030e090fdb9daad62e1de0627aad  ./ytt-windows-arm64.exe
a97bae2e7a069032402d66b302c073c595a2badf2c3ffc6eec86427eec21619b  ./ytt-darwin-arm64
adeb18daa5fa088123ffbd9e32e3252aaf32810ec70e5e1b5a186f7bffc8c1f5  ./ytt-darwin-amd64
ae9bc66a55756eed60db86f8c0f8c55704b3ab846513ad4502111c2a8673ecac  ./ytt-linux-amd64
e43a524db8a0c69a54bc56132ac0cf8d55a049c48f63a9047dd6984dc89a940e  ./ytt-linux-arm64
mikefarah/yq (mikefarah/yq)

v4.40.5

Compare Source

v4.40.4: - Fixed bug with creating maps with values based off keys

Compare Source

  • Fixed bug with creating maps with values based off keys #​1886, #​1889
    • Bumped dependencies

v4.40.3: - Fixes JSON empty array bug

Compare Source

  • Fixed JSON output issue with empty arrays #​1880

v4.40.2: - Official

Compare Source

Thank you for all your support! I've fixed some of the issues that were kindly raised :) Happy to make the release official!

  • Do not panic when StdIn is closed (#​1867) Thanks @​aleskandro!
  • Fixed issue when update against self #​1869
  • Fixed multi doc anchor bug #​1861
  • Fixes doc line separator issue when reading expression file #​1860
  • Bumped dependencies

v4.40.1: - Engine refactor

Compare Source

I've done some overdue work on refactoring the core engine - pulling out the dependency on go-yaml. There are a couple of slight output changes (whitespace / document separators) in some niche scenarios - I think they are improvements, Bit nervous on releasing this, but all the tests are passing and I've added more tests! Love some early feedback :)

  • Added tonumber support
  • Added kind operator
  • Lua output fixes (#​1811) - Thanks @​Zash!
  • Add support for Lua input (#​1810) - Thanks @​Zash!
  • Bumped dependencies

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch 2 times, most recently from debfffe to 58f5c5b Compare November 23, 2023 06:53
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from 58f5c5b to cbe0def Compare December 4, 2023 02:31
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch 4 times, most recently from 51029fe to a891d84 Compare December 18, 2023 16:28
@renovate renovate bot force-pushed the renovate/k8s-related-bumps branch from a891d84 to f2835c4 Compare December 18, 2023 16:29
Copy link
Author

renovate bot commented Dec 18, 2023

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 7fd8121 into main Dec 18, 2023
8 checks passed
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