Skip to content

Commit 0a09f42

Browse files
chore: bump version to 6.1.0
[skip ci]
1 parent 2c13dce commit 0a09f42

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,14 +778,14 @@ jobs:
778778
779779
- name: Next release version
780780
id: release_version
781-
uses: getdevopspro/github-actions/release-version@v6.0.4
781+
uses: getdevopspro/github-actions/release-version@v6.1.0
782782
with:
783783
version-previous: ${{ inputs.version-previous }}
784784
version-next: ${{ inputs.version-next }}
785785
version-output-format: ${{ inputs.version-output-format }}
786786

787787
- name: Set version in file
788-
uses: getdevopspro/github-actions/version-file@v6.0.4
788+
uses: getdevopspro/github-actions/version-file@v6.1.0
789789
with:
790790
version: ${{ steps.release_version.outputs.version }}
791791
version-makefile: ${{ inputs.version-makefile }}
@@ -1035,7 +1035,7 @@ jobs:
10351035
10361036
- name: Set image metadata and platform matrix
10371037
id: prepare_image
1038-
uses: getdevopspro/github-actions/buildx-bake/prepare@v6.0.4
1038+
uses: getdevopspro/github-actions/buildx-bake/prepare@v6.1.0
10391039
with:
10401040
bake-target: ${{ inputs.bake-target }}
10411041
registry-image: ${{ inputs.registry-image }}
@@ -1105,7 +1105,7 @@ jobs:
11051105

11061106
- name: ${{ matrix.pre-steps.name }}
11071107
id: command
1108-
uses: getdevopspro/github-actions/command@v6.0.4
1108+
uses: getdevopspro/github-actions/command@v6.1.0
11091109
with:
11101110
command: ${{ matrix.pre-steps.command }}
11111111

@@ -1125,7 +1125,7 @@ jobs:
11251125
with:
11261126
name: ${{ inputs.source-artifact-name }}
11271127

1128-
- uses: getdevopspro/github-actions/buildx-bake/build@v6.0.4
1128+
- uses: getdevopspro/github-actions/buildx-bake/build@v6.1.0
11291129
with:
11301130
bake-file: ${{ inputs.bake-file }}
11311131
bake-target: ${{ inputs.bake-target }}
@@ -1150,7 +1150,7 @@ jobs:
11501150
with:
11511151
name: ${{ inputs.source-artifact-name }}
11521152

1153-
- uses: getdevopspro/github-actions/buildx-bake/merge@v6.0.4
1153+
- uses: getdevopspro/github-actions/buildx-bake/merge@v6.1.0
11541154
id: merge
11551155
with:
11561156
registry-username: ${{ inputs.registry-username }}
@@ -1192,7 +1192,7 @@ jobs:
11921192

11931193
- name: ${{ matrix.post-steps.name }}
11941194
id: command
1195-
uses: getdevopspro/github-actions/command@v6.0.4
1195+
uses: getdevopspro/github-actions/command@v6.1.0
11961196
with:
11971197
command: ${{ matrix.post-steps.command }}
11981198
artifact-name: ${{ matrix.post-steps.artifact-name }}

.github/workflows/promote.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ jobs:
131131

132132
- id: release_version
133133
name: next release version
134-
uses: getdevopspro/github-actions/release-version@v6.0.4
134+
uses: getdevopspro/github-actions/release-version@v6.1.0
135135
with:
136136
version-previous: ${{ inputs.version-previous }}
137137
version-next: ${{ inputs.version-next }}
138138
version-output-format: ${{ inputs.version-output-format }}
139139

140140
- name: set version in file
141-
uses: getdevopspro/github-actions/version-file@v6.0.4
141+
uses: getdevopspro/github-actions/version-file@v6.1.0
142142
with:
143143
version: ${{ steps.release_version.outputs.version }}
144144
version-makefile: ${{ inputs.version-makefile }}
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: promote container images
152152
if: inputs.image-digests != ''
153-
uses: getdevopspro/github-actions/buildx-bake/promote@v6.0.4
153+
uses: getdevopspro/github-actions/buildx-bake/promote@v6.1.0
154154
with:
155155
version: ${{ steps.release_version.outputs.version }}
156156
image-digests: ${{ inputs.image-digests }}
@@ -167,7 +167,7 @@ jobs:
167167
make ${{ inputs.make-target-pre-push }}
168168
169169
- name: push git version
170-
uses: getdevopspro/github-actions/release-git-push@v6.0.4
170+
uses: getdevopspro/github-actions/release-git-push@v6.1.0
171171
if: inputs.push-git
172172
id: git_push
173173
with:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 6.0.4
1+
VERSION ?= 6.1.0
22
WORKFLOW_FILES := .github/workflows/build.yml .github/workflows/promote.yml .github/workflows/release.yml
33
ifneq (,$(findstring xterm,${TERM}))
44
RED := $(shell tput -Txterm setaf 1)

0 commit comments

Comments
 (0)