Skip to content

Commit 9619f7e

Browse files
authored
Merge branch 'main' into feat/hadoop-3.5.0
2 parents 4ada3c7 + 99ea108 commit 9619f7e

5 files changed

Lines changed: 16 additions & 14 deletions

File tree

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish Container Image on oci.stackable.tech/sdp
7474
if: inputs.destination-project == 'sdp'
75-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
75+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
7676
with:
7777
image-registry-uri: oci.stackable.tech
7878
image-registry-username: robot$sdp+github-action-build
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Publish and Sign Image Index Manifest to oci.stackable.tech/sdp
114114
if: inputs.destination-project == 'sdp'
115-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
115+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
116116
with:
117117
image-registry-uri: oci.stackable.tech
118118
image-registry-username: robot$sdp+github-action-build

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323
fetch-depth: 0
2424

25-
- uses: stackabletech/actions/run-pre-commit@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
25+
- uses: stackabletech/actions/run-pre-commit@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/reusable_build_image.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989

9090
- id: shard
91-
uses: stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
91+
uses: stackabletech/actions/shard@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
9292
with:
9393
product-name: ${{ inputs.product-name }}
9494
outputs:
@@ -115,11 +115,11 @@ jobs:
115115
persist-credentials: false
116116

117117
- name: Free Disk Space
118-
uses: stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
118+
uses: stackabletech/actions/free-disk-space@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
119119

120120
- name: Build Product Image
121121
id: build
122-
uses: stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
122+
uses: stackabletech/actions/build-product-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
123123
with:
124124
registry-namespace: ${{ inputs.registry-namespace }}
125125
product-name: ${{ inputs.product-name }}
@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Publish Container Image on oci.stackable.tech
130130
if: inputs.publish
131-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
131+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
132132
with:
133133
image-registry-uri: oci.stackable.tech
134134
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Publish Container Image on quay.io
146146
if: inputs.publish && inputs.publish-to-quay
147-
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
147+
uses: stackabletech/actions/publish-image@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
148148
with:
149149
image-registry-uri: quay.io
150150
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
179179
if: inputs.publish
180-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
180+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
181181
with:
182182
image-registry-uri: oci.stackable.tech
183183
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Publish and Sign Image Index Manifest to quay.io
194194
if: inputs.publish && inputs.publish-to-quay
195-
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
195+
uses: stackabletech/actions/publish-image-index-manifest@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
196196
with:
197197
image-registry-uri: quay.io
198198
image-registry-username: stackable+robot_${{ inputs.registry-namespace }}_github_action_build
@@ -214,7 +214,7 @@ jobs:
214214
if: failure() || (github.run_attempt > 1 && !cancelled())
215215
steps:
216216
- name: Send Notification
217-
uses: stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
217+
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
218218
with:
219219
publish-manifests-result: ${{ needs.publish_manifests.result }}
220220
build-result: ${{ needs.build.result }}

.github/workflows/ubi-rust-builder.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
persist-credentials: false
4141

4242
- name: Login to Stackable Harbor
43-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
43+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
4444
with:
4545
registry: oci.stackable.tech
4646
username: robot$sdp+github-action-build
@@ -92,7 +92,7 @@ jobs:
9292
persist-credentials: false
9393

9494
- name: Login to Stackable Harbor
95-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
95+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
9696
with:
9797
registry: oci.stackable.tech
9898
username: robot$sdp+github-action-build
@@ -123,7 +123,7 @@ jobs:
123123
if: failure() || (github.run_attempt > 1 && !cancelled())
124124
steps:
125125
- name: Send Notification
126-
uses: stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
126+
uses: stackabletech/actions/send-slack-notification@1b8db26b7406c66a7ab74e344a9e54edb2bc2690 # v0.14.3
127127
with:
128128
publish-manifests-result: ${{ needs.publish_manifests.result }}
129129
build-result: ${{ needs.build.result }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
1616
### Changed
1717

1818
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]).
19+
- ci: Bump `docker/login-action` from `v3.6.0` to `v4.1.0` and `stackabletech/actions` to `v0.14.3` to escape Node.js 20 deprecation ([#1507]).
1920

2021
### Fixed
2122

@@ -41,6 +42,7 @@ All notable changes to this project will be documented in this file.
4142
[#1476]: https://github.com/stackabletech/docker-images/pull/1476
4243
[#1481]: https://github.com/stackabletech/docker-images/pull/1481
4344
[#1493]: https://github.com/stackabletech/docker-images/pull/1493
45+
[#1507]: https://github.com/stackabletech/docker-images/pull/1507
4446
[#1509]: https://github.com/stackabletech/docker-images/pull/1509
4547
[#1510]: https://github.com/stackabletech/docker-images/pull/1510
4648
[#1512]: https://github.com/stackabletech/docker-images/pull/1512

0 commit comments

Comments
 (0)