Skip to content

Commit

Permalink
Merge pull request #101 from datawire/rlane/upgrade-provision-cluster
Browse files Browse the repository at this point in the history
Upgrade provision-cluster to v0.3.1
  • Loading branch information
rick-a-lane-ii authored Apr 24, 2024
2 parents 623a3a5 + e9a317a commit 9742dcd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/actions/provision-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Example Usage

```yaml
- uses: datawire/infra-actions/provision-cluster@v0.3.0
- uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: Kubeception
version: 1.27
Expand All @@ -13,7 +13,7 @@
```
```yaml
- uses: datawire/infra-actions/provision-cluster@v0.3.0
- uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: GKE
version: 1.27
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
- id: provision
uses: datawire/infra-actions/provision-cluster@v0.3.0
uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: GKE
version: ${{ matrix.clusters.version }}
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Kubectl tool installer
uses: Azure/setup-kubectl@v3
- id: provision
uses: datawire/infra-actions/provision-cluster@v0.3.0
uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: Kubeception
version: ${{ matrix.clusters.version }}
Expand Down
4 changes: 2 additions & 2 deletions docs/GITHUB_ACTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
# The provision-cluster action will automatically register a cleanup hook to remove the
# cluster it provisions when the job is done.
- uses: datawire/infra-actions/provision-cluster@v0.3.0
- uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: GKE
version: ${{ matrix.clusters.version }}
Expand All @@ -44,7 +44,7 @@ jobs:
steps:
# The provision-cluster action will automatically register a cleanup hook to remove the
# cluster it provisions when the job is done.
- uses: datawire/infra-actions/provision-cluster@v0.3.0
- uses: datawire/infra-actions/provision-cluster@v0.3.1
with:
distribution: Kubeception
version: ${{ matrix.clusters.version }}
Expand Down

0 comments on commit 9742dcd

Please sign in to comment.