From b24d75fd794333c89137e032c9d838e73cffaaeb Mon Sep 17 00:00:00 2001 From: dervoeti Date: Thu, 21 May 2026 12:28:59 +0000 Subject: [PATCH 1/2] chore: Bump docker/login-action off Node.js 20 --- .github/workflows/ubi-rust-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubi-rust-builder.yml b/.github/workflows/ubi-rust-builder.yml index f7fe235c4..4b0bd929e 100644 --- a/.github/workflows/ubi-rust-builder.yml +++ b/.github/workflows/ubi-rust-builder.yml @@ -40,7 +40,7 @@ jobs: persist-credentials: false - name: Login to Stackable Harbor - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: oci.stackable.tech username: robot$sdp+github-action-build @@ -92,7 +92,7 @@ jobs: persist-credentials: false - name: Login to Stackable Harbor - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: oci.stackable.tech username: robot$sdp+github-action-build From 52e4f804a9add6b008f8c037794b9c08a0d980cf Mon Sep 17 00:00:00 2001 From: dervoeti Date: Thu, 21 May 2026 17:04:27 +0200 Subject: [PATCH 2/2] chore: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f391a122..9152b0b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. ### Changed - hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]). +- ci: Bump `docker/login-action` from `v3.6.0` to `v4.1.0` to escape Node.js 20 deprecation ([#1507]). ### Fixed @@ -32,6 +33,7 @@ All notable changes to this project will be documented in this file. [#1474]: https://github.com/stackabletech/docker-images/pull/1474 [#1476]: https://github.com/stackabletech/docker-images/pull/1476 [#1481]: https://github.com/stackabletech/docker-images/pull/1481 +[#1507]: https://github.com/stackabletech/docker-images/pull/1507 ## [26.3.0] - 2026-03-16