Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump cluster-compare to v0.3.0 #4201

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions plugins/cluster-compare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: cluster-compare
spec:
version: v0.2.1
version: v0.3.0
homepage: https://github.com/openshift/kube-compare
shortDescription: Diff cluster resources against manifests.
description: |
Expand All @@ -15,41 +15,41 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_darwin_amd64.tar.gz
sha256: e0782c553634ca7e35bf112d5b0f5b99e91d4182a2c95e80d76c53b57586948b
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_darwin_amd64.tar.gz
sha256: 617dfd4e464998ad2cab94b7abb88aa74cccbde0be24f8d187568701d73a643b
bin: kubectl-cluster_compare
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_darwin_arm64.tar.gz
sha256: 25468513095e46f2ba7c7831399e35a06b0a15020ed6c4ff51165f1c2c14378c
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_darwin_arm64.tar.gz
sha256: 882b742c944e78ec0070e2e76c05c2636374e4a9f52cf95eac554786dd0e67ac
bin: kubectl-cluster_compare
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_linux_amd64.tar.gz
sha256: 19a2bf0c93098c9cfb9a47107e7750320908419d92bea9f8bab3ad98cedf14e7
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_linux_amd64.tar.gz
sha256: 6345fd5967b3e44a75d40f4dbbf041757def9c2a50cdd94fc85e98470db10acd
bin: kubectl-cluster_compare
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_linux_arm64.tar.gz
sha256: 472769edcf32e1897fc2e40950a97fb932b0d0526b6af0e7d95abaaa57fad807
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_linux_arm64.tar.gz
sha256: 92fd86d407dfe79e45f5d55a8c3888214ca9aceca2da95150628cd280155e566
bin: kubectl-cluster_compare
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_windows_amd64.zip
sha256: 53c66e3b0a5f4a0596a10f9e63afeb88643e2d0d17f92f8f4497501f5ab0de8e
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_windows_amd64.zip
sha256: dfcf6e20628fb11dfc875f7aa0822de8db0576ea48ac4e66ed671f1d11e746b4
bin: kubectl-cluster_compare.exe
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/openshift/kube-compare/releases/download/v0.2.1/kube-compare_windows_arm64.zip
sha256: 25c5d38cfe7b405cefad7a082e68a10dab273c0fb2b02f97ccb1c0b4566a167a
uri: https://github.com/openshift/kube-compare/releases/download/v0.3.0/kube-compare_windows_arm64.zip
sha256: 1b887d27875664e6e2713f8d78a56b00c18d86981e6706e15f7558ecec75aec0
bin: kubectl-cluster_compare.exe
Loading