diff --git a/pkgs/txn2/kubefwd/pkg.yaml b/pkgs/txn2/kubefwd/pkg.yaml index 71e9251537c..04b9c97b471 100644 --- a/pkgs/txn2/kubefwd/pkg.yaml +++ b/pkgs/txn2/kubefwd/pkg.yaml @@ -1,5 +1,7 @@ packages: - name: txn2/kubefwd@v1.24.1 + - name: txn2/kubefwd + version: v1.24.0 - name: txn2/kubefwd version: 1.18.1 - name: txn2/kubefwd diff --git a/pkgs/txn2/kubefwd/registry.yaml b/pkgs/txn2/kubefwd/registry.yaml index ffd28304b73..8d419fe1e76 100644 --- a/pkgs/txn2/kubefwd/registry.yaml +++ b/pkgs/txn2/kubefwd/registry.yaml @@ -131,6 +131,22 @@ packages: overrides: - goos: windows format: zip + - version_constraint: semver("< 1.24.1") + asset: kubefwd_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: kubefwd_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip - version_constraint: "true" asset: kubefwd_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz @@ -144,6 +160,15 @@ packages: type: github_release asset: kubefwd_checksums.txt algorithm: sha256 + cosign: + bundle: + type: github_release + asset: kubefwd_checksums.txt.sigstore.json + opts: + - --certificate-identity + - https://github.com/txn2/kubefwd/.github/workflows/release.yml@refs/tags/{{.Version}} + - --certificate-oidc-issuer + - https://token.actions.githubusercontent.com overrides: - goos: windows format: zip diff --git a/registry.yaml b/registry.yaml index 383ae5e4367..6b7541111a1 100644 --- a/registry.yaml +++ b/registry.yaml @@ -83759,6 +83759,22 @@ packages: overrides: - goos: windows format: zip + - version_constraint: semver("< 1.24.1") + asset: kubefwd_{{.OS}}_{{.Arch}}.{{.Format}} + format: tar.gz + windows_arm_emulation: true + replacements: + amd64: x86_64 + darwin: Darwin + linux: Linux + windows: Windows + checksum: + type: github_release + asset: kubefwd_checksums.txt + algorithm: sha256 + overrides: + - goos: windows + format: zip - version_constraint: "true" asset: kubefwd_{{.OS}}_{{.Arch}}.{{.Format}} format: tar.gz @@ -83772,6 +83788,15 @@ packages: type: github_release asset: kubefwd_checksums.txt algorithm: sha256 + cosign: + bundle: + type: github_release + asset: kubefwd_checksums.txt.sigstore.json + opts: + - --certificate-identity + - https://github.com/txn2/kubefwd/.github/workflows/release.yml@refs/tags/{{.Version}} + - --certificate-oidc-issuer + - https://token.actions.githubusercontent.com overrides: - goos: windows format: zip