-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: reject event if type is not upgrade-event
Signed-off-by: Zufar Dhiyaullhaq <[email protected]>
- Loading branch information
1 parent
fd41ae0
commit 9ee0db2
Showing
7 changed files
with
56 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: "go: build client binary" | ||
|
||
on: | ||
push: | ||
tags: [ 'v*.*.*' ] | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
releases-matrix: | ||
name: Release Go Binary | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
goos: [linux, darwin] | ||
goarch: [amd64, arm64] | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
- name: Go Release Binaries Normal Volume Size | ||
uses: wangyoucao577/[email protected] | ||
with: | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
goos: ${{ matrix.goos }} | ||
goarch: ${{ matrix.goarch }} | ||
goversion: "https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz" | ||
project_path: client | ||
binary_name: istio-upgrade-consumer-client | ||
asset_name: "istio-upgrade-consumer-client-${{ matrix.goos }}-${{ matrix.goarch }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
apiVersion: v1 | ||
entries: | ||
istio-upgrade-consumer: | ||
- apiVersion: v2 | ||
appVersion: 1.0.1 | ||
created: "2025-01-26T23:06:03.718824+07:00" | ||
description: Consumer for Istio Upgrade tooling to receive events related to Istio | ||
upgrade | ||
digest: c97d7c0fed01d0acb563e5e7145df20d3cbf523e376a345649351c556469287e | ||
home: https://github.com/gopaytech/istio-upgrade-consumer | ||
maintainers: | ||
- email: [email protected] | ||
name: Zufar Dhiyaulhaq | ||
url: https://zufardhiyaulhaq.com | ||
name: istio-upgrade-consumer | ||
type: application | ||
urls: | ||
- istio-upgrade-consumer-1.0.1.tgz | ||
version: 1.0.1 | ||
- apiVersion: v2 | ||
appVersion: 1.0.0 | ||
created: "2024-10-04T14:52:42.656931+07:00" | ||
created: "2025-01-26T23:06:03.71858+07:00" | ||
description: Consumer for Istio Upgrade tooling to receive events related to Istio | ||
upgrade | ||
digest: 3f79924079765c60836a50e498a7f2de944621e6c4af3d59997e6707288689ee | ||
|
@@ -17,4 +33,4 @@ entries: | |
urls: | ||
- istio-upgrade-consumer-1.0.0.tgz | ||
version: 1.0.0 | ||
generated: "2024-10-04T14:52:42.656308+07:00" | ||
generated: "2025-01-26T23:06:03.717076+07:00" |
Binary file not shown.