@@ -51,7 +51,7 @@ Specific versions for the commands can be setup by adding inputs parameters like
5151 runs-on : ubuntu-latest
5252 steps :
5353 - uses : actions/checkout@v2
54- -
uses :
yokawasa/[email protected] .0 54+ -
uses :
yokawasa/[email protected] .1 5555 with :
5656 kubectl : ' 1.25'
5757 kustomize : ' 5.0.0'
@@ -82,7 +82,7 @@ Default versions for the commands will be setup if you don't give any inputs lik
8282 runs-on : ubuntu-latest
8383 steps :
8484 - uses : actions/checkout@v2
85- -
uses :
yokawasa/[email protected] .0 85+ -
uses :
yokawasa/[email protected] .1 8686 - run : |
8787 kubectl version --client
8888 kustomize version
@@ -103,7 +103,7 @@ By specifying setup-tools you can choose which tools the action setup. Supported
103103 runs-on : ubuntu-latest
104104 steps :
105105 - uses : actions/checkout@v2
106- -
uses :
yokawasa/[email protected] .0 106+ -
uses :
yokawasa/[email protected] .1 107107 with :
108108 setup-tools : |
109109 kubectl
@@ -127,7 +127,7 @@ By specifying arch-type you can choose the processor architecture type of the to
127127 test:
128128 steps:
129129 - uses: actions/checkout@v4
130- - uses: yokawasa/[email protected] .0 130+ - uses: yokawasa/[email protected] .1 131131 with:
132132 arch-type: 'arm64'
133133 setup-tools: |
@@ -163,7 +163,7 @@ Finally push the results
163163```
164164git add dist
165165git commit -a -m "prod dependencies"
166- git push origin releases/v0.10.0
166+ git push origin releases/v0.11.1
167167```
168168
169169## References
@@ -182,3 +182,7 @@ git push origin releases/v0.10.0
182182
183183## Contributing
184184Bug 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