Skip to content

Commit fd46979

Browse files
authored
feat: Update dependensies (#64)
* feat: Update dependensies * fix: kubectl version
1 parent ac15bf6 commit fd46979

File tree

6 files changed

+1390
-1804
lines changed

6 files changed

+1390
-1804
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Test
1313
run: |
1414
ls -l ~/bin | wc -l | grep 4
15-
helmfile --version | grep 0.161.0
16-
kubectl version --client | grep 1.29.0
17-
helm version | grep v3.14.0
15+
helmfile --version | grep 0.170.1
16+
kubectl version --client | grep 1.32.0
17+
helm version | grep 3.17.0
1818
helm plugin list | grep diff
1919
helm plugin list | grep s3
2020
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
ls -l ~/bin | wc -l | grep 4
3232
helmfile --version | grep 0.135.0
33-
kubectl version --client | grep 1.29.0
34-
helm version | grep v3.14.0
33+
kubectl version --client | grep 1.32.0
34+
helm version | grep 3.17.0
3535
helm plugin list | grep diff
3636
helm plugin list | grep s3
3737
@@ -47,7 +47,7 @@ jobs:
4747
- name: Test
4848
run: |
4949
ls -l ~/bin | wc -l | grep 2
50-
helmfile --version | grep 0.161.0
50+
helmfile --version | grep 0.170.1
5151
kubectl version --client
5252
helm plugin list | grep diff
5353
helm plugin list | grep s3
@@ -65,7 +65,7 @@ jobs:
6565
- name: Test
6666
run: |
6767
ls -l ~/bin | wc -l | grep 2
68-
helmfile --version | grep 0.161.0
68+
helmfile --version | grep 0.170.1
6969
kubectl version --client
7070
helm version
7171
helm plugin list | wc -l | grep 1
@@ -81,9 +81,9 @@ jobs:
8181
- name: Test
8282
run: |
8383
ls -l ~/bin | wc -l | grep 4
84-
helmfile --version | grep 0.161.0
85-
kubectl version --client | grep 1.29.0
86-
helm version | grep v3.14.0
84+
helmfile --version | grep 0.170.1
85+
kubectl version --client | grep 1.32.0
86+
helm version | grep 3.17.0
8787
helm plugin list | grep diff
8888
helm plugin list | grep helm-git
8989
helm plugin list | grep s3

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Setup helmfile
23-
uses: mamezou-tech/setup-helmfile@v2.0.0
23+
uses: mamezou-tech/setup-helmfile@v2.1.0
2424
- name: Test
2525
run: |
2626
helmfile --version
@@ -32,15 +32,15 @@ jobs:
3232
> This action requires Node 20 or later on the runner. If you are using GitHub-managed runners, no action is needed. If you are using self-hosted runners, make sure the system version of Node is version 20 or higher.
3333
3434
## Optional Inputs
35-
- `helmfile-version` : helmfile version. Default `"v0.161.0"`.
36-
- `helm-version` : Helm version. Default `"v3.14.0"`
37-
- `kubectl-version` : kubectl version. Default `1.29.0`
38-
- `kubectl-release-date` : kubectl release date. Default `2024-01-04`
35+
- `helmfile-version` : helmfile version. Default `"v0.170.1"`.
36+
- `helm-version` : Helm version. Default `"v3.17.0"`
37+
- `kubectl-version` : kubectl version. Default `1.32.0`
38+
- `kubectl-release-date` : kubectl release date. Default `2025-01-10`
3939
- `install-kubectl` : Install kubectl. Default `yes`
4040
- `install-helm` : Install Helm. Default `yes`
4141
- `install-helm-plugins` : Install Helm plugins. Default `yes`
42-
- `helm-diff-plugin-version` : Plugin version to install. Default `master`
43-
- `helm-s3-plugin-version` : Plugin version to install. Default `master`
42+
- `helm-diff-plugin-version` : Plugin version to install. Default `v3.9.14`
43+
- `helm-s3-plugin-version` : Plugin version to install. Default `v0.16.2`
4444
- `additional-helm-plugins` : A comma separated list of additional helm plugins to install. Should be a valid argument after `helm plugin install`.
4545

4646
> See "[Installing kubectl - Amazon EKS](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html)" for information how to specify the kubectl version.
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Setup helmfile
58-
uses: mamezou-tech/setup-helmfile@v2.0.0
58+
uses: mamezou-tech/setup-helmfile@v2.1.0
5959
with:
6060
helmfile-version: "v0.135.0"
6161
```
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Setup helmfile
73-
uses: mamezou-tech/setup-helmfile@v2.0.0
73+
uses: mamezou-tech/setup-helmfile@v2.1.0
7474
with:
7575
install-kubectl: no
7676
install-helm: no
@@ -84,7 +84,7 @@ jobs:
8484
runs-on: ubuntu-latest
8585
steps:
8686
- name: Setup helmfile
87-
uses: mamezou-tech/setup-helmfile@v2.0.0
87+
uses: mamezou-tech/setup-helmfile@v2.1.0
8888
with:
8989
additional-helm-plugins: https://github.com/aslafy-z/helm-git --version 0.10.0
9090
```
@@ -97,7 +97,7 @@ jobs:
9797
runs-on: ubuntu-latest
9898
steps:
9999
- name: Setup helmfile
100-
uses: mamezou-tech/setup-helmfile@v2.0.0
100+
uses: mamezou-tech/setup-helmfile@v2.1.0
101101
with:
102102
install-helm-plugins: no
103103
```

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ branding:
77
inputs:
88
kubectl-version:
99
description: "kubectl (AWS edition) version"
10-
default: "1.29.0"
10+
default: "1.32.0"
1111
required: false
1212
kubectl-release-date:
1313
description: "kubectl (AWS edition) release date"
14-
default: "2024-01-04"
14+
default: "2025-01-10"
1515
required: false
1616
helm-version:
1717
description: "Helm version"
18-
default: "v3.14.0"
18+
default: "v3.17.0"
1919
required: false
2020
helmfile-version:
2121
description: "helmfile version"
22-
default: "v0.161.0"
22+
default: "v0.170.1"
2323
required: false
2424
install-kubectl:
2525
description: "Install kubectl"

0 commit comments

Comments
 (0)