Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions .github/workflows/packer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Packer Build
on:
push:
branches: [main, dev]
paths-ignore: ['**/README.md','**/CHANGELOG.md', 'terraform/*', 'oracle-db/*', 'base-python3/*']
paths-ignore: ['**/README.md', '**/CHANGELOG.md', '**/.gitignore', 'terraform/*', 'oracle-db/*', 'base-python3/*']

env:
PRODUCT_VERSION: "1.11.2" # or: "latest"
PRODUCT_VERSION: "1.14.3" # or: "latest"
#HCP_ORGANIZATION_ID: '${{ secrets.HCP_ORGANIZATION_ID }}'
#HCP_PROJECT_ID: '${{ secrets.HCP_PROJECT_ID }}'
#HCP_CLIENT_ID: '${{ secrets.HCP_CLIENT_ID }}'
Expand All @@ -29,23 +29,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down Expand Up @@ -73,23 +73,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down Expand Up @@ -117,23 +117,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down Expand Up @@ -162,23 +162,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down Expand Up @@ -207,23 +207,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down Expand Up @@ -252,23 +252,23 @@ jobs:

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

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
- name: 'Set up Google Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v2'
uses: 'google-github-actions/setup-gcloud@v3'
with:
version: 'latest'
project_id: '${{ vars.GCP_PROJECT_ID }}'
#install_components: 'beta' # optional: install additional components

- name: Setup `packer`
uses: hashicorp/setup-packer@main
uses: hashicorp/setup-packer@v3.3.0
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}
Expand Down
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,26 @@ gha-creds-*.json

# vim .swp files
*.swp

# Security / Secrets
*credential*.json
*credentials*.json
*secret*.json
*token*.json
service-account*.json
application_default_credentials.json
*.pem
*.key
*.p12
*.pfx
*.cer
*.crt
*.csr
id_rsa
id_dsa
id_ecdsa
id_ed25519
*_rsa
*_dsa
*_ecdsa
*_ed25519
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## [1.5.0] - 2026-06-03
### Changed
- Updated Packer version from `1.11.2` to `1.14.3`
- Updated `hashicorp/setup-packer` from `main` to `v3.3.0` (Node.js 20 actions are deprecated)
- Updated `actions/checkout` from `v4` to `v5` (Node.js 20 actions are deprecated)
- Updated `google-github-actions/auth` from `v2` to `v3` (Node.js 20 actions are deprecated)
- Updated `google-github-actions/setup-gcloud` from `v2` to `v3` (Node.js 20 actions are deprecated)

## [1.4.3] - 2026-04-25
### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: 'Authenticate to Google Cloud'
id: 'auth'
uses: 'google-github-actions/auth@v2'
uses: 'google-github-actions/auth@v3'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS_JSON }}'

Expand Down
Loading