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

release new version v1.3.0 of conditioner #4239

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/conditioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,46 @@ kind: Plugin
metadata:
name: conditioner
spec:
version: v1.2.1
version: v1.3.0
platforms:
- bin: kubectl-conditioner.exe
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Windows_x86_64.zip
sha256: 656e49703caf901bc6b608242eb80f1e99ca47e4af91f4ea89a7e2c35714b418
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Windows_x86_64.zip
sha256: c717d76ac48e22646107b3f3372fbedd311750b67479c4f822306b0eeeee4e30
selector:
matchLabels:
os: windows
arch: amd64
- bin: kubectl-conditioner.exe
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Windows_arm64.zip
sha256: 549ea7ff593c89d143eed88e8a434b26cbb035583f7149d87f34287fab50e20b
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Windows_arm64.zip
sha256: 0282ed9347402123369d044e0693ee6b2f60c95ba5595a2e3c861cccda1913b6
selector:
matchLabels:
os: windows
arch: arm64
- bin: kubectl-conditioner
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Linux_x86_64.tar.gz
sha256: 08f740fe0a749567220cec1db51da964341e3fe53dc39f0c9bb6dccd65abdd19
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Linux_x86_64.tar.gz
sha256: 4edde16de43656154204df93639f29a8108fb9fcd0865c343297ff3e0e86c57d
selector:
matchLabels:
os: linux
arch: amd64
- bin: kubectl-conditioner
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Linux_arm64.tar.gz
sha256: 35d17a18b4c462c99cc44ea4d2da82399d4643295be1fb1ffcbf52480ab66184
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Linux_arm64.tar.gz
sha256: 3ec4fe52f553cc2ac2e99cf9db7dbaa132340db1f7fd7ffd2afcc9b623a49b7c
selector:
matchLabels:
os: linux
arch: arm64
- bin: kubectl-conditioner
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Darwin_x86_64.tar.gz
sha256: 5a3fd1f0e7d0a7b4a3b2134671752a88a056110524437711374c80a6dd014907
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Darwin_x86_64.tar.gz
sha256: 084ce54e0a44124a17c2ee107e342533440b90c63c1a308536c041ffbda33de8
selector:
matchLabels:
os: darwin
arch: amd64
- bin: kubectl-conditioner
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.2.1/conditioner_Darwin_arm64.tar.gz
sha256: 891b9c83140b72e8ca3b7357e37725aa2c1712bfaf681984caeeb6183783e34d
uri: https://github.com/devbytes-cloud/conditioner/releases/download/v1.3.0/conditioner_Darwin_arm64.tar.gz
sha256: 936e0b0393f48ced70038f1e33f34e222829e4a677d65e370c117a477812d6af
selector:
matchLabels:
os: darwin
Expand Down
Loading