-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add terraform bare and sops multi arch variants
For alpine >= 3.14: `linux/386,linux/amd64,linux/arm,linux/arm/v7,linux/arm64,linux/s390x` For alpine <= 3.5: `linux/amd64` Rest: `linux/386,linux/amd64,linux/arm64,linux/s390x`
- Loading branch information
1 parent
1464781
commit 0f9f583
Showing
27 changed files
with
3,082 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# For Generate-DockerImageVariants: For CalVer releases. Each push to 'release' branch is a time-based release. | ||
name-template: '$RESOLVED_VERSION π' | ||
tag-template: '$RESOLVED_VERSION' | ||
categories: | ||
- title: 'π Features' | ||
labels: | ||
- 'feature' | ||
- 'enhancement' | ||
- title: 'π Bug Fixes' | ||
labels: | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- title: 'ποΈ Refactors' | ||
labels: | ||
- 'refactor' | ||
- title: 'π Style' | ||
labels: | ||
- 'style' | ||
- title: 'π Documentation' | ||
labels: | ||
- 'docs' | ||
- 'documentation' | ||
- title: 'π§° Maintenance' | ||
label: 'chore' | ||
change-template: '- $TITLE @$AUTHOR (#$NUMBER)' | ||
version-resolver: | ||
major: | ||
labels: | ||
# - 'major' | ||
- 'breaking' | ||
minor: | ||
labels: | ||
# - 'minor' | ||
- 'feature' | ||
- 'enhancement' | ||
- 'refactor' | ||
patch: | ||
labels: | ||
# - 'patch' | ||
- 'fix' | ||
- 'bugfix' | ||
- 'bug' | ||
- 'style' | ||
- 'docs' | ||
- 'documentation' | ||
default: patch | ||
sort-by: title | ||
template: | | ||
## Changes | ||
$CHANGES |
Oops, something went wrong.