diff --git a/.github/workflows/test-install-kustomize.yml b/.github/workflows/test-install-kustomize.yml new file mode 100644 index 000000000..0ce3e876d --- /dev/null +++ b/.github/workflows/test-install-kustomize.yml @@ -0,0 +1,50 @@ +name: Test Install Kustomize + +on: + push: + branches: [master] + paths: + - 'hack/install_kustomize.sh' + - 'hack/test-files/*-release.json' + pull_request: + branches: [master] + paths: + - 'hack/install_kustomize.sh' + - 'hack/test-files/*-release.json' + +permissions: + contents: read + +env: + expected_kustomize_version: v5.8.1 + +jobs: + test-install-kustomize: + name: Test install_kustomize.sh (${{ matrix.release-file }}) + runs-on: ubuntu-latest + strategy: + fail-fast: false + matrix: + release-file: + - hack/test-files/minimized-release.json + - hack/test-files/unminimized-release.json + + steps: + - name: Check out code + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 + + - name: Run install script with mocked releases payload + shell: bash + run: | + set -euo pipefail + tmp_dir="$(mktemp -d)" + + ./hack/install_kustomize.sh "$tmp_dir" + + actual_kustomize_version=$("$tmp_dir/kustomize" version) + + echo "Kustomize version: ${actual_kustomize_version}" + [ "${actual_kustomize_version}" = "${expected_kustomize_version}" ] || (echo "Unexpected Kustomize version: Expected ${expected_kustomize_version}, got ${actual_kustomize_version}" && exit 1) + env: + expected_kustomize_version: ${{ env.expected_kustomize_version }} + releases_file: ${{ github.workspace }}/${{ matrix.release-file }} diff --git a/hack/install_kustomize.sh b/hack/install_kustomize.sh index a5ac331ab..b504df832 100755 --- a/hack/install_kustomize.sh +++ b/hack/install_kustomize.sh @@ -79,9 +79,11 @@ function find_release_url() { local arch=$3 echo "${releases}" |\ - grep "browser_download.*${opsys}_${arch}" |\ - cut -d '"' -f 4 |\ - sort -V | tail -n 1 + grep -oE '"browser_download_url"[[:space:]]*:[[:space:]]*"[^"]*"' |\ + cut -d '"' -f4 |\ + grep "${opsys}_${arch}" |\ + sort -V |\ + tail -n 1 } where="$(readlink_f "$where")/" @@ -134,11 +136,15 @@ s390x) ;; esac -# You can authenticate by exporting the GITHUB_TOKEN in the environment -if [[ -z "${GITHUB_TOKEN}" ]]; then - releases=$(curl -s "$release_url") +if [[ -n "$releases_file" ]]; then + releases=$(cat "$releases_file") else - releases=$(curl -s "$release_url" --header "Authorization: Bearer ${GITHUB_TOKEN}") + # You can authenticate by exporting the GITHUB_TOKEN in the environment + if [[ -z "${GITHUB_TOKEN}" ]]; then + releases=$(curl -s "$release_url") + else + releases=$(curl -s "$release_url" --header "Authorization: Bearer ${GITHUB_TOKEN}") + fi fi if [[ $releases == *"Bad credentials"* ]]; then diff --git a/hack/test-files/minimized-release.json b/hack/test-files/minimized-release.json new file mode 100644 index 000000000..11d96a7cb --- /dev/null +++ b/hack/test-files/minimized-release.json @@ -0,0 +1 @@ +[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284452445","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284452445/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284452445/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.21.1","id":284452445,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Q9GZd","tag_name":"kyaml/v0.21.1","target_commitish":"master","name":"kyaml/v0.21.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2026-02-09T15:26:16Z","updated_at":"2026-02-09T15:27:15Z","published_at":"2026-02-09T15:27:15Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.21.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.21.1","body":""},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.1","id":284471639,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Q9LFX","tag_name":"kustomize/v5.8.1","target_commitish":"master","name":"kustomize/v5.8.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2026-02-09T16:15:02Z","updated_at":"2026-02-09T16:40:16Z","published_at":"2026-02-09T16:40:16Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160973","id":353160973,"node_id":"RA_kwDOB-5y6s4VDM8N","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":"sha256:0a7ea42f4ef9e91cbb0ad7a81604db767b23bbd6bae8dc8f423f54fad4572ba6","download_count":59631,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160974","id":353160974,"node_id":"RA_kwDOB-5y6s4VDM8O","name":"kustomize_v5.8.1_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5252204,"digest":"sha256:ee7cf0c1e3592aa7bb66ba82b359933a95e7f2e0b36e5f53ed0a4535b017f2f8","download_count":2192,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160975","id":353160975,"node_id":"RA_kwDOB-5y6s4VDM8P","name":"kustomize_v5.8.1_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4918398,"digest":"sha256:8886f8a78474e608cc81234f729fda188a9767da23e28925802f00ece2bab288","download_count":12425,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160972","id":353160972,"node_id":"RA_kwDOB-5y6s4VDM8M","name":"kustomize_v5.8.1_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5171673,"digest":"sha256:029a7f0f4e1932c52a0476cf02a0fd855c0bb85694b82c338fc648dcb53a819d","download_count":3292170,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160971","id":353160971,"node_id":"RA_kwDOB-5y6s4VDM8L","name":"kustomize_v5.8.1_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4736536,"digest":"sha256:0953ea3e476f66d6ddfcd911d750f5167b9365aa9491b2326398e289fef2c142","download_count":132823,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160977","id":353160977,"node_id":"RA_kwDOB-5y6s4VDM8R","name":"kustomize_v5.8.1_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4733636,"digest":"sha256:87ffa6d248d6baceb35463042da354a317bfd3ee49afc7f9850c05c36319c708","download_count":1148,"created_at":"2026-02-09T16:17:56Z","updated_at":"2026-02-09T16:17:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160979","id":353160979,"node_id":"RA_kwDOB-5y6s4VDM8T","name":"kustomize_v5.8.1_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5071673,"digest":"sha256:12df0fcec017a82b41d87b85c53263ae9657740b130eba42381bae3495521c9b","download_count":2943,"created_at":"2026-02-09T16:17:57Z","updated_at":"2026-02-09T16:17:58Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160980","id":353160980,"node_id":"RA_kwDOB-5y6s4VDM8U","name":"kustomize_v5.8.1_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5314337,"digest":"sha256:8ec7f5e815e526d4622c06df0a7793d8cfb6eb1c74f816b46166097fef8b26c6","download_count":8384,"created_at":"2026-02-09T16:17:57Z","updated_at":"2026-02-09T16:17:58Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160981","id":353160981,"node_id":"RA_kwDOB-5y6s4VDM8V","name":"kustomize_v5.8.1_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":4817025,"digest":"sha256:f6f5090c373965760a30a59af84c81853b80d2c7dbb3236424f440e47eed3f5a","download_count":1114,"created_at":"2026-02-09T16:17:57Z","updated_at":"2026-02-09T16:17:58Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.8.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.8.1","body":"## Introduction\r\n\r\nThis release completes a fix for namespace propagation that occurred in v5.8.0. https://github.com/kubernetes-sigs/kustomize/issues/6031#issuecomment-3594321206\r\nAlso addressed the breaking changes introduced in helm v4. #6016\r\n\r\n## fix\r\n#5990: fix: allow empty patches files\r\n#6016: fix: support helm v4 beside v3\r\n#6038: Fix a failing test\r\n#6044: Fix namespace propagation problem at v5.8.0\r\n\r\n## Dependencies\r\n#6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency\r\n\r\n## chore\r\n#6065: Update kyaml to v0.21.1\r\n#6066: Update cmd/config to v0.21.1\r\n#6067: Update api to v0.21.1\r\n","reactions":{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/reactions","total_count":2,"+1":2,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0}},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284458518","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284458518/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284458518/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.21.1","id":284458518,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Q9H4W","tag_name":"cmd/config/v0.21.1","target_commitish":"master","name":"cmd/config/v0.21.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2026-02-09T15:41:09Z","updated_at":"2026-02-09T15:41:58Z","published_at":"2026-02-09T15:41:58Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.21.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.21.1","body":"\r\n## Chore\r\n#6065: Update kyaml to v0.21.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284464629","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284464629/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284464629/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.21.1","id":284464629,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Q9JX1","tag_name":"api/v0.21.1","target_commitish":"master","name":"api/v0.21.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2026-02-09T15:54:36Z","updated_at":"2026-02-09T16:00:09Z","published_at":"2026-02-09T16:00:09Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.21.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.21.1","body":"#5990: fix: allow empty patches files\r\n#6016: fix: support helm v4 beside v3\r\n#6038: Fix a failing test\r\n#6044: Fix namespace propagation problem at v5.8.0\r\n#6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency\r\n#6065: Update kyaml to v0.21.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260927650","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260927650/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260927650/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.21.0","id":260927650,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4PjXCi","tag_name":"kyaml/v0.21.0","target_commitish":"master","name":"kyaml/v0.21.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-11-09T13:43:56Z","updated_at":"2025-11-09T13:45:10Z","published_at":"2025-11-09T13:45:10Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.21.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.21.0","body":"#5679: implements to replacements value in the structured data\r\n#5959: update go 1.24.6\r\n#5961: refactor: nested format string\r\n#5962: chore: update dependencies from security alert\r\n#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.0","id":260931171,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4PjX5j","tag_name":"kustomize/v5.8.0","target_commitish":"master","name":"kustomize/v5.8.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-11-09T14:39:28Z","updated_at":"2025-12-14T19:41:12Z","published_at":"2025-11-09T15:00:06Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370735","id":314370735,"node_id":"RA_kwDOB-5y6s4SvOqv","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":"sha256:0affa664d2fddabc3541b62e3d6b9f42a81f066449a9d1ec702e9ceda9f6d73c","download_count":54486,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:22Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370733","id":314370733,"node_id":"RA_kwDOB-5y6s4SvOqt","name":"kustomize_v5.8.0_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5259049,"digest":"sha256:2deaa6f96450c0b3204cccd9f159a22278eb6cf85ad545d212d608d2428aeb57","download_count":1811,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:22Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370736","id":314370736,"node_id":"RA_kwDOB-5y6s4SvOqw","name":"kustomize_v5.8.0_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4920526,"digest":"sha256:d098f62ecda500c752303163838af823f947d245927f3000b629199c1eeeae0f","download_count":8428,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:22Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370732","id":314370732,"node_id":"RA_kwDOB-5y6s4SvOqs","name":"kustomize_v5.8.0_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5177607,"digest":"sha256:4dfa8307358dd9284aa4d2b1d5596766a65b93433e8fa3f9f74498941f01c5ef","download_count":2159329,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:22Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370734","id":314370734,"node_id":"RA_kwDOB-5y6s4SvOqu","name":"kustomize_v5.8.0_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4743205,"digest":"sha256:a4f48b4c3d4ca97d748943e19169de85a2e86e80bcc09558603e2aa66fb15ce1","download_count":69221,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:22Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370738","id":314370738,"node_id":"RA_kwDOB-5y6s4SvOqy","name":"kustomize_v5.8.0_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":4736947,"digest":"sha256:4352a29912b6a15688598ec192e79b841ee8b128ba411592d1de68b585009ec7","download_count":898,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:23Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370739","id":314370739,"node_id":"RA_kwDOB-5y6s4SvOqz","name":"kustomize_v5.8.0_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5074629,"digest":"sha256:f7be07697c1ba872ff4e99806ac9a86faa7029e108a24ccfa7b47c04c1cc9c0d","download_count":1052,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:23Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370740","id":314370740,"node_id":"RA_kwDOB-5y6s4SvOq0","name":"kustomize_v5.8.0_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5317995,"digest":"sha256:7779999c8eb7bdbbaa55c6ecf4fadfdbe7508199ea189f06862835e7e5cb1e41","download_count":4334,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:23Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370741","id":314370741,"node_id":"RA_kwDOB-5y6s4SvOq1","name":"kustomize_v5.8.0_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":4820417,"digest":"sha256:a08acc2b1191f7bd192f31ed7ee1c0a5a743228a21ac239862248a47f800a016","download_count":799,"created_at":"2025-11-09T14:42:22Z","updated_at":"2025-11-09T14:42:23Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.8.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.8.0","body":"# IMPORTANT NOTICE: REGRESSION\r\n\r\nDue to the new features introduced in this release, a regression has occurred in the functionality that propagates namespaces to child kustomizations.\r\nWe are currently preparing a patch release, so please refrain from making changes to this version.\r\n\r\nhttps://github.com/kubernetes-sigs/kustomize/issues/6031#issuecomment-3594321206\r\n\r\n# Highlights\r\n\r\n### implements to replacements value in the structured data\r\n\r\nNow, We can edit yaml/json in yaml manifests with replacements transformer.\r\nSee #5679\r\n\r\n#### For example\r\n\r\n```yaml\r\n## source\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: source-configmap\r\ndata:\r\n HOSTNAME: www.example.com\r\n---\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: target-configmap\r\ndata:\r\n config.json: |-\r\n {\"config\": {\r\n \"id\": \"42\",\r\n \"hostname\": \"REPLACE_TARGET_HOSTNAME\"\r\n }}\r\n```\r\n\r\n```yaml\r\n## replacement\r\nreplacements:\r\n- source:\r\n kind: ConfigMap\r\n name: source-configmap\r\n fieldPath: data.HOSTNAME\r\n targets:\r\n - select:\r\n kind: ConfigMap\r\n name: target-configmap\r\n fieldPaths:\r\n - data.config\\.json.config.hostname\r\n```\r\n\r\n\r\n### fix: Propagate Namespace correctly to Helm\r\nThe long-standing bug where kustomize's namespace transformer did not pass namespaces to helmCharts has been fixed. \r\nSee #5940\r\n\r\n#### For example\r\n\r\n```yaml\r\n## define namespace\r\nnamespace: any-namespace\r\n\r\nhelmCharts:\r\n- name: minecraft\r\n repo: https://kubernetes-charts.storage.googleapis.com\r\n version: v1.2.0\r\n # namespace: any-namespace ## propagates without additional namespace specific\r\n valuesFile: values.yaml\r\n```\r\n\r\n## Feature\r\n#5679: implements to replacements value in the structured data\r\n#5863: Add regex support for Replacement selectors\r\n#5930: feat: add PatchArgs API type to populate patch options\r\n\r\n## fix\r\n#5940: fix: Propagate Namespace correctly to Helm\r\n#5971: fix: performance recession when propagating namespace to helm\r\n#5942: fix fnplugin storagemounts validation\r\n#5958: fix: make AbsorbAll conflict error more verbose\r\n#5961: refactor: nested format string\r\n#5967: Fix infinite loop in HTTP client by validating URLs before requests\r\n#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc\r\n#5991: Fix duplicate key error when adding multiple labels with --without-selector\r\n\r\n## Dependencies\r\n#5962: chore: update dependencies from security alert\r\n#5959: update go 1.24.6\r\n\r\n## chore\r\n#6007: Update kyaml to v0.21.0\r\n#6008: Update cmd/config to v0.21.0\r\n#6009: Update api to v0.21.0","reactions":{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/reactions","total_count":14,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":6,"rocket":6,"eyes":2}},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260928488","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260928488/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260928488/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.21.0","id":260928488,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4PjXPo","tag_name":"cmd/config/v0.21.0","target_commitish":"master","name":"cmd/config/v0.21.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-11-09T13:58:22Z","updated_at":"2025-11-09T14:01:17Z","published_at":"2025-11-09T14:01:17Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.21.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.21.0","body":"#5959: update go 1.24.6\r\n#5962: chore: update dependencies from security alert\r\n#6007: Update kyaml to v0.21.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260929868","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260929868/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260929868/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.21.0","id":260929868,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4PjXlM","tag_name":"api/v0.21.0","target_commitish":"master","name":"api/v0.21.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-11-09T14:19:01Z","updated_at":"2025-11-09T14:29:11Z","published_at":"2025-11-09T14:29:11Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.21.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.21.0","body":"#5679: implements to replacements value in the structured data\r\n#5863: Add regex support for Replacement selectors\r\n#5930: feat: add PatchArgs API type to populate patch options\r\n#5940: fix: Propagate Namespace correctly to Helm\r\n#5942: fix fnplugin storagemounts validation\r\n#5958: fix: make AbsorbAll conflict error more verbose\r\n#5959: update go 1.24.6\r\n#5961: refactor: nested format string\r\n#5962: chore: update dependencies from security alert\r\n#5967: Fix infinite loop in HTTP client by validating URLs before requests\r\n#5971: fix: performance recession when propagating namespace to helm\r\n#6007: Update kyaml to v0.21.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234536306","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234536306/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234536306/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.20.1","id":234536306,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4N-r1y","tag_name":"kyaml/v0.20.1","target_commitish":"master","name":"kyaml/v0.20.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-07-23T12:08:54Z","updated_at":"2025-07-23T12:10:24Z","published_at":"2025-07-23T12:10:24Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.20.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.20.1","body":""},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234547748","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234547748/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234547748/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.7.1","id":234547748,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4N-uok","tag_name":"kustomize/v5.7.1","target_commitish":"master","name":"kustomize/v5.7.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-07-23T12:45:09Z","updated_at":"2025-07-23T16:24:53Z","published_at":"2025-07-23T12:54:41Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587123","id":275587123,"node_id":"RA_kwDOB-5y6s4QbSAz","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":"sha256:6c618b59563854d035df06c70b6a4e0e892c295321ceb8ce91805d7a7ea244c7","download_count":128307,"created_at":"2025-07-23T12:47:41Z","updated_at":"2025-07-23T12:47:41Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587122","id":275587122,"node_id":"RA_kwDOB-5y6s4QbSAy","name":"kustomize_v5.7.1_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5902481,"digest":"sha256:4a0dff80c5644df6bc8f51b342842969004cb6ba5f94dddaabbea7483493273d","download_count":3838,"created_at":"2025-07-23T12:47:41Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587119","id":275587119,"node_id":"RA_kwDOB-5y6s4QbSAv","name":"kustomize_v5.7.1_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5516432,"digest":"sha256:073e9d16d5a235e2ff83e62d6b76edb5d962adbc33be1e4860c4b3f1f39b33b9","download_count":21115,"created_at":"2025-07-23T12:47:41Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587124","id":275587124,"node_id":"RA_kwDOB-5y6s4QbSA0","name":"kustomize_v5.7.1_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5805549,"digest":"sha256:ea375e7372f9aa029129d4b2d16c66b7750b7f1213c4f66f910d981c895818d8","download_count":3189856,"created_at":"2025-07-23T12:47:41Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587121","id":275587121,"node_id":"RA_kwDOB-5y6s4QbSAx","name":"kustomize_v5.7.1_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5303342,"digest":"sha256:4261a040217df3bd6896597c3986d1465925726e4f22a945304b5233a4dcdbda","download_count":259874,"created_at":"2025-07-23T12:47:41Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587126","id":275587126,"node_id":"RA_kwDOB-5y6s4QbSA2","name":"kustomize_v5.7.1_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5280425,"digest":"sha256:56b6fbf549080b14ddc738f10a05f78cbc5511cd7ab2014d9eb85f52bb4b7263","download_count":1413,"created_at":"2025-07-23T12:47:42Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587133","id":275587133,"node_id":"RA_kwDOB-5y6s4QbSA9","name":"kustomize_v5.7.1_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5675480,"digest":"sha256:b1eee427af74f3bb53d96e3ba94d5cc7484a35bb1af1495488bc684d60df4488","download_count":1742,"created_at":"2025-07-23T12:47:42Z","updated_at":"2025-07-23T12:47:42Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587134","id":275587134,"node_id":"RA_kwDOB-5y6s4QbSA-","name":"kustomize_v5.7.1_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5961373,"digest":"sha256:4704f8b47582c1c52bf76a50b37178f7f7de17f892713794a8bf44b01b50e0ce","download_count":6273,"created_at":"2025-07-23T12:47:42Z","updated_at":"2025-07-23T12:47:43Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587135","id":275587135,"node_id":"RA_kwDOB-5y6s4QbSA_","name":"kustomize_v5.7.1_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5378499,"digest":"sha256:d838872ffd5efcd240e6b308a7899b2bb537352b2eb99a6b3fbb023df9ca7c0d","download_count":1211,"created_at":"2025-07-23T12:47:42Z","updated_at":"2025-07-23T12:47:43Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.7.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.7.1","body":"This release introduces code to replace the shlex library used for parsing arguments in the exec plugin.\r\nIf any existing manifests become corrupted, please file an issue. discussion: https://github.com/kubernetes/kubernetes/pull/132593#discussion_r2178116543\r\n\r\n## Dependencies\r\n#5943: drop shlex dependency\r\n\r\n## Chore\r\n#5948: Update kyaml to v0.20.1\r\n#5949: Update cmd/config to v0.20.1\r\n#5950: Update api to v0.20.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234540169","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234540169/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234540169/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.20.1","id":234540169,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4N-syJ","tag_name":"cmd/config/v0.20.1","target_commitish":"master","name":"cmd/config/v0.20.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-07-23T12:19:24Z","updated_at":"2025-07-23T12:20:32Z","published_at":"2025-07-23T12:20:32Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.20.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.20.1","body":"#5948: Update kyaml to v0.20.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234543093","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234543093/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234543093/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.20.1","id":234543093,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4N-tf1","tag_name":"api/v0.20.1","target_commitish":"master","name":"api/v0.20.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-07-23T12:31:13Z","updated_at":"2025-07-23T12:34:01Z","published_at":"2025-07-23T12:34:01Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.20.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.20.1","body":"#5943: drop shlex dependency\r\n#5948: Update kyaml to v0.20.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516220","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516220/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228516220/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.20.0","id":228516220,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4NnuF8","tag_name":"kyaml/v0.20.0","target_commitish":"master","name":"kyaml/v0.20.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-06-28T06:14:24Z","updated_at":"2025-06-28T06:15:13Z","published_at":"2025-06-28T06:15:13Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.20.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.20.0","body":"#5316: feat: add exec-plugin argument and environment support\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228518128","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228518128/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228518128/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.7.0","id":228518128,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Nnujw","tag_name":"kustomize/v5.7.0","target_commitish":"master","name":"kustomize/v5.7.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-06-28T06:59:47Z","updated_at":"2025-06-28T07:09:54Z","published_at":"2025-06-28T07:09:54Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091691","id":268091691,"node_id":"RA_kwDOB-5y6s4P-sEr","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":"sha256:ae74bd7d4a104bc9f2cbc26c66b704aa78394ffb517922962c28f17374caaba0","download_count":17110,"created_at":"2025-06-28T07:02:23Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091688","id":268091688,"node_id":"RA_kwDOB-5y6s4P-sEo","name":"kustomize_v5.7.0_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5908188,"digest":"sha256:277a7401f969ce3945e8f0ff8b0cce6f4353854db1ff89ba070001e3246e7f22","download_count":744,"created_at":"2025-06-28T07:02:23Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091687","id":268091687,"node_id":"RA_kwDOB-5y6s4P-sEn","name":"kustomize_v5.7.0_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5523988,"digest":"sha256:c0dac68dc7870e1f673ae4d8fb554df971e0b9b9f0affc4be4c0852f62d0796e","download_count":5256,"created_at":"2025-06-28T07:02:23Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091690","id":268091690,"node_id":"RA_kwDOB-5y6s4P-sEq","name":"kustomize_v5.7.0_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5813395,"digest":"sha256:0d98f06d6d2c2c0ff8923cc136a517af74aaa187f1b9f3e17ff370d0625ede84","download_count":1244257,"created_at":"2025-06-28T07:02:23Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091689","id":268091689,"node_id":"RA_kwDOB-5y6s4P-sEp","name":"kustomize_v5.7.0_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5311510,"digest":"sha256:744bb1bc1854b6634dea9eaf6db2f401a734ed25d6837baa6f91157d79c27d5e","download_count":30591,"created_at":"2025-06-28T07:02:23Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091692","id":268091692,"node_id":"RA_kwDOB-5y6s4P-sEs","name":"kustomize_v5.7.0_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5288000,"digest":"sha256:752e750d5f349156ea228ae01cf57be22e6cc29f0f05748a1bca7fa870393561","download_count":699,"created_at":"2025-06-28T07:02:24Z","updated_at":"2025-06-28T07:02:24Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091693","id":268091693,"node_id":"RA_kwDOB-5y6s4P-sEt","name":"kustomize_v5.7.0_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5682574,"digest":"sha256:64898beb154a111c1a98f8cff066fdfa866c4c73505e9a9b5fa6ec39f0292558","download_count":693,"created_at":"2025-06-28T07:02:24Z","updated_at":"2025-06-28T07:02:25Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091694","id":268091694,"node_id":"RA_kwDOB-5y6s4P-sEu","name":"kustomize_v5.7.0_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5967161,"digest":"sha256:eacee576f22e8c0cb1ff2840ec6496aa42346d5a23936fed9899f7019ed2af62","download_count":2366,"created_at":"2025-06-28T07:02:24Z","updated_at":"2025-06-28T07:02:25Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091695","id":268091695,"node_id":"RA_kwDOB-5y6s4P-sEv","name":"kustomize_v5.7.0_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5386274,"digest":"sha256:acb94b010781663abe4ffce7d674da31a644c6df9839f73fa6711d5fe13574c0","download_count":703,"created_at":"2025-06-28T07:02:24Z","updated_at":"2025-06-28T07:02:25Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.7.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.7.0","body":"## Feature\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5630: Add static value source for replacement\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5921: feat: Add images suport for Image Volumes\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5771: fix: Allow patches with empty files with multiple newlines or comments\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5865: feat(helm): allow the use of devel alias for helmcharts\r\n\r\n## fix\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5846: fix: Get version from the BuildInfo.Main.Version if not found in deps and build flag\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5877: fix: make private one field in replacements transformer struct that had a missing JSON tag\r\n\r\n## Dependencies\r\n#5847: replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n\r\n## chore\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5882: Set Git messages to English for TestRemoteLoad_LocalProtocol\r\n#5934: Update kyaml to v0.20.0\r\n#5935: Update cmd/config to v0.20.0\r\n#5936: Update api to v0.20.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516745","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516745/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228516745/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.20.0","id":228516745,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4NnuOJ","tag_name":"cmd/config/v0.20.0","target_commitish":"master","name":"cmd/config/v0.20.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-06-28T06:27:46Z","updated_at":"2025-06-28T06:28:41Z","published_at":"2025-06-28T06:28:41Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.20.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.20.0","body":"#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n#5934: Update kyaml to v0.20.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228517480","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228517480/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228517480/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.20.0","id":228517480,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4NnuZo","tag_name":"api/v0.20.0","target_commitish":"master","name":"api/v0.20.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-06-28T06:44:56Z","updated_at":"2025-06-28T06:45:45Z","published_at":"2025-06-28T06:45:45Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.20.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.20.0","body":"#5630: Add static value source for replacement\r\n#5771: fix: Allow patches with empty files with multiple newlines or comments\r\n#5846: fix: Get version from the BuildInfo.Main.Version if not found in deps and build flag\r\n#5847: replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex\r\n#5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file\r\n#5865: feat(helm): allow the use of devel alias for helmcharts\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5877: fix: make private one field in replacements transformer struct that had a missing JSON tag\r\n#5882: Set Git messages to English for TestRemoteLoad_LocalProtocol\r\n#5921: feat: Add suport for Image Volumes\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n#5934: Update kyaml to v0.20.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194676066","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194676066/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194676066/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.19.0","id":194676066,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4LmoVi","tag_name":"kyaml/v0.19.0","target_commitish":"master","name":"kyaml/v0.19.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-01-14T14:11:51Z","updated_at":"2025-01-14T14:49:09Z","published_at":"2025-01-14T14:12:39Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.19.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.19.0","body":"## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194698296","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194698296/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194698296/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.6.0","id":194698296,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4Lmtw4","tag_name":"kustomize/v5.6.0","target_commitish":"master","name":"kustomize/v5.6.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-01-14T15:11:52Z","updated_at":"2025-01-14T15:32:11Z","published_at":"2025-01-14T15:32:11Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363318","id":220363318,"node_id":"RA_kwDOB-5y6s4NIno2","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":null,"download_count":75342,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:31Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363319","id":220363319,"node_id":"RA_kwDOB-5y6s4NIno3","name":"kustomize_v5.6.0_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5833733,"digest":null,"download_count":12149,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363317","id":220363317,"node_id":"RA_kwDOB-5y6s4NIno1","name":"kustomize_v5.6.0_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5449280,"digest":null,"download_count":16114,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363320","id":220363320,"node_id":"RA_kwDOB-5y6s4NIno4","name":"kustomize_v5.6.0_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5737827,"digest":null,"download_count":4866784,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363321","id":220363321,"node_id":"RA_kwDOB-5y6s4NIno5","name":"kustomize_v5.6.0_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5238642,"digest":null,"download_count":175477,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363322","id":220363322,"node_id":"RA_kwDOB-5y6s4NIno6","name":"kustomize_v5.6.0_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5216441,"digest":null,"download_count":5051,"created_at":"2025-01-14T15:14:31Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363323","id":220363323,"node_id":"RA_kwDOB-5y6s4NIno7","name":"kustomize_v5.6.0_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5609114,"digest":null,"download_count":5327,"created_at":"2025-01-14T15:14:32Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363325","id":220363325,"node_id":"RA_kwDOB-5y6s4NIno9","name":"kustomize_v5.6.0_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5889406,"digest":null,"download_count":16461,"created_at":"2025-01-14T15:14:32Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363324","id":220363324,"node_id":"RA_kwDOB-5y6s4NIno8","name":"kustomize_v5.6.0_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5311534,"digest":null,"download_count":2098,"created_at":"2025-01-14T15:14:32Z","updated_at":"2025-01-14T15:14:32Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.6.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.6.0","body":"## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Chore\r\n#5809: fix: \"edit add labels\" make labels handle -f flag same as commonLabels\r\n\r\n## Dependencies\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n#5839: Update cmd/config to v0.19.0\r\n#5840: Update api to v0.19.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194684449","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194684449/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194684449/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.19.0","id":194684449,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4LmqYh","tag_name":"cmd/config/v0.19.0","target_commitish":"master","name":"cmd/config/v0.19.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-01-14T14:36:58Z","updated_at":"2025-01-14T14:48:52Z","published_at":"2025-01-14T14:41:06Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.19.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.19.0","body":"# Caution\r\nThis release of cmd/config module skipped a few versions(v0.15.0 -> v0.19.0) to unify each pkg version in the kustomize repo.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Announce\r\n\r\nThis release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194689229","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194689229/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194689229/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.19.0","id":194689229,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4LmrjN","tag_name":"api/v0.19.0","target_commitish":"master","name":"api/v0.19.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2025-01-14T14:52:34Z","updated_at":"2025-01-14T14:53:53Z","published_at":"2025-01-14T14:53:53Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.19.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.19.0","body":"## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Chore\r\n\r\n#5810: Better error message on undefined loader behavior.\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094340","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094340/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179094340/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.18.1","id":179094340,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4KrMNE","tag_name":"kyaml/v0.18.1","target_commitish":"master","name":"kyaml/v0.18.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-10-09T12:10:31Z","updated_at":"2024-10-09T12:19:08Z","published_at":"2024-10-09T12:19:08Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.18.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.18.1","body":"This is a patch release of kyaml that was created due to a defect in the release process.\r\nPlease check https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml%2Fv0.18.0"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.5.0","id":179108561,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4KrPrR","tag_name":"kustomize/v5.5.0","target_commitish":"master","name":"kustomize/v5.5.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-10-09T13:09:54Z","updated_at":"2024-10-09T13:17:14Z","published_at":"2024-10-09T13:17:14Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915413","id":197915413,"node_id":"RA_kwDOB-5y6s4Ly_MV","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":null,"download_count":43960,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:37Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915412","id":197915412,"node_id":"RA_kwDOB-5y6s4Ly_MU","name":"kustomize_v5.5.0_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5880918,"digest":null,"download_count":4447,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915411","id":197915411,"node_id":"RA_kwDOB-5y6s4Ly_MT","name":"kustomize_v5.5.0_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5496742,"digest":null,"download_count":13680,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915410","id":197915410,"node_id":"RA_kwDOB-5y6s4Ly_MS","name":"kustomize_v5.5.0_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5784079,"digest":null,"download_count":2477250,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915409","id":197915409,"node_id":"RA_kwDOB-5y6s4Ly_MR","name":"kustomize_v5.5.0_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5287703,"digest":null,"download_count":130203,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:37Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915414","id":197915414,"node_id":"RA_kwDOB-5y6s4Ly_MW","name":"kustomize_v5.5.0_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5259856,"digest":null,"download_count":1143,"created_at":"2024-10-09T13:12:37Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915415","id":197915415,"node_id":"RA_kwDOB-5y6s4Ly_MX","name":"kustomize_v5.5.0_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5655308,"digest":null,"download_count":1959,"created_at":"2024-10-09T13:12:38Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915416","id":197915416,"node_id":"RA_kwDOB-5y6s4Ly_MY","name":"kustomize_v5.5.0_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5935341,"digest":null,"download_count":70926,"created_at":"2024-10-09T13:12:38Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915417","id":197915417,"node_id":"RA_kwDOB-5y6s4Ly_MZ","name":"kustomize_v5.5.0_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5360440,"digest":null,"download_count":1552,"created_at":"2024-10-09T13:12:38Z","updated_at":"2024-10-09T13:12:38Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.5.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.5.0","body":"# Breaking change\r\nA starlark support for krm functions was removed to cleanup dependencies. https://github.com/kubernetes-sigs/kustomize/pull/5768\r\nThis feature was deprecated 3 years ago and removed because there was no desire to continue using it.\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5768#issuecomment-2374680641\r\n\r\n## Feature\r\n#5751: Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging\r\n\r\n## Fix Bugs\r\n#5458: Sort built-in Namespace kind before CRDs with the same name\r\n#5745: Add Annotation to Control Inline List Conversion in Kustomize Resources\"\r\n\r\n## Dependencies\r\n#5763: Update go 1.22.7\r\n#5781: Update kyaml to v0.18.1\r\n#5782: Update cmd/config to v0.15.0\r\n#5783: Update api to v0.18.0\r\n","reactions":{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/reactions","total_count":8,"+1":5,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":3,"eyes":0}},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179098744","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179098744/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179098744/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.15.0","id":179098744,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4KrNR4","tag_name":"cmd/config/v0.15.0","target_commitish":"master","name":"cmd/config/v0.15.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-10-09T12:32:23Z","updated_at":"2024-10-09T12:36:08Z","published_at":"2024-10-09T12:36:08Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.15.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.15.0","body":"## chore\r\n#5763: Update go 1.22.7\r\n#5768: Remove starlark support\r\n#5781: Update kyaml to v0.18.1\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179103266","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179103266/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179103266/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.18.0","id":179103266,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4KrOYi","tag_name":"api/v0.18.0","target_commitish":"master","name":"api/v0.18.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-10-09T12:52:38Z","updated_at":"2024-10-09T12:58:00Z","published_at":"2024-10-09T12:58:00Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.18.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.18.0","body":"## Breaking change\r\n#5768: Remove starlark support\r\n\r\n## Feature\r\n#5751: Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging\r\n\r\n## Fix Bugs\r\n#5458: Sort built-in Namespace kind before CRDs with the same name\r\n#5745: Add Annotation to Control Inline List Conversion in Kustomize Resources\"\r\n\r\n## Dependencies\r\n#5781: Update kyaml to v0.18.1\r\n#5763: Update go 1.22.7\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094217","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094217/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179094217/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.18.0","id":179094217,"author":{"login":"koba1t","id":28655507,"node_id":"MDQ6VXNlcjI4NjU1NTA3","avatar_url":"https://avatars.githubusercontent.com/u/28655507?v=4","gravatar_id":"","url":"https://api.github.com/users/koba1t","html_url":"https://github.com/koba1t","followers_url":"https://api.github.com/users/koba1t/followers","following_url":"https://api.github.com/users/koba1t/following{/other_user}","gists_url":"https://api.github.com/users/koba1t/gists{/gist_id}","starred_url":"https://api.github.com/users/koba1t/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/koba1t/subscriptions","organizations_url":"https://api.github.com/users/koba1t/orgs","repos_url":"https://api.github.com/users/koba1t/repos","events_url":"https://api.github.com/users/koba1t/events{/privacy}","received_events_url":"https://api.github.com/users/koba1t/received_events","type":"User","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4KrMLJ","tag_name":"kyaml/v0.18.0","target_commitish":"master","name":"kyaml/v0.18.0","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-09-26T16:00:42Z","updated_at":"2024-10-09T12:16:36Z","published_at":"2024-10-09T12:10:20Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.18.0","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.18.0","body":"## Breaking change\r\nA starlark support for krm functions was removed to cleanup dependencies. https://github.com/kubernetes-sigs/kustomize/pull/5768\r\nThis feature was deprecated long ago and removed because there was no desire to continue using it.\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5768#issuecomment-2374680641\r\n\r\n## What's Changed\r\n* docs: update patchMultipleObject example to filter with labelSelector by @johnzheng1975 in https://github.com/kubernetes-sigs/kustomize/pull/5700\r\n* Remove misleading documentation about config generation by @VannTen in https://github.com/kubernetes-sigs/kustomize/pull/5716\r\n* Sort built-in Namespace kind before CRDs with the same name by @danielwilsonkainos in https://github.com/kubernetes-sigs/kustomize/pull/5458\r\n* Docs: fix kubectl command by @Kavinjsir in https://github.com/kubernetes-sigs/kustomize/pull/5760\r\n* Add Annotation to Control Inline List Conversion in Kustomize Resources\" by @isarns in https://github.com/kubernetes-sigs/kustomize/pull/5745\r\n* Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging by @isarns in https://github.com/kubernetes-sigs/kustomize/pull/5751\r\n* Update go 1.22.7 by @koba1t in https://github.com/kubernetes-sigs/kustomize/pull/5763\r\n* Remove starlark support by @dims in https://github.com/kubernetes-sigs/kustomize/pull/5768\r\n\r\n## New Contributors\r\n* @johnzheng1975 made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5700\r\n* @VannTen made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5716\r\n* @danielwilsonkainos made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5458\r\n* @Kavinjsir made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5760\r\n* @isarns made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5745\r\n\r\n**Full Changelog**: https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v5.4.3...kyaml/v0.18.0","mentions_count":7},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166258574","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166258574/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166258574/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.17.2","id":166258574,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4J6OeO","tag_name":"kyaml/v0.17.2","target_commitish":"master","name":"kyaml/v0.17.2","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-07-19T15:17:30Z","updated_at":"2024-07-19T15:26:01Z","published_at":"2024-07-19T15:26:01Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.17.2","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.17.2","body":"## chore\r\n#5413: chore(docs): fix grammar error in comment\r\n#5506: fix some comments\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166271302","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166271302/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166271302/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.3","id":166271302,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4J6RlG","tag_name":"kustomize/v5.4.3","target_commitish":"master","name":"kustomize/v5.4.3","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-07-19T16:39:41Z","updated_at":"2024-07-19T19:18:23Z","published_at":"2024-07-19T16:52:40Z","assets":[{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623234","id":180623234,"node_id":"RA_kwDOB-5y6s4KxBeC","name":"checksums.txt","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"text/plain; charset=utf-8","state":"uploaded","size":818,"digest":null,"download_count":47570,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/checksums.txt"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623237","id":180623237,"node_id":"RA_kwDOB-5y6s4KxBeF","name":"kustomize_v5.4.3_darwin_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":6217850,"digest":null,"download_count":4942,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_darwin_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623235","id":180623235,"node_id":"RA_kwDOB-5y6s4KxBeD","name":"kustomize_v5.4.3_darwin_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5908715,"digest":null,"download_count":10742,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_darwin_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623238","id":180623238,"node_id":"RA_kwDOB-5y6s4KxBeG","name":"kustomize_v5.4.3_linux_amd64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5982336,"digest":null,"download_count":4741379,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_amd64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623236","id":180623236,"node_id":"RA_kwDOB-5y6s4KxBeE","name":"kustomize_v5.4.3_linux_arm64.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5456958,"digest":null,"download_count":126263,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_arm64.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623241","id":180623241,"node_id":"RA_kwDOB-5y6s4KxBeJ","name":"kustomize_v5.4.3_linux_ppc64le.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5436100,"digest":null,"download_count":2454,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:56Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_ppc64le.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623242","id":180623242,"node_id":"RA_kwDOB-5y6s4KxBeK","name":"kustomize_v5.4.3_linux_s390x.tar.gz","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/x-gtar","state":"uploaded","size":5868637,"digest":null,"download_count":2268,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_s390x.tar.gz"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623243","id":180623243,"node_id":"RA_kwDOB-5y6s4KxBeL","name":"kustomize_v5.4.3_windows_amd64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":6138757,"digest":null,"download_count":10583,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_windows_amd64.zip"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623245","id":180623245,"node_id":"RA_kwDOB-5y6s4KxBeN","name":"kustomize_v5.4.3_windows_arm64.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/zip","state":"uploaded","size":5529999,"digest":null,"download_count":1614,"created_at":"2024-07-19T16:42:56Z","updated_at":"2024-07-19T16:42:57Z","browser_download_url":"https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_windows_arm64.zip"}],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.4.3","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.4.3","body":"# Caution\r\nThe `kustomize localize` subcommand(this subcommand is now in the `beta` stage) now verifies the success of `kustomize build` when executed.\r\nIf you are using the missing manifests, maybe you failed to download them with the `localize` subcommand. Please use the `--no-verify` flag to skip validation steps.\r\n#5544: Run kustomize build with kustomize localize and add a no-verify flag.\r\n\r\n\r\n## Fix Bugs\r\n#5682: fix: include label in templates when adding by cli\r\n#5689: Fix sortOptions removal when running edit command\r\n\r\n## chore\r\n#5506: fix some comments\r\n#5718: fix lint error in kustomizationfile_test.go\r\n\r\n\r\n## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n#5735: Update cmd/config to v0.14.2\r\n#5736: Update api to v0.17.3\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166264583","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166264583/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166264583/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.14.2","id":166264583,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4J6P8H","tag_name":"cmd/config/v0.14.2","target_commitish":"master","name":"cmd/config/v0.14.2","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-07-19T15:53:10Z","updated_at":"2024-07-19T15:54:27Z","published_at":"2024-07-19T15:54:27Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.14.2","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.14.2","body":"## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n\r\n## chore\r\n#5506: fix some comments\r\n#5707: fix:kustomize cfg grep with no arguments causes panic"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166266968","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166266968/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166266968/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.17.3","id":166266968,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4J6QhY","tag_name":"api/v0.17.3","target_commitish":"master","name":"api/v0.17.3","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-07-19T16:11:05Z","updated_at":"2024-07-19T16:13:22Z","published_at":"2024-07-19T16:12:55Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.17.3","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.17.3","body":"## chore\r\n#5506: fix some comments\r\n#5693: fix: always show accumulation errors\r\n#5699: chore: add deprecation comment to commonLabels\r\n#5698: fix(namereference): add configuration for new admission API\r\n\r\n## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n"},{"url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/156896814","assets_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/releases/156896814/assets","upload_url":"https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/156896814/assets{?name,label}","html_url":"https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.17.1","id":156896814,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOB-5y6s4JWg4u","tag_name":"kyaml/v0.17.1","target_commitish":"master","name":"kyaml/v0.17.1","draft":false,"immutable":false,"prerelease":false,"created_at":"2024-05-22T14:22:09Z","updated_at":"2024-05-22T14:23:36Z","published_at":"2024-05-22T14:23:36Z","assets":[],"tarball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.17.1","zipball_url":"https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.17.1","body":"## Dependencies\r\n\r\n#5672: chore(deps): bump dependencies of kustomize + sync go workspace\r\n#5680: chore: restore version for github.com/asaskevich/govalidator\r\n"}] diff --git a/hack/test-files/unminimized-release.json b/hack/test-files/unminimized-release.json new file mode 100644 index 000000000..4284f3993 --- /dev/null +++ b/hack/test-files/unminimized-release.json @@ -0,0 +1,3620 @@ +[ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284452445", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284452445/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284452445/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.21.1", + "id": 284452445, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Q9GZd", + "tag_name": "kyaml/v0.21.1", + "target_commitish": "master", + "name": "kyaml/v0.21.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2026-02-09T15:26:16Z", + "updated_at": "2026-02-09T15:27:15Z", + "published_at": "2026-02-09T15:27:15Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.21.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.21.1", + "body": "" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.1", + "id": 284471639, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Q9LFX", + "tag_name": "kustomize/v5.8.1", + "target_commitish": "master", + "name": "kustomize/v5.8.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2026-02-09T16:15:02Z", + "updated_at": "2026-02-09T16:40:16Z", + "published_at": "2026-02-09T16:40:16Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160973", + "id": 353160973, + "node_id": "RA_kwDOB-5y6s4VDM8N", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": "sha256:0a7ea42f4ef9e91cbb0ad7a81604db767b23bbd6bae8dc8f423f54fad4572ba6", + "download_count": 59637, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160974", + "id": 353160974, + "node_id": "RA_kwDOB-5y6s4VDM8O", + "name": "kustomize_v5.8.1_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5252204, + "digest": "sha256:ee7cf0c1e3592aa7bb66ba82b359933a95e7f2e0b36e5f53ed0a4535b017f2f8", + "download_count": 2192, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160975", + "id": 353160975, + "node_id": "RA_kwDOB-5y6s4VDM8P", + "name": "kustomize_v5.8.1_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4918398, + "digest": "sha256:8886f8a78474e608cc81234f729fda188a9767da23e28925802f00ece2bab288", + "download_count": 12430, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160972", + "id": 353160972, + "node_id": "RA_kwDOB-5y6s4VDM8M", + "name": "kustomize_v5.8.1_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5171673, + "digest": "sha256:029a7f0f4e1932c52a0476cf02a0fd855c0bb85694b82c338fc648dcb53a819d", + "download_count": 3292515, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160971", + "id": 353160971, + "node_id": "RA_kwDOB-5y6s4VDM8L", + "name": "kustomize_v5.8.1_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4736536, + "digest": "sha256:0953ea3e476f66d6ddfcd911d750f5167b9365aa9491b2326398e289fef2c142", + "download_count": 132848, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160977", + "id": 353160977, + "node_id": "RA_kwDOB-5y6s4VDM8R", + "name": "kustomize_v5.8.1_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4733636, + "digest": "sha256:87ffa6d248d6baceb35463042da354a317bfd3ee49afc7f9850c05c36319c708", + "download_count": 1148, + "created_at": "2026-02-09T16:17:56Z", + "updated_at": "2026-02-09T16:17:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160979", + "id": 353160979, + "node_id": "RA_kwDOB-5y6s4VDM8T", + "name": "kustomize_v5.8.1_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5071673, + "digest": "sha256:12df0fcec017a82b41d87b85c53263ae9657740b130eba42381bae3495521c9b", + "download_count": 2943, + "created_at": "2026-02-09T16:17:57Z", + "updated_at": "2026-02-09T16:17:58Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160980", + "id": 353160980, + "node_id": "RA_kwDOB-5y6s4VDM8U", + "name": "kustomize_v5.8.1_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5314337, + "digest": "sha256:8ec7f5e815e526d4622c06df0a7793d8cfb6eb1c74f816b46166097fef8b26c6", + "download_count": 8384, + "created_at": "2026-02-09T16:17:57Z", + "updated_at": "2026-02-09T16:17:58Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/353160981", + "id": 353160981, + "node_id": "RA_kwDOB-5y6s4VDM8V", + "name": "kustomize_v5.8.1_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 4817025, + "digest": "sha256:f6f5090c373965760a30a59af84c81853b80d2c7dbb3236424f440e47eed3f5a", + "download_count": 1114, + "created_at": "2026-02-09T16:17:57Z", + "updated_at": "2026-02-09T16:17:58Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.1/kustomize_v5.8.1_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.8.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.8.1", + "body": "## Introduction\r\n\r\nThis release completes a fix for namespace propagation that occurred in v5.8.0. https://github.com/kubernetes-sigs/kustomize/issues/6031#issuecomment-3594321206\r\nAlso addressed the breaking changes introduced in helm v4. #6016\r\n\r\n## fix\r\n#5990: fix: allow empty patches files\r\n#6016: fix: support helm v4 beside v3\r\n#6038: Fix a failing test\r\n#6044: Fix namespace propagation problem at v5.8.0\r\n\r\n## Dependencies\r\n#6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency\r\n\r\n## chore\r\n#6065: Update kyaml to v0.21.1\r\n#6066: Update cmd/config to v0.21.1\r\n#6067: Update api to v0.21.1\r\n", + "reactions": { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284471639/reactions", + "total_count": 2, + "+1": 2, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284458518", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284458518/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284458518/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.21.1", + "id": 284458518, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Q9H4W", + "tag_name": "cmd/config/v0.21.1", + "target_commitish": "master", + "name": "cmd/config/v0.21.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2026-02-09T15:41:09Z", + "updated_at": "2026-02-09T15:41:58Z", + "published_at": "2026-02-09T15:41:58Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.21.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.21.1", + "body": "\r\n## Chore\r\n#6065: Update kyaml to v0.21.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284464629", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/284464629/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/284464629/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.21.1", + "id": 284464629, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Q9JX1", + "tag_name": "api/v0.21.1", + "target_commitish": "master", + "name": "api/v0.21.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2026-02-09T15:54:36Z", + "updated_at": "2026-02-09T16:00:09Z", + "published_at": "2026-02-09T16:00:09Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.21.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.21.1", + "body": "#5990: fix: allow empty patches files\r\n#6016: fix: support helm v4 beside v3\r\n#6038: Fix a failing test\r\n#6044: Fix namespace propagation problem at v5.8.0\r\n#6057: Upgrade json-patch to v4.13.0 to remove pkg/errors dependency\r\n#6065: Update kyaml to v0.21.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260927650", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260927650/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260927650/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.21.0", + "id": 260927650, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4PjXCi", + "tag_name": "kyaml/v0.21.0", + "target_commitish": "master", + "name": "kyaml/v0.21.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-11-09T13:43:56Z", + "updated_at": "2025-11-09T13:45:10Z", + "published_at": "2025-11-09T13:45:10Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.21.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.21.0", + "body": "#5679: implements to replacements value in the structured data\r\n#5959: update go 1.24.6\r\n#5961: refactor: nested format string\r\n#5962: chore: update dependencies from security alert\r\n#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.8.0", + "id": 260931171, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4PjX5j", + "tag_name": "kustomize/v5.8.0", + "target_commitish": "master", + "name": "kustomize/v5.8.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-11-09T14:39:28Z", + "updated_at": "2025-12-14T19:41:12Z", + "published_at": "2025-11-09T15:00:06Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370735", + "id": 314370735, + "node_id": "RA_kwDOB-5y6s4SvOqv", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": "sha256:0affa664d2fddabc3541b62e3d6b9f42a81f066449a9d1ec702e9ceda9f6d73c", + "download_count": 54486, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:22Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370733", + "id": 314370733, + "node_id": "RA_kwDOB-5y6s4SvOqt", + "name": "kustomize_v5.8.0_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5259049, + "digest": "sha256:2deaa6f96450c0b3204cccd9f159a22278eb6cf85ad545d212d608d2428aeb57", + "download_count": 1811, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:22Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370736", + "id": 314370736, + "node_id": "RA_kwDOB-5y6s4SvOqw", + "name": "kustomize_v5.8.0_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4920526, + "digest": "sha256:d098f62ecda500c752303163838af823f947d245927f3000b629199c1eeeae0f", + "download_count": 8428, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:22Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370732", + "id": 314370732, + "node_id": "RA_kwDOB-5y6s4SvOqs", + "name": "kustomize_v5.8.0_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5177607, + "digest": "sha256:4dfa8307358dd9284aa4d2b1d5596766a65b93433e8fa3f9f74498941f01c5ef", + "download_count": 2159336, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:22Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370734", + "id": 314370734, + "node_id": "RA_kwDOB-5y6s4SvOqu", + "name": "kustomize_v5.8.0_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4743205, + "digest": "sha256:a4f48b4c3d4ca97d748943e19169de85a2e86e80bcc09558603e2aa66fb15ce1", + "download_count": 69221, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:22Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370738", + "id": 314370738, + "node_id": "RA_kwDOB-5y6s4SvOqy", + "name": "kustomize_v5.8.0_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 4736947, + "digest": "sha256:4352a29912b6a15688598ec192e79b841ee8b128ba411592d1de68b585009ec7", + "download_count": 898, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:23Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370739", + "id": 314370739, + "node_id": "RA_kwDOB-5y6s4SvOqz", + "name": "kustomize_v5.8.0_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5074629, + "digest": "sha256:f7be07697c1ba872ff4e99806ac9a86faa7029e108a24ccfa7b47c04c1cc9c0d", + "download_count": 1052, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:23Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370740", + "id": 314370740, + "node_id": "RA_kwDOB-5y6s4SvOq0", + "name": "kustomize_v5.8.0_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5317995, + "digest": "sha256:7779999c8eb7bdbbaa55c6ecf4fadfdbe7508199ea189f06862835e7e5cb1e41", + "download_count": 4334, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:23Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/314370741", + "id": 314370741, + "node_id": "RA_kwDOB-5y6s4SvOq1", + "name": "kustomize_v5.8.0_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 4820417, + "digest": "sha256:a08acc2b1191f7bd192f31ed7ee1c0a5a743228a21ac239862248a47f800a016", + "download_count": 799, + "created_at": "2025-11-09T14:42:22Z", + "updated_at": "2025-11-09T14:42:23Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.8.0/kustomize_v5.8.0_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.8.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.8.0", + "body": "# IMPORTANT NOTICE: REGRESSION\r\n\r\nDue to the new features introduced in this release, a regression has occurred in the functionality that propagates namespaces to child kustomizations.\r\nWe are currently preparing a patch release, so please refrain from making changes to this version.\r\n\r\nhttps://github.com/kubernetes-sigs/kustomize/issues/6031#issuecomment-3594321206\r\n\r\n# Highlights\r\n\r\n### implements to replacements value in the structured data\r\n\r\nNow, We can edit yaml/json in yaml manifests with replacements transformer.\r\nSee #5679\r\n\r\n#### For example\r\n\r\n```yaml\r\n## source\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: source-configmap\r\ndata:\r\n HOSTNAME: www.example.com\r\n---\r\napiVersion: v1\r\nkind: ConfigMap\r\nmetadata:\r\n name: target-configmap\r\ndata:\r\n config.json: |-\r\n {\"config\": {\r\n \"id\": \"42\",\r\n \"hostname\": \"REPLACE_TARGET_HOSTNAME\"\r\n }}\r\n```\r\n\r\n```yaml\r\n## replacement\r\nreplacements:\r\n- source:\r\n kind: ConfigMap\r\n name: source-configmap\r\n fieldPath: data.HOSTNAME\r\n targets:\r\n - select:\r\n kind: ConfigMap\r\n name: target-configmap\r\n fieldPaths:\r\n - data.config\\.json.config.hostname\r\n```\r\n\r\n\r\n### fix: Propagate Namespace correctly to Helm\r\nThe long-standing bug where kustomize's namespace transformer did not pass namespaces to helmCharts has been fixed. \r\nSee #5940\r\n\r\n#### For example\r\n\r\n```yaml\r\n## define namespace\r\nnamespace: any-namespace\r\n\r\nhelmCharts:\r\n- name: minecraft\r\n repo: https://kubernetes-charts.storage.googleapis.com\r\n version: v1.2.0\r\n # namespace: any-namespace ## propagates without additional namespace specific\r\n valuesFile: values.yaml\r\n```\r\n\r\n## Feature\r\n#5679: implements to replacements value in the structured data\r\n#5863: Add regex support for Replacement selectors\r\n#5930: feat: add PatchArgs API type to populate patch options\r\n\r\n## fix\r\n#5940: fix: Propagate Namespace correctly to Helm\r\n#5971: fix: performance recession when propagating namespace to helm\r\n#5942: fix fnplugin storagemounts validation\r\n#5958: fix: make AbsorbAll conflict error more verbose\r\n#5961: refactor: nested format string\r\n#5967: Fix infinite loop in HTTP client by validating URLs before requests\r\n#5985: fix(kyaml/yaml): minor nil safety fix for RNode.Content etc\r\n#5991: Fix duplicate key error when adding multiple labels with --without-selector\r\n\r\n## Dependencies\r\n#5962: chore: update dependencies from security alert\r\n#5959: update go 1.24.6\r\n\r\n## chore\r\n#6007: Update kyaml to v0.21.0\r\n#6008: Update cmd/config to v0.21.0\r\n#6009: Update api to v0.21.0", + "reactions": { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260931171/reactions", + "total_count": 14, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 6, + "rocket": 6, + "eyes": 2 + } + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260928488", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260928488/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260928488/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.21.0", + "id": 260928488, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4PjXPo", + "tag_name": "cmd/config/v0.21.0", + "target_commitish": "master", + "name": "cmd/config/v0.21.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-11-09T13:58:22Z", + "updated_at": "2025-11-09T14:01:17Z", + "published_at": "2025-11-09T14:01:17Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.21.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.21.0", + "body": "#5959: update go 1.24.6\r\n#5962: chore: update dependencies from security alert\r\n#6007: Update kyaml to v0.21.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260929868", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/260929868/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/260929868/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.21.0", + "id": 260929868, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4PjXlM", + "tag_name": "api/v0.21.0", + "target_commitish": "master", + "name": "api/v0.21.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-11-09T14:19:01Z", + "updated_at": "2025-11-09T14:29:11Z", + "published_at": "2025-11-09T14:29:11Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.21.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.21.0", + "body": "#5679: implements to replacements value in the structured data\r\n#5863: Add regex support for Replacement selectors\r\n#5930: feat: add PatchArgs API type to populate patch options\r\n#5940: fix: Propagate Namespace correctly to Helm\r\n#5942: fix fnplugin storagemounts validation\r\n#5958: fix: make AbsorbAll conflict error more verbose\r\n#5959: update go 1.24.6\r\n#5961: refactor: nested format string\r\n#5962: chore: update dependencies from security alert\r\n#5967: Fix infinite loop in HTTP client by validating URLs before requests\r\n#5971: fix: performance recession when propagating namespace to helm\r\n#6007: Update kyaml to v0.21.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234536306", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234536306/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234536306/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.20.1", + "id": 234536306, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4N-r1y", + "tag_name": "kyaml/v0.20.1", + "target_commitish": "master", + "name": "kyaml/v0.20.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-07-23T12:08:54Z", + "updated_at": "2025-07-23T12:10:24Z", + "published_at": "2025-07-23T12:10:24Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.20.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.20.1", + "body": "" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234547748", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234547748/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234547748/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.7.1", + "id": 234547748, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4N-uok", + "tag_name": "kustomize/v5.7.1", + "target_commitish": "master", + "name": "kustomize/v5.7.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-07-23T12:45:09Z", + "updated_at": "2025-07-23T16:24:53Z", + "published_at": "2025-07-23T12:54:41Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587123", + "id": 275587123, + "node_id": "RA_kwDOB-5y6s4QbSAz", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": "sha256:6c618b59563854d035df06c70b6a4e0e892c295321ceb8ce91805d7a7ea244c7", + "download_count": 128313, + "created_at": "2025-07-23T12:47:41Z", + "updated_at": "2025-07-23T12:47:41Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587122", + "id": 275587122, + "node_id": "RA_kwDOB-5y6s4QbSAy", + "name": "kustomize_v5.7.1_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5902481, + "digest": "sha256:4a0dff80c5644df6bc8f51b342842969004cb6ba5f94dddaabbea7483493273d", + "download_count": 3844, + "created_at": "2025-07-23T12:47:41Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587119", + "id": 275587119, + "node_id": "RA_kwDOB-5y6s4QbSAv", + "name": "kustomize_v5.7.1_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5516432, + "digest": "sha256:073e9d16d5a235e2ff83e62d6b76edb5d962adbc33be1e4860c4b3f1f39b33b9", + "download_count": 21121, + "created_at": "2025-07-23T12:47:41Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587124", + "id": 275587124, + "node_id": "RA_kwDOB-5y6s4QbSA0", + "name": "kustomize_v5.7.1_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5805549, + "digest": "sha256:ea375e7372f9aa029129d4b2d16c66b7750b7f1213c4f66f910d981c895818d8", + "download_count": 3189927, + "created_at": "2025-07-23T12:47:41Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587121", + "id": 275587121, + "node_id": "RA_kwDOB-5y6s4QbSAx", + "name": "kustomize_v5.7.1_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5303342, + "digest": "sha256:4261a040217df3bd6896597c3986d1465925726e4f22a945304b5233a4dcdbda", + "download_count": 259896, + "created_at": "2025-07-23T12:47:41Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587126", + "id": 275587126, + "node_id": "RA_kwDOB-5y6s4QbSA2", + "name": "kustomize_v5.7.1_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5280425, + "digest": "sha256:56b6fbf549080b14ddc738f10a05f78cbc5511cd7ab2014d9eb85f52bb4b7263", + "download_count": 1413, + "created_at": "2025-07-23T12:47:42Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587133", + "id": 275587133, + "node_id": "RA_kwDOB-5y6s4QbSA9", + "name": "kustomize_v5.7.1_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5675480, + "digest": "sha256:b1eee427af74f3bb53d96e3ba94d5cc7484a35bb1af1495488bc684d60df4488", + "download_count": 1742, + "created_at": "2025-07-23T12:47:42Z", + "updated_at": "2025-07-23T12:47:42Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587134", + "id": 275587134, + "node_id": "RA_kwDOB-5y6s4QbSA-", + "name": "kustomize_v5.7.1_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5961373, + "digest": "sha256:4704f8b47582c1c52bf76a50b37178f7f7de17f892713794a8bf44b01b50e0ce", + "download_count": 6277, + "created_at": "2025-07-23T12:47:42Z", + "updated_at": "2025-07-23T12:47:43Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/275587135", + "id": 275587135, + "node_id": "RA_kwDOB-5y6s4QbSA_", + "name": "kustomize_v5.7.1_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5378499, + "digest": "sha256:d838872ffd5efcd240e6b308a7899b2bb537352b2eb99a6b3fbb023df9ca7c0d", + "download_count": 1211, + "created_at": "2025-07-23T12:47:42Z", + "updated_at": "2025-07-23T12:47:43Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.1/kustomize_v5.7.1_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.7.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.7.1", + "body": "This release introduces code to replace the shlex library used for parsing arguments in the exec plugin.\r\nIf any existing manifests become corrupted, please file an issue. discussion: https://github.com/kubernetes/kubernetes/pull/132593#discussion_r2178116543\r\n\r\n## Dependencies\r\n#5943: drop shlex dependency\r\n\r\n## Chore\r\n#5948: Update kyaml to v0.20.1\r\n#5949: Update cmd/config to v0.20.1\r\n#5950: Update api to v0.20.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234540169", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234540169/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234540169/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.20.1", + "id": 234540169, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4N-syJ", + "tag_name": "cmd/config/v0.20.1", + "target_commitish": "master", + "name": "cmd/config/v0.20.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-07-23T12:19:24Z", + "updated_at": "2025-07-23T12:20:32Z", + "published_at": "2025-07-23T12:20:32Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.20.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.20.1", + "body": "#5948: Update kyaml to v0.20.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234543093", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/234543093/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/234543093/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.20.1", + "id": 234543093, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4N-tf1", + "tag_name": "api/v0.20.1", + "target_commitish": "master", + "name": "api/v0.20.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-07-23T12:31:13Z", + "updated_at": "2025-07-23T12:34:01Z", + "published_at": "2025-07-23T12:34:01Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.20.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.20.1", + "body": "#5943: drop shlex dependency\r\n#5948: Update kyaml to v0.20.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516220", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516220/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228516220/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.20.0", + "id": 228516220, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4NnuF8", + "tag_name": "kyaml/v0.20.0", + "target_commitish": "master", + "name": "kyaml/v0.20.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-06-28T06:14:24Z", + "updated_at": "2025-06-28T06:15:13Z", + "published_at": "2025-06-28T06:15:13Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.20.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.20.0", + "body": "#5316: feat: add exec-plugin argument and environment support\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228518128", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228518128/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228518128/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.7.0", + "id": 228518128, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Nnujw", + "tag_name": "kustomize/v5.7.0", + "target_commitish": "master", + "name": "kustomize/v5.7.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-06-28T06:59:47Z", + "updated_at": "2025-06-28T07:09:54Z", + "published_at": "2025-06-28T07:09:54Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091691", + "id": 268091691, + "node_id": "RA_kwDOB-5y6s4P-sEr", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": "sha256:ae74bd7d4a104bc9f2cbc26c66b704aa78394ffb517922962c28f17374caaba0", + "download_count": 17110, + "created_at": "2025-06-28T07:02:23Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091688", + "id": 268091688, + "node_id": "RA_kwDOB-5y6s4P-sEo", + "name": "kustomize_v5.7.0_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5908188, + "digest": "sha256:277a7401f969ce3945e8f0ff8b0cce6f4353854db1ff89ba070001e3246e7f22", + "download_count": 744, + "created_at": "2025-06-28T07:02:23Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091687", + "id": 268091687, + "node_id": "RA_kwDOB-5y6s4P-sEn", + "name": "kustomize_v5.7.0_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5523988, + "digest": "sha256:c0dac68dc7870e1f673ae4d8fb554df971e0b9b9f0affc4be4c0852f62d0796e", + "download_count": 5256, + "created_at": "2025-06-28T07:02:23Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091690", + "id": 268091690, + "node_id": "RA_kwDOB-5y6s4P-sEq", + "name": "kustomize_v5.7.0_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5813395, + "digest": "sha256:0d98f06d6d2c2c0ff8923cc136a517af74aaa187f1b9f3e17ff370d0625ede84", + "download_count": 1244308, + "created_at": "2025-06-28T07:02:23Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091689", + "id": 268091689, + "node_id": "RA_kwDOB-5y6s4P-sEp", + "name": "kustomize_v5.7.0_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5311510, + "digest": "sha256:744bb1bc1854b6634dea9eaf6db2f401a734ed25d6837baa6f91157d79c27d5e", + "download_count": 30592, + "created_at": "2025-06-28T07:02:23Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091692", + "id": 268091692, + "node_id": "RA_kwDOB-5y6s4P-sEs", + "name": "kustomize_v5.7.0_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5288000, + "digest": "sha256:752e750d5f349156ea228ae01cf57be22e6cc29f0f05748a1bca7fa870393561", + "download_count": 699, + "created_at": "2025-06-28T07:02:24Z", + "updated_at": "2025-06-28T07:02:24Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091693", + "id": 268091693, + "node_id": "RA_kwDOB-5y6s4P-sEt", + "name": "kustomize_v5.7.0_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5682574, + "digest": "sha256:64898beb154a111c1a98f8cff066fdfa866c4c73505e9a9b5fa6ec39f0292558", + "download_count": 693, + "created_at": "2025-06-28T07:02:24Z", + "updated_at": "2025-06-28T07:02:25Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091694", + "id": 268091694, + "node_id": "RA_kwDOB-5y6s4P-sEu", + "name": "kustomize_v5.7.0_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5967161, + "digest": "sha256:eacee576f22e8c0cb1ff2840ec6496aa42346d5a23936fed9899f7019ed2af62", + "download_count": 2366, + "created_at": "2025-06-28T07:02:24Z", + "updated_at": "2025-06-28T07:02:25Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/268091695", + "id": 268091695, + "node_id": "RA_kwDOB-5y6s4P-sEv", + "name": "kustomize_v5.7.0_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5386274, + "digest": "sha256:acb94b010781663abe4ffce7d674da31a644c6df9839f73fa6711d5fe13574c0", + "download_count": 703, + "created_at": "2025-06-28T07:02:24Z", + "updated_at": "2025-06-28T07:02:25Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.7.0/kustomize_v5.7.0_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.7.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.7.0", + "body": "## Feature\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5630: Add static value source for replacement\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5921: feat: Add images suport for Image Volumes\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5771: fix: Allow patches with empty files with multiple newlines or comments\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5865: feat(helm): allow the use of devel alias for helmcharts\r\n\r\n## fix\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5846: fix: Get version from the BuildInfo.Main.Version if not found in deps and build flag\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5877: fix: make private one field in replacements transformer struct that had a missing JSON tag\r\n\r\n## Dependencies\r\n#5847: replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n\r\n## chore\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5882: Set Git messages to English for TestRemoteLoad_LocalProtocol\r\n#5934: Update kyaml to v0.20.0\r\n#5935: Update cmd/config to v0.20.0\r\n#5936: Update api to v0.20.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516745", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228516745/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228516745/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.20.0", + "id": 228516745, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4NnuOJ", + "tag_name": "cmd/config/v0.20.0", + "target_commitish": "master", + "name": "cmd/config/v0.20.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-06-28T06:27:46Z", + "updated_at": "2025-06-28T06:28:41Z", + "published_at": "2025-06-28T06:28:41Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.20.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.20.0", + "body": "#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n#5934: Update kyaml to v0.20.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228517480", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/228517480/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/228517480/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.20.0", + "id": 228517480, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4NnuZo", + "tag_name": "api/v0.20.0", + "target_commitish": "master", + "name": "api/v0.20.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-06-28T06:44:56Z", + "updated_at": "2025-06-28T06:45:45Z", + "published_at": "2025-06-28T06:45:45Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.20.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.20.0", + "body": "#5630: Add static value source for replacement\r\n#5771: fix: Allow patches with empty files with multiple newlines or comments\r\n#5846: fix: Get version from the BuildInfo.Main.Version if not found in deps and build flag\r\n#5847: replace deplecated package github.com/google/shlex with github.com/carapace-sh/carapace-shlex\r\n#5859: fix: Don't panic on multiple $patch: delete strategic merge patches in a single patch file\r\n#5865: feat(helm): allow the use of devel alias for helmcharts\r\n#5873: Bump to github.com/spf13/viper v1.20.0\r\n#5877: fix: make private one field in replacements transformer struct that had a missing JSON tag\r\n#5882: Set Git messages to English for TestRemoteLoad_LocalProtocol\r\n#5921: feat: Add suport for Image Volumes\r\n#5931: Drop usage of forked copies of goyaml.v2 and goyaml.v3\r\n#5934: Update kyaml to v0.20.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194676066", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194676066/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194676066/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.19.0", + "id": 194676066, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4LmoVi", + "tag_name": "kyaml/v0.19.0", + "target_commitish": "master", + "name": "kyaml/v0.19.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-01-14T14:11:51Z", + "updated_at": "2025-01-14T14:49:09Z", + "published_at": "2025-01-14T14:12:39Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.19.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.19.0", + "body": "## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194698296", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194698296/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194698296/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.6.0", + "id": 194698296, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4Lmtw4", + "tag_name": "kustomize/v5.6.0", + "target_commitish": "master", + "name": "kustomize/v5.6.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-01-14T15:11:52Z", + "updated_at": "2025-01-14T15:32:11Z", + "published_at": "2025-01-14T15:32:11Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363318", + "id": 220363318, + "node_id": "RA_kwDOB-5y6s4NIno2", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": null, + "download_count": 75342, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:31Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363319", + "id": 220363319, + "node_id": "RA_kwDOB-5y6s4NIno3", + "name": "kustomize_v5.6.0_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5833733, + "digest": null, + "download_count": 12149, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363317", + "id": 220363317, + "node_id": "RA_kwDOB-5y6s4NIno1", + "name": "kustomize_v5.6.0_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5449280, + "digest": null, + "download_count": 16114, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363320", + "id": 220363320, + "node_id": "RA_kwDOB-5y6s4NIno4", + "name": "kustomize_v5.6.0_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5737827, + "digest": null, + "download_count": 4866825, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363321", + "id": 220363321, + "node_id": "RA_kwDOB-5y6s4NIno5", + "name": "kustomize_v5.6.0_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5238642, + "digest": null, + "download_count": 175481, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363322", + "id": 220363322, + "node_id": "RA_kwDOB-5y6s4NIno6", + "name": "kustomize_v5.6.0_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5216441, + "digest": null, + "download_count": 5051, + "created_at": "2025-01-14T15:14:31Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363323", + "id": 220363323, + "node_id": "RA_kwDOB-5y6s4NIno7", + "name": "kustomize_v5.6.0_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5609114, + "digest": null, + "download_count": 5327, + "created_at": "2025-01-14T15:14:32Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363325", + "id": 220363325, + "node_id": "RA_kwDOB-5y6s4NIno9", + "name": "kustomize_v5.6.0_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5889406, + "digest": null, + "download_count": 16461, + "created_at": "2025-01-14T15:14:32Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/220363324", + "id": 220363324, + "node_id": "RA_kwDOB-5y6s4NIno8", + "name": "kustomize_v5.6.0_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5311534, + "digest": null, + "download_count": 2098, + "created_at": "2025-01-14T15:14:32Z", + "updated_at": "2025-01-14T15:14:32Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.6.0/kustomize_v5.6.0_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.6.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.6.0", + "body": "## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Chore\r\n#5809: fix: \"edit add labels\" make labels handle -f flag same as commonLabels\r\n\r\n## Dependencies\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n#5839: Update cmd/config to v0.19.0\r\n#5840: Update api to v0.19.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194684449", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194684449/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194684449/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.19.0", + "id": 194684449, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4LmqYh", + "tag_name": "cmd/config/v0.19.0", + "target_commitish": "master", + "name": "cmd/config/v0.19.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-01-14T14:36:58Z", + "updated_at": "2025-01-14T14:48:52Z", + "published_at": "2025-01-14T14:41:06Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.19.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.19.0", + "body": "# Caution\r\nThis release of cmd/config module skipped a few versions(v0.15.0 -> v0.19.0) to unify each pkg version in the kustomize repo.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Announce\r\n\r\nThis release introduces a unified internal package version (v0.19.0) across the entire kustomize repository.\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194689229", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/194689229/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/194689229/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.19.0", + "id": 194689229, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4LmrjN", + "tag_name": "api/v0.19.0", + "target_commitish": "master", + "name": "api/v0.19.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2025-01-14T14:52:34Z", + "updated_at": "2025-01-14T14:53:53Z", + "published_at": "2025-01-14T14:53:53Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.19.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.19.0", + "body": "## Announce\r\n\r\nThis release introduces a unified internal package version (`v0.19.0`) across the entire kustomize repository.\r\nref. https://github.com/kubernetes-sigs/kustomize/issues/5800\r\n\r\n## Chore\r\n\r\n#5810: Better error message on undefined loader behavior.\r\n\r\n## Dependencies\r\n\r\n#5825: Update to latest kube-opeapi to drop govalidator dependency\r\n#5830: downgrade go-difflib and go-spew to tagged releases\r\n#5837: Update kyaml to v0.19.0\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094340", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094340/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179094340/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.18.1", + "id": 179094340, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4KrMNE", + "tag_name": "kyaml/v0.18.1", + "target_commitish": "master", + "name": "kyaml/v0.18.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-10-09T12:10:31Z", + "updated_at": "2024-10-09T12:19:08Z", + "published_at": "2024-10-09T12:19:08Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.18.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.18.1", + "body": "This is a patch release of kyaml that was created due to a defect in the release process.\r\nPlease check https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml%2Fv0.18.0" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.5.0", + "id": 179108561, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4KrPrR", + "tag_name": "kustomize/v5.5.0", + "target_commitish": "master", + "name": "kustomize/v5.5.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-10-09T13:09:54Z", + "updated_at": "2024-10-09T13:17:14Z", + "published_at": "2024-10-09T13:17:14Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915413", + "id": 197915413, + "node_id": "RA_kwDOB-5y6s4Ly_MV", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": null, + "download_count": 43960, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:37Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915412", + "id": 197915412, + "node_id": "RA_kwDOB-5y6s4Ly_MU", + "name": "kustomize_v5.5.0_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5880918, + "digest": null, + "download_count": 4447, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915411", + "id": 197915411, + "node_id": "RA_kwDOB-5y6s4Ly_MT", + "name": "kustomize_v5.5.0_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5496742, + "digest": null, + "download_count": 13680, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915410", + "id": 197915410, + "node_id": "RA_kwDOB-5y6s4Ly_MS", + "name": "kustomize_v5.5.0_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5784079, + "digest": null, + "download_count": 2477267, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915409", + "id": 197915409, + "node_id": "RA_kwDOB-5y6s4Ly_MR", + "name": "kustomize_v5.5.0_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5287703, + "digest": null, + "download_count": 130203, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:37Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915414", + "id": 197915414, + "node_id": "RA_kwDOB-5y6s4Ly_MW", + "name": "kustomize_v5.5.0_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5259856, + "digest": null, + "download_count": 1143, + "created_at": "2024-10-09T13:12:37Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915415", + "id": 197915415, + "node_id": "RA_kwDOB-5y6s4Ly_MX", + "name": "kustomize_v5.5.0_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5655308, + "digest": null, + "download_count": 1959, + "created_at": "2024-10-09T13:12:38Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915416", + "id": 197915416, + "node_id": "RA_kwDOB-5y6s4Ly_MY", + "name": "kustomize_v5.5.0_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5935341, + "digest": null, + "download_count": 70926, + "created_at": "2024-10-09T13:12:38Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/197915417", + "id": 197915417, + "node_id": "RA_kwDOB-5y6s4Ly_MZ", + "name": "kustomize_v5.5.0_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5360440, + "digest": null, + "download_count": 1552, + "created_at": "2024-10-09T13:12:38Z", + "updated_at": "2024-10-09T13:12:38Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.5.0/kustomize_v5.5.0_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.5.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.5.0", + "body": "# Breaking change\r\nA starlark support for krm functions was removed to cleanup dependencies. https://github.com/kubernetes-sigs/kustomize/pull/5768\r\nThis feature was deprecated 3 years ago and removed because there was no desire to continue using it.\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5768#issuecomment-2374680641\r\n\r\n## Feature\r\n#5751: Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging\r\n\r\n## Fix Bugs\r\n#5458: Sort built-in Namespace kind before CRDs with the same name\r\n#5745: Add Annotation to Control Inline List Conversion in Kustomize Resources\"\r\n\r\n## Dependencies\r\n#5763: Update go 1.22.7\r\n#5781: Update kyaml to v0.18.1\r\n#5782: Update cmd/config to v0.15.0\r\n#5783: Update api to v0.18.0\r\n", + "reactions": { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179108561/reactions", + "total_count": 8, + "+1": 5, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 3, + "eyes": 0 + } + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179098744", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179098744/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179098744/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.15.0", + "id": 179098744, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4KrNR4", + "tag_name": "cmd/config/v0.15.0", + "target_commitish": "master", + "name": "cmd/config/v0.15.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-10-09T12:32:23Z", + "updated_at": "2024-10-09T12:36:08Z", + "published_at": "2024-10-09T12:36:08Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.15.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.15.0", + "body": "## chore\r\n#5763: Update go 1.22.7\r\n#5768: Remove starlark support\r\n#5781: Update kyaml to v0.18.1\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179103266", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179103266/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179103266/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.18.0", + "id": 179103266, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4KrOYi", + "tag_name": "api/v0.18.0", + "target_commitish": "master", + "name": "api/v0.18.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-10-09T12:52:38Z", + "updated_at": "2024-10-09T12:58:00Z", + "published_at": "2024-10-09T12:58:00Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.18.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.18.0", + "body": "## Breaking change\r\n#5768: Remove starlark support\r\n\r\n## Feature\r\n#5751: Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging\r\n\r\n## Fix Bugs\r\n#5458: Sort built-in Namespace kind before CRDs with the same name\r\n#5745: Add Annotation to Control Inline List Conversion in Kustomize Resources\"\r\n\r\n## Dependencies\r\n#5781: Update kyaml to v0.18.1\r\n#5763: Update go 1.22.7\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094217", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/179094217/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/179094217/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.18.0", + "id": 179094217, + "author": { + "login": "koba1t", + "id": 28655507, + "node_id": "MDQ6VXNlcjI4NjU1NTA3", + "avatar_url": "https://avatars.githubusercontent.com/u/28655507?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/koba1t", + "html_url": "https://github.com/koba1t", + "followers_url": "https://api.github.com/users/koba1t/followers", + "following_url": "https://api.github.com/users/koba1t/following{/other_user}", + "gists_url": "https://api.github.com/users/koba1t/gists{/gist_id}", + "starred_url": "https://api.github.com/users/koba1t/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/koba1t/subscriptions", + "organizations_url": "https://api.github.com/users/koba1t/orgs", + "repos_url": "https://api.github.com/users/koba1t/repos", + "events_url": "https://api.github.com/users/koba1t/events{/privacy}", + "received_events_url": "https://api.github.com/users/koba1t/received_events", + "type": "User", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4KrMLJ", + "tag_name": "kyaml/v0.18.0", + "target_commitish": "master", + "name": "kyaml/v0.18.0", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-09-26T16:00:42Z", + "updated_at": "2024-10-09T12:16:36Z", + "published_at": "2024-10-09T12:10:20Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.18.0", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.18.0", + "body": "## Breaking change\r\nA starlark support for krm functions was removed to cleanup dependencies. https://github.com/kubernetes-sigs/kustomize/pull/5768\r\nThis feature was deprecated long ago and removed because there was no desire to continue using it.\r\nhttps://github.com/kubernetes-sigs/kustomize/pull/5768#issuecomment-2374680641\r\n\r\n## What's Changed\r\n* docs: update patchMultipleObject example to filter with labelSelector by @johnzheng1975 in https://github.com/kubernetes-sigs/kustomize/pull/5700\r\n* Remove misleading documentation about config generation by @VannTen in https://github.com/kubernetes-sigs/kustomize/pull/5716\r\n* Sort built-in Namespace kind before CRDs with the same name by @danielwilsonkainos in https://github.com/kubernetes-sigs/kustomize/pull/5458\r\n* Docs: fix kubectl command by @Kavinjsir in https://github.com/kubernetes-sigs/kustomize/pull/5760\r\n* Add Annotation to Control Inline List Conversion in Kustomize Resources\" by @isarns in https://github.com/kubernetes-sigs/kustomize/pull/5745\r\n* Add `--helm-debug` Flag to Kustomize for Enhanced Helm Debugging by @isarns in https://github.com/kubernetes-sigs/kustomize/pull/5751\r\n* Update go 1.22.7 by @koba1t in https://github.com/kubernetes-sigs/kustomize/pull/5763\r\n* Remove starlark support by @dims in https://github.com/kubernetes-sigs/kustomize/pull/5768\r\n\r\n## New Contributors\r\n* @johnzheng1975 made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5700\r\n* @VannTen made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5716\r\n* @danielwilsonkainos made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5458\r\n* @Kavinjsir made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5760\r\n* @isarns made their first contribution in https://github.com/kubernetes-sigs/kustomize/pull/5745\r\n\r\n**Full Changelog**: https://github.com/kubernetes-sigs/kustomize/compare/kustomize/v5.4.3...kyaml/v0.18.0", + "mentions_count": 7 + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166258574", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166258574/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166258574/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.17.2", + "id": 166258574, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4J6OeO", + "tag_name": "kyaml/v0.17.2", + "target_commitish": "master", + "name": "kyaml/v0.17.2", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-07-19T15:17:30Z", + "updated_at": "2024-07-19T15:26:01Z", + "published_at": "2024-07-19T15:26:01Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.17.2", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.17.2", + "body": "## chore\r\n#5413: chore(docs): fix grammar error in comment\r\n#5506: fix some comments\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166271302", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166271302/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166271302/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize/v5.4.3", + "id": 166271302, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4J6RlG", + "tag_name": "kustomize/v5.4.3", + "target_commitish": "master", + "name": "kustomize/v5.4.3", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-07-19T16:39:41Z", + "updated_at": "2024-07-19T19:18:23Z", + "published_at": "2024-07-19T16:52:40Z", + "assets": [ + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623234", + "id": 180623234, + "node_id": "RA_kwDOB-5y6s4KxBeC", + "name": "checksums.txt", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "text/plain; charset=utf-8", + "state": "uploaded", + "size": 818, + "digest": null, + "download_count": 47579, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/checksums.txt" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623237", + "id": 180623237, + "node_id": "RA_kwDOB-5y6s4KxBeF", + "name": "kustomize_v5.4.3_darwin_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 6217850, + "digest": null, + "download_count": 4942, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_darwin_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623235", + "id": 180623235, + "node_id": "RA_kwDOB-5y6s4KxBeD", + "name": "kustomize_v5.4.3_darwin_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5908715, + "digest": null, + "download_count": 10743, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_darwin_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623238", + "id": 180623238, + "node_id": "RA_kwDOB-5y6s4KxBeG", + "name": "kustomize_v5.4.3_linux_amd64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5982336, + "digest": null, + "download_count": 4741519, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_amd64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623236", + "id": 180623236, + "node_id": "RA_kwDOB-5y6s4KxBeE", + "name": "kustomize_v5.4.3_linux_arm64.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5456958, + "digest": null, + "download_count": 126270, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_arm64.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623241", + "id": 180623241, + "node_id": "RA_kwDOB-5y6s4KxBeJ", + "name": "kustomize_v5.4.3_linux_ppc64le.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5436100, + "digest": null, + "download_count": 2454, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:56Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_ppc64le.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623242", + "id": 180623242, + "node_id": "RA_kwDOB-5y6s4KxBeK", + "name": "kustomize_v5.4.3_linux_s390x.tar.gz", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/x-gtar", + "state": "uploaded", + "size": 5868637, + "digest": null, + "download_count": 2268, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_linux_s390x.tar.gz" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623243", + "id": 180623243, + "node_id": "RA_kwDOB-5y6s4KxBeL", + "name": "kustomize_v5.4.3_windows_amd64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 6138757, + "digest": null, + "download_count": 10583, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_windows_amd64.zip" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/assets/180623245", + "id": 180623245, + "node_id": "RA_kwDOB-5y6s4KxBeN", + "name": "kustomize_v5.4.3_windows_arm64.zip", + "label": "", + "uploader": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "content_type": "application/zip", + "state": "uploaded", + "size": 5529999, + "digest": null, + "download_count": 1614, + "created_at": "2024-07-19T16:42:56Z", + "updated_at": "2024-07-19T16:42:57Z", + "browser_download_url": "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.4.3/kustomize_v5.4.3_windows_arm64.zip" + } + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kustomize/v5.4.3", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kustomize/v5.4.3", + "body": "# Caution\r\nThe `kustomize localize` subcommand(this subcommand is now in the `beta` stage) now verifies the success of `kustomize build` when executed.\r\nIf you are using the missing manifests, maybe you failed to download them with the `localize` subcommand. Please use the `--no-verify` flag to skip validation steps.\r\n#5544: Run kustomize build with kustomize localize and add a no-verify flag.\r\n\r\n\r\n## Fix Bugs\r\n#5682: fix: include label in templates when adding by cli\r\n#5689: Fix sortOptions removal when running edit command\r\n\r\n## chore\r\n#5506: fix some comments\r\n#5718: fix lint error in kustomizationfile_test.go\r\n\r\n\r\n## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n#5735: Update cmd/config to v0.14.2\r\n#5736: Update api to v0.17.3\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166264583", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166264583/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166264583/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/cmd/config/v0.14.2", + "id": 166264583, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4J6P8H", + "tag_name": "cmd/config/v0.14.2", + "target_commitish": "master", + "name": "cmd/config/v0.14.2", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-07-19T15:53:10Z", + "updated_at": "2024-07-19T15:54:27Z", + "published_at": "2024-07-19T15:54:27Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/cmd/config/v0.14.2", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/cmd/config/v0.14.2", + "body": "## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n\r\n## chore\r\n#5506: fix some comments\r\n#5707: fix:kustomize cfg grep with no arguments causes panic" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166266968", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/166266968/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/166266968/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/api/v0.17.3", + "id": 166266968, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4J6QhY", + "tag_name": "api/v0.17.3", + "target_commitish": "master", + "name": "api/v0.17.3", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-07-19T16:11:05Z", + "updated_at": "2024-07-19T16:13:22Z", + "published_at": "2024-07-19T16:12:55Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/api/v0.17.3", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/api/v0.17.3", + "body": "## chore\r\n#5506: fix some comments\r\n#5693: fix: always show accumulation errors\r\n#5699: chore: add deprecation comment to commonLabels\r\n#5698: fix(namereference): add configuration for new admission API\r\n\r\n## Dependencies\r\n#5734: Update kyaml to v0.17.2\r\n" + }, + { + "url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/156896814", + "assets_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/releases/156896814/assets", + "upload_url": "https://uploads.github.com/repos/kubernetes-sigs/kustomize/releases/156896814/assets{?name,label}", + "html_url": "https://github.com/kubernetes-sigs/kustomize/releases/tag/kyaml/v0.17.1", + "id": 156896814, + "author": { + "login": "github-actions[bot]", + "id": 41898282, + "node_id": "MDM6Qm90NDE4OTgyODI=", + "avatar_url": "https://avatars.githubusercontent.com/in/15368?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/github-actions%5Bbot%5D", + "html_url": "https://github.com/apps/github-actions", + "followers_url": "https://api.github.com/users/github-actions%5Bbot%5D/followers", + "following_url": "https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}", + "gists_url": "https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}", + "starred_url": "https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/github-actions%5Bbot%5D/subscriptions", + "organizations_url": "https://api.github.com/users/github-actions%5Bbot%5D/orgs", + "repos_url": "https://api.github.com/users/github-actions%5Bbot%5D/repos", + "events_url": "https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}", + "received_events_url": "https://api.github.com/users/github-actions%5Bbot%5D/received_events", + "type": "Bot", + "user_view_type": "public", + "site_admin": false + }, + "node_id": "RE_kwDOB-5y6s4JWg4u", + "tag_name": "kyaml/v0.17.1", + "target_commitish": "master", + "name": "kyaml/v0.17.1", + "draft": false, + "immutable": false, + "prerelease": false, + "created_at": "2024-05-22T14:22:09Z", + "updated_at": "2024-05-22T14:23:36Z", + "published_at": "2024-05-22T14:23:36Z", + "assets": [ + + ], + "tarball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/tarball/kyaml/v0.17.1", + "zipball_url": "https://api.github.com/repos/kubernetes-sigs/kustomize/zipball/kyaml/v0.17.1", + "body": "## Dependencies\r\n\r\n#5672: chore(deps): bump dependencies of kustomize + sync go workspace\r\n#5680: chore: restore version for github.com/asaskevich/govalidator\r\n" + } +]