This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch ozone-2.0
in repository https://gitbox.apache.org/repos/asf/ozone.git
from 21eb1cf4618 HDDS-13124. Respect config
hdds.datanode.use.datanode.hostname when reading from datanode (#8518)
new aba52dd1923 HDDS-13529. Upgrade commons-lang3 to 3.18.0 (#8886)
new 715aa199e54 HDDS-13287. Upgrade commons-beanutils to 1.11.0 due to
CVE-2025-48734 (#8646)
new cd74067d5d2 HDDS-12775. flaky-test-check builds the workflow branch
(#8237)
new eb68596c523 HDDS-14833. Bump GitHub action versions (#9916)
new cceae05e130 HDDS-11370. Use GitHub's stale action to auto-close
inactive pull requests (#9259)
new 73b8069c986 HDDS-13923. Remove leftover references to custom pending
label (#9290)
new 5f3ced27da1 HDDS-14785. Remove PR comment commands (#9885)
new e73baa1d315 HDDS-13732. Move off of macos-13 runner (#9163)
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ci.md | 14 +---
.github/close-pending.sh | 41 ------------
.github/closing-message.txt | 7 --
.github/comment-commands/close.sh | 35 ----------
.github/comment-commands/debug.sh | 21 ------
.github/comment-commands/help.sh | 27 --------
.github/comment-commands/label.sh | 25 --------
.github/comment-commands/pending.sh | 39 -----------
.github/comment-commands/ready.sh | 35 ----------
.github/comment-commands/retest.sh | 75 ----------------------
.github/process-comment.sh | 56 ----------------
.github/workflows/build-ratis.yml | 10 +--
.github/workflows/check.yml | 24 +++----
.github/workflows/ci.yml | 18 +++---
.../{close-pending.yaml => close-stale-prs.yaml} | 30 +++++----
.github/workflows/comments.yaml | 33 ----------
.github/workflows/intermittent-test-check.yml | 28 ++++----
.github/workflows/label-pr.yml | 2 +-
.github/workflows/populate-cache.yml | 10 +--
.github/workflows/pull-request.yml | 2 +-
.github/workflows/repeat-acceptance.yml | 18 +++---
pom.xml | 4 +-
22 files changed, 79 insertions(+), 475 deletions(-)
delete mode 100755 .github/close-pending.sh
delete mode 100644 .github/closing-message.txt
delete mode 100755 .github/comment-commands/close.sh
delete mode 100755 .github/comment-commands/debug.sh
delete mode 100755 .github/comment-commands/help.sh
delete mode 100755 .github/comment-commands/label.sh
delete mode 100755 .github/comment-commands/pending.sh
delete mode 100755 .github/comment-commands/ready.sh
delete mode 100755 .github/comment-commands/retest.sh
delete mode 100755 .github/process-comment.sh
rename .github/workflows/{close-pending.yaml => close-stale-prs.yaml} (50%)
delete mode 100644 .github/workflows/comments.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]