@@ -51,7 +51,7 @@ Specific versions for the commands can be setup by adding inputs parameters like
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- uses : actions/checkout@v2
54
- -
uses :
yokawasa/[email protected] .0
54
+ -
uses :
yokawasa/[email protected] .1
55
55
with :
56
56
kubectl : ' 1.25'
57
57
kustomize : ' 5.0.0'
@@ -82,7 +82,7 @@ Default versions for the commands will be setup if you don't give any inputs lik
82
82
runs-on : ubuntu-latest
83
83
steps :
84
84
- uses : actions/checkout@v2
85
- -
uses :
yokawasa/[email protected] .0
85
+ -
uses :
yokawasa/[email protected] .1
86
86
- run : |
87
87
kubectl version --client
88
88
kustomize version
@@ -103,7 +103,7 @@ By specifying setup-tools you can choose which tools the action setup. Supported
103
103
runs-on : ubuntu-latest
104
104
steps :
105
105
- uses : actions/checkout@v2
106
- -
uses :
yokawasa/[email protected] .0
106
+ -
uses :
yokawasa/[email protected] .1
107
107
with :
108
108
setup-tools : |
109
109
kubectl
@@ -127,7 +127,7 @@ By specifying arch-type you can choose the processor architecture type of the to
127
127
test:
128
128
steps:
129
129
- uses: actions/checkout@v4
130
- - uses: yokawasa/[email protected] .0
130
+ - uses: yokawasa/[email protected] .1
131
131
with:
132
132
arch-type: 'arm64'
133
133
setup-tools: |
@@ -163,7 +163,7 @@ Finally push the results
163
163
```
164
164
git add dist
165
165
git commit -a -m "prod dependencies"
166
- git push origin releases/v0.10.0
166
+ git push origin releases/v0.11.1
167
167
```
168
168
169
169
## References
@@ -182,3 +182,7 @@ git push origin releases/v0.10.0
182
182
183
183
## Contributing
184
184
Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/action-setup-kube-tools
185
+
186
+ ## Changelog
187
+
188
+ Please see the [list of releases](https://github.com/yokawasa/action-setup-kube-tools/releases) for information on changes between releases.
0 commit comments