Skip to content

Commit

Permalink
v0.9.0, updated GHA action versions, updated tooling versions
Browse files Browse the repository at this point in the history
Signed-off-by: Glen Yu <[email protected]>
  • Loading branch information
Neutrollized committed Mar 31, 2024
1 parent 388bda2 commit 24f37a5
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/packer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -63,11 +63,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -101,11 +101,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -140,11 +140,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -179,11 +179,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down Expand Up @@ -218,11 +218,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v1'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.9.0] - 2024-03-31
### Changed
- Updated `actions/checkout` from `v3` to `v4` (Node.js 16 actions are deprecated)
- Updated `google-github-actions/auth` from `v1` to `v2` (Node.js 16 actions are deprecated)
- Updated Consul version from `1.17.2` to `1.18.1`
- Updated Nomad version from `1.7.3` to `1.7.6`
- Updated Vault version from `1.15.5` to `1.16.0`

## [0.8.1] - 2024-02-08
### Changed
- Updated Vault version from `1.15.4` to `1.15.5`
Expand Down
6 changes: 3 additions & 3 deletions hashistack/variables.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
zone = "northamerica-northeast2-c"
arch = "amd64"

consul_version = "1.17.2"
nomad_version = "1.7.3"
vault_version = "1.15.5"
consul_version = "1.18.1"
nomad_version = "1.7.6"
vault_version = "1.16.0"

0 comments on commit 24f37a5

Please sign in to comment.