Skip to content

Commit b57e736

Browse files
author
Sean Sundberg
committed
Updates terraform to v1.2.1
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent c79e56e commit b57e736

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

.github/release-drafter-v1.2.yaml

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.16.0
22

33
ARG TARGETPLATFORM
44
ENV OPENSHIFT_CLI_VERSION 4.10
5-
ENV TERRAFORM_VERSION 1.1.9
5+
ENV TERRAFORM_VERSION 1.2.1
66
ENV TERRAGRUNT_VERSION 0.36.10
77

88
RUN apk add --no-cache \

0 commit comments

Comments
 (0)