Skip to content

Commit 086b507

Browse files
authored
remove routing-actions chart (#1659)
* remove routing-actions chart Signed-off-by: Michael Kalantar <[email protected]> * update versions of actions used in workflows Signed-off-by: Michael Kalantar <[email protected]> * update go dependencies to latest versions Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent a91e3ce commit 086b507

35 files changed

+359
-1331
lines changed

.github/workflows/golangci-lint.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
name: lint
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@v5
2525
with:
26-
go-version: 1.19
27-
- uses: actions/checkout@v3
26+
go-version: 1.21
27+
- uses: actions/checkout@v4
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v3
3030
with:
3131
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
32-
version: v1.50.1
32+
version: v1.55.2
3333

3434
# Optional: working directory, useful for monorepos
3535
# working-directory: somedir

.github/workflows/linkcheck.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- name: Link checker
2929
id: lychee
30-
uses: lycheeverse/lychee-action@v1.6.1
30+
uses: lycheeverse/lychee-action@v1.8.0
3131
env:
3232
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3333
with:

.github/workflows/lintcharts.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

@@ -54,13 +54,13 @@ jobs:
5454
matrix:
5555
version: ${{ fromJson(needs.get_paths.outputs.matrix) }}
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060

6161
- name: Get modified files in the ${{ matrix.version }} folder
6262
id: modified-files
63-
uses: tj-actions/changed-files@v35
63+
uses: tj-actions/changed-files@v40
6464
with:
6565
files: ${{ matrix.version }}
6666

.github/workflows/lintcharts2.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323

2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
- name: Get modified files in the charts/iter8 folder
2929
id: modified-files
30-
uses: tj-actions/changed-files@v35
30+
uses: tj-actions/changed-files@v40
3131
with:
3232
files: charts/iter8
3333

@@ -55,11 +55,11 @@ jobs:
5555

5656
steps:
5757
- name: Check out code
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959

6060
- name: Get modified files in the charts/iter8 folder
6161
id: modified-files
62-
uses: tj-actions/changed-files@v35
62+
uses: tj-actions/changed-files@v40
6363
with:
6464
files: charts/iter8
6565

.github/workflows/releaseassets.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Push Iter8 image to Docker Hub
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- name: Get version
@@ -33,12 +33,12 @@ jobs:
3333
owner=iter8
3434
fi
3535
echo "OWNER=$owner" >> $GITHUB_ENV
36-
- uses: docker/setup-buildx-action@v2
37-
- uses: docker/login-action@v2
36+
- uses: docker/setup-buildx-action@v3
37+
- uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_SECRET }}
41-
- uses: docker/build-push-action@v4
41+
- uses: docker/build-push-action@v5
4242
with:
4343
file: docker/Dockerfile
4444
platforms: linux/amd64,linux/arm64

.github/workflows/releasecharts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

.github/workflows/spellcheck.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
spell-check:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
- run: |
2020
pwd
2121
ls -l
22-
- uses: rojopolis/spellcheck-github-actions@0.29.0
22+
- uses: rojopolis/spellcheck-github-actions@0.35.0
2323
with:
2424
config_path: .github/spellcheck.yml

.github/workflows/testcharts.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454

5555
steps:
5656
- name: Check out code
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858

5959
- name: Get modified files in the charts/iter8 folder
6060
id: modified-files
61-
uses: tj-actions/changed-files@v35
61+
uses: tj-actions/changed-files@v40
6262
with:
6363
files: charts/iter8
6464

@@ -122,11 +122,11 @@ jobs:
122122

123123
steps:
124124
- name: Check out code
125-
uses: actions/checkout@v3
125+
uses: actions/checkout@v4
126126

127127
- name: Get modified files in the charts/iter8 folder
128128
id: modified-files
129-
uses: tj-actions/changed-files@v35
129+
uses: tj-actions/changed-files@v40
130130
with:
131131
files: charts/iter8
132132

@@ -191,11 +191,11 @@ jobs:
191191

192192
steps:
193193
- name: Check out code
194-
uses: actions/checkout@v3
194+
uses: actions/checkout@v4
195195

196196
- name: Get modified files in the charts/iter8 folder
197197
id: modified-files
198-
uses: tj-actions/changed-files@v35
198+
uses: tj-actions/changed-files@v40
199199
with:
200200
files: charts/iter8
201201

@@ -262,11 +262,11 @@ jobs:
262262

263263
steps:
264264
- name: Check out code
265-
uses: actions/checkout@v3
265+
uses: actions/checkout@v4
266266

267267
- name: Get modified files in the charts/iter8 folder
268268
id: modified-files
269-
uses: tj-actions/changed-files@v35
269+
uses: tj-actions/changed-files@v40
270270
with:
271271
files: charts/iter8
272272

@@ -345,11 +345,11 @@ jobs:
345345

346346
steps:
347347
- name: Check out code
348-
uses: actions/checkout@v3
348+
uses: actions/checkout@v4
349349

350350
- name: Get modified files in the charts/iter8 folder
351351
id: modified-files
352-
uses: tj-actions/changed-files@v35
352+
uses: tj-actions/changed-files@v40
353353
with:
354354
files: charts/iter8
355355

@@ -430,11 +430,11 @@ jobs:
430430

431431
steps:
432432
- name: Check out code
433-
uses: actions/checkout@v3
433+
uses: actions/checkout@v4
434434

435435
- name: Get modified files in the charts/iter8 folder
436436
id: modified-files
437-
uses: tj-actions/changed-files@v35
437+
uses: tj-actions/changed-files@v40
438438
with:
439439
files: charts/iter8
440440

.github/workflows/testkustomize.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656

5757
steps:
5858
- name: Check out code
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060

6161
- name: Get modified files in the kustomize/controller folder
6262
id: modified-files
63-
uses: tj-actions/changed-files@v35
63+
uses: tj-actions/changed-files@v40
6464
with:
6565
files: kustomize/controller
6666

@@ -91,11 +91,11 @@ jobs:
9191

9292
steps:
9393
- name: Check out code
94-
uses: actions/checkout@v3
94+
uses: actions/checkout@v4
9595

9696
- name: Get modified files in the kustomize/controller folder
9797
id: modified-files
98-
uses: tj-actions/changed-files@v35
98+
uses: tj-actions/changed-files@v40
9999
with:
100100
files: kustomize/controller
101101

.github/workflows/unittest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Install Go
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
20-
go-version: 1.19
20+
go-version: 1.21
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Test and compute coverage
2626
run: make coverage # includes vet and lint

.github/workflows/versionbump.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

@@ -54,13 +54,13 @@ jobs:
5454
matrix:
5555
version: ${{ fromJson(needs.get_paths.outputs.matrix) }}
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060

6161
- name: Get modified files in the ${{ matrix.version }} folder
6262
id: modified-files
63-
uses: tj-actions/changed-files@v35
63+
uses: tj-actions/changed-files@v40
6464
with:
6565
files: ${{ matrix.version }}
6666

charts/routing-actions/.helmignore

-26
This file was deleted.

charts/routing-actions/Chart.yaml

-22
This file was deleted.

charts/routing-actions/templates/_configmap.tpl

-12
This file was deleted.

0 commit comments

Comments
 (0)