Skip to content

Commit 2996abc

Browse files
committed
Merge branch 'master' of github.com:argoproj/argo-rollouts into sw
Signed-off-by: zachaller <[email protected]>
2 parents e37fea1 + d7df8b3 commit 2996abc

File tree

141 files changed

+7639
-16301
lines changed

Some content is hidden

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

141 files changed

+7639
-16301
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ blank_issues_enabled: false
22

33
contact_links:
44
- name: Have you read the docs?
5-
url: https://argoproj.github.io/argo-rollouts/
5+
url: https://argo-rollouts.readthedocs.io/
66
about: Much help can be found in the docs
77
- name: Ask a question
88
url: https://github.com/argoproj/argo-rollouts/discussions/new

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
fetch-depth: 0
1818
- name: Update Changelog
1919
run: |
20-
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_darwin_amd64.tar.gz
20+
curl -o git-chglog.tar.gz -L https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz
2121
tar -zxvf git-chglog.tar.gz
2222
chmod u+x git-chglog
23-
./git-chglog --sort semver -o CHANGELOG-AUTO.md v1.3.1..
23+
./git-chglog --sort semver -o CHANGELOG.md v1.3.1..
2424
rm git-chglog
2525
- name: Create Pull Request
2626
uses: peter-evans/create-pull-request@v4

.github/workflows/dependabot_automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Dependabot metadata
1717
id: metadata
18-
uses: dependabot/[email protected].5
18+
uses: dependabot/[email protected].6
1919
with:
2020
github-token: "${{ secrets.GITHUB_TOKEN }}"
2121
- name: Approve PR

.github/workflows/docker-publish.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,23 @@ jobs:
8282
echo "::set-output name=platform-matrix::$PLATFORM_MATRIX"
8383
8484
- name: Build and push (controller-image)
85-
uses: docker/build-push-action@v3
85+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
8686
with:
8787
platforms: ${{ steps.platform-matrix.outputs.platform-matrix }}
8888
push: ${{ github.event_name != 'pull_request' }}
8989
tags: ${{ steps.controller-meta.outputs.tags }}
90+
provenance: false
91+
sbom: false
9092

9193
- name: Build and push (plugin-image)
92-
uses: docker/build-push-action@v3
94+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
9395
with:
9496
target: kubectl-argo-rollouts
9597
platforms: ${{ steps.platform-matrix.outputs.platform-matrix }}
9698
push: ${{ github.event_name != 'pull_request' }}
9799
tags: ${{ steps.plugin-meta.outputs.tags }}
100+
provenance: false
101+
sbom: false
98102

99103
- name: Install cosign
100104
uses: sigstore/cosign-installer@main

.github/workflows/go.yml

-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ jobs:
138138
run: |
139139
make go-mod-vendor
140140
make codegen
141-
make manifests
142-
make docs
143141
144142
- name: Ensure nothing changed
145143
run: git diff --exit-code

.github/workflows/release.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -84,21 +84,25 @@ jobs:
8484
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
8585

8686
- name: Build and push (controller-image)
87-
uses: docker/build-push-action@v3
87+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
8888
with:
8989
context: .
9090
platforms: linux/amd64,linux/arm64
9191
push: true
9292
tags: ${{ steps.controller-meta.outputs.tags }}
93+
provenance: false
94+
sbom: false
9395

9496
- name: Build and push (plugin-image)
95-
uses: docker/build-push-action@v3
97+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
9698
with:
9799
context: .
98100
target: kubectl-argo-rollouts
99101
platforms: linux/amd64,linux/arm64
100102
push: true
101103
tags: ${{ steps.plugin-meta.outputs.tags }}
104+
provenance: false
105+
sbom: false
102106

103107

104108
release-artifacts:

.github/workflows/stale-issues-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/stale@v6
16+
- uses: actions/stale@v7
1717
with:
1818
operations-per-run: 250
1919
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity.'

.github/workflows/waiting-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
issues: write
1414
pull-requests: write
1515
steps:
16-
- uses: actions/stale@v6
16+
- uses: actions/stale@v7
1717
with:
1818
operations-per-run: 250
1919
stale-issue-message: 'This issue is stale because it has awaiting-response label for 5 days with no activity. Remove stale label or comment or this will be closed in 5 days.'

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ junit.xml
1313
rerunreport.txt
1414
site/
1515
vendor/
16-
# generated
17-
docs/generated
16+
plugin-bin/
1817
# static
1918
server/static/*
20-
!server/static/.gitkeep
19+
!server/static/.gitkeep

0 commit comments

Comments
 (0)