Skip to content

Commit 48d5561

Browse files
author
Sean Sundberg
committed
Updates terraform cli to v0.15.5
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 74183e9 commit 48d5561

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

.github/release-drafter-v0.15.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name-template: 'v$RESOLVED_VERSION-v0.15'
2+
tag-template: 'v$RESOLVED_VERSION-v0.15'
3+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
4+
categories:
5+
- title: 'Features'
6+
labels:
7+
- 'feature'
8+
- 'enhancement'
9+
- title: 'Bug Fixes'
10+
labels:
11+
- 'fix'
12+
- 'bugfix'
13+
- 'bug'
14+
- title: 'Maintenance'
15+
label: 'chore'
16+
version-resolver:
17+
major:
18+
labels:
19+
- 'major'
20+
minor:
21+
labels:
22+
- 'minor'
23+
patch:
24+
labels:
25+
- 'patch'
26+
default: patch
27+
template: |
28+
$CHANGES

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- v13
1212
- v14
1313
- v0.14
14+
- v0.15
1415

1516
jobs:
1617
docker:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Verify and release module
44
# events but only for the master branch
55
on:
66
push:
7-
branches: [ v0.14 ]
7+
branches: [ v0.15 ]
88

99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM docker.io/hashicorp/terraform:0.14.11
1+
FROM docker.io/hashicorp/terraform:0.15.5
22

33
ENV TERRAFORM_IBMCLOUD_VERSION 1.21.2
4-
ENV KUBECTL_VERSION 1.20.5
4+
ENV KUBECTL_VERSION 1.27.2
55
ENV OPENSHIFT_CLI_VERSION 4.7.2
66

77
RUN apk add --update-cache \

0 commit comments

Comments
 (0)