Skip to content

Commit

Permalink
Merge pull request #57 from yokawasa/release-v0.11.1
Browse files Browse the repository at this point in the history
Release v0.11.1
  • Loading branch information
yokawasa committed Apr 5, 2024
2 parents 714d1f0 + 31ec3e1 commit 5fe3850
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 111 deletions.
106 changes: 0 additions & 106 deletions CHANGELOG.md

This file was deleted.

14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Specific versions for the commands can be setup by adding inputs parameters like
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: yokawasa/[email protected].0
- uses: yokawasa/[email protected].1
with:
kubectl: '1.25'
kustomize: '5.0.0'
Expand Down Expand Up @@ -82,7 +82,7 @@ Default versions for the commands will be setup if you don't give any inputs lik
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: yokawasa/[email protected].0
- uses: yokawasa/[email protected].1
- run: |
kubectl version --client
kustomize version
Expand All @@ -103,7 +103,7 @@ By specifying setup-tools you can choose which tools the action setup. Supported
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: yokawasa/[email protected].0
- uses: yokawasa/[email protected].1
with:
setup-tools: |
kubectl
Expand All @@ -127,7 +127,7 @@ By specifying arch-type you can choose the processor architecture type of the to
test:
steps:
- uses: actions/checkout@v4
- uses: yokawasa/[email protected].0
- uses: yokawasa/[email protected].1
with:
arch-type: 'arm64'
setup-tools: |
Expand Down Expand Up @@ -163,7 +163,7 @@ Finally push the results
```
git add dist
git commit -a -m "prod dependencies"
git push origin releases/v0.10.0
git push origin releases/v0.11.1
```
## References
Expand All @@ -182,3 +182,7 @@ git push origin releases/v0.10.0
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/yokawasa/action-setup-kube-tools
## Changelog
Please see the [list of releases](https://github.com/yokawasa/action-setup-kube-tools/releases) for information on changes between releases.

0 comments on commit 5fe3850

Please sign in to comment.