Skip to content

Commit 6eb68ab

Browse files
getdevopspro-cibotjobcespedes
authored andcommitted
chore: bump version to v6.6.1
[skip ci]
1 parent 91c013f commit 6eb68ab

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/all-green.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: All Green
14-
uses: getdevopspro/github-actions/all-green@v6.6.0
14+
uses: getdevopspro/github-actions/all-green@v6.6.1

.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.6.0
781+
uses: getdevopspro/github-actions/release-version@v6.6.1
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.6.0
788+
uses: getdevopspro/github-actions/version-file@v6.6.1
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.6.0
1038+
uses: getdevopspro/github-actions/buildx-bake/prepare@v6.6.1
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.6.0
1108+
uses: getdevopspro/github-actions/command@v6.6.1
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.6.0
1128+
- uses: getdevopspro/github-actions/buildx-bake/build@v6.6.1
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.6.0
1153+
- uses: getdevopspro/github-actions/buildx-bake/merge@v6.6.1
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.6.0
1195+
uses: getdevopspro/github-actions/command@v6.6.1
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
@@ -154,14 +154,14 @@ jobs:
154154
155155
- id: release_version
156156
name: next release version
157-
uses: getdevopspro/github-actions/release-version@v6.6.0
157+
uses: getdevopspro/github-actions/release-version@v6.6.1
158158
with:
159159
version-previous: ${{ inputs.version-previous }}
160160
version-next: ${{ inputs.version-next }}
161161
version-output-format: ${{ inputs.version-output-format }}
162162

163163
- name: set version in file
164-
uses: getdevopspro/github-actions/version-file@v6.6.0
164+
uses: getdevopspro/github-actions/version-file@v6.6.1
165165
with:
166166
version: ${{ steps.release_version.outputs.version }}
167167
version-makefile: ${{ inputs.version-makefile }}
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: promote container images
175175
if: inputs.image-digests != ''
176-
uses: getdevopspro/github-actions/buildx-bake/promote@v6.6.0
176+
uses: getdevopspro/github-actions/buildx-bake/promote@v6.6.1
177177
with:
178178
version: ${{ steps.release_version.outputs.version }}
179179
image-digests: ${{ inputs.image-digests }}
@@ -190,7 +190,7 @@ jobs:
190190
make ${{ inputs.make-target-pre-push }}
191191
192192
- name: push git version
193-
uses: getdevopspro/github-actions/release-git-push@v6.6.0
193+
uses: getdevopspro/github-actions/release-git-push@v6.6.1
194194
if: inputs.push-git
195195
id: git_push
196196
with:

Makefile

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

0 commit comments

Comments
 (0)