Skip to content

Commit b5daaec

Browse files
authoredAug 26, 2024
Kubernetes Enterprise Operator Release 1.27.0 (#295)
1 parent 6f662db commit b5daaec

File tree

60 files changed

+3070
-308
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+3070
-308
lines changed
 

‎.evergreen.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ functions:
2222
params:
2323
script: |
2424
set -Eeu pipefail
25-
2625
curl -fL "${goreleaser_pro_tar_gz}" --output goreleaser_Linux_x86_64.tar.gz
2726
tar -xf goreleaser_Linux_x86_64.tar.gz
2827
chmod 755 ./goreleaser
@@ -35,7 +34,7 @@ functions:
3534
- notary_service_url
3635
script: |
3736
set -Eeu pipefail
38-
37+
3938
curl "${notary_service_url}" --output macos-notary.zip
4039
unzip -u macos-notary.zip
4140
chmod 755 ./linux_amd64/macnotary
@@ -79,10 +78,10 @@ tasks:
7978
- func: "release"
8079

8180
buildvariants:
82-
# This variant is run when a new tag is out similar to github actions.
83-
- name: release_mcli
84-
display_name: Release Go multi-cluster binary
85-
run_on:
86-
- ubuntu2204-small
87-
tasks:
88-
- name: package_goreleaser
81+
# This variant is run when a new tag is out similar to github actions.
82+
- name: release_mcli
83+
display_name: Release Go multi-cluster binary
84+
run_on:
85+
- ubuntu2204-small
86+
tasks:
87+
- name: package_goreleaser

‎crds.yaml

Lines changed: 1079 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.