Skip to content

Commit a93cc64

Browse files
authored
Merge pull request #13494 from wolfi-dev/wolfictl-ff12cdfd-6026-49f4-bfaa-2c8c2563df09
opentofu/1.6.2 package update
2 parents 3fa904a + c487271 commit a93cc64

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

opentofu.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: opentofu
3-
version: 1.6.1
3+
version: 1.6.2
44
epoch: 0
55
copyright:
66
- license: MPL-2.0
@@ -9,18 +9,12 @@ environment:
99
environment:
1010
CGO_ENABLED: 0
1111

12-
var-transforms:
13-
- from: ${{package.version}}
14-
match: '_'
15-
replace: '-'
16-
to: mangled-package-version
17-
1812
pipeline:
1913
- uses: git-checkout
2014
with:
21-
expected-commit: 89ca50f3fe8c5327ec9943e9590bdb7b023fd4eb
15+
expected-commit: 5d05dba18b6e276a6262a4722fe90c13350c5428
2216
repository: https://github.com/opentofu/opentofu
23-
tag: v${{vars.mangled-package-version}}
17+
tag: v${{package.version}}
2418

2519
- uses: go/bump
2620
with:
@@ -62,6 +56,9 @@ subpackages:
6256
6357
update:
6458
enabled: true
59+
ignore-regex-patterns:
60+
- 'rc'
61+
- 'beta'
6562
github:
6663
identifier: opentofu/opentofu
6764
strip-prefix: v

0 commit comments

Comments
 (0)