Skip to content

Commit b3f4bcf

Browse files
authored
cut release 0.3.0 (#68)
1 parent 4d3e199 commit b3f4bcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ drop-branch:
167167

168168
.PHONY: bootstrap
169169
bootstrap:
170-
cd .github/workflows/ && terraform init && terraform apply
170+
cd .github/workflows/ && terraform init && terraform apply && terraform plan -detailed-exitcode
171171

172172
.PHONY: plan
173173
plan:

helm/gke-metadata-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: 0.2.1
33+
version: 0.3.0
3434

3535
# This is the version number of the application being deployed. This version number should be
3636
# incremented each time you make changes to the application. Versions are not expected to
3737
# follow Semantic Versioning. They should reflect the version the application is using.
3838
# It is recommended to use it with quotes.
39-
appVersion: "0.2.0"
39+
appVersion: "0.3.0"

0 commit comments

Comments
 (0)