Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
eedd9c3
HDDS-14366. Bump log4j2 to 2.25.3 (#9597)
rohit-kb Jan 7, 2026
5e186e1
HDDS-14633. ozonescripts/test.sh fails with image already exists (#9762)
adoroszlai Feb 16, 2026
ca390c6
HDDS-14635. kubernetes check fails after restarting datanodes (#9772)
adoroszlai Feb 17, 2026
69fc278
HDDS-13069. Error stopping S3 Gateway admin webserver (#9776)
adoroszlai Feb 18, 2026
3c03e0f
HDDS-13977. Bump Netty to 4.1.128, gRPC to 1.77.0 (#9349)
adoroszlai Nov 24, 2025
38cb06e
HDDS-14522. Bump Netty to 4.1.130, gRPC to 1.77.1 (#9691)
adoroszlai Jan 29, 2026
b7995a2
HDDS-14171. Use workflow inputs in run command via environment variab…
adoroszlai Dec 16, 2025
66253fa
HDDS-14833. Bump GitHub action versions (#9916)
adoroszlai Mar 14, 2026
0d690b7
HDDS-11370. Use GitHub's stale action to auto-close inactive pull req…
sarvekshayr Nov 10, 2025
90583bc
HDDS-13923. Remove leftover references to custom pending label (#9290)
adoroszlai Nov 13, 2025
7644079
HDDS-14785. Remove PR comment commands (#9885)
adoroszlai Mar 11, 2026
a67022c
HDDS-14575. Bump ozone-runner to 20260206-2-jdk21 (#9722)
adoroszlai Feb 9, 2026
0e289f0
HDDS-14080. Intermittent disk out of space in EC acceptance tests (#9…
adoroszlai Dec 5, 2025
7b57201
HDDS-14093. Timeout in xcompat-cluster-2.0.0-client-2.0.0-write (#9444)
adoroszlai Dec 6, 2025
b0fc449
HDDS-14858. OM request fails with ClassNotFoundException: java.lang.c…
adoroszlai Mar 24, 2026
a0db1a1
HDDS-14778. Append dot to relocation patterns in ozone-filesystem-sha…
jasonosullivan34 Mar 20, 2026
4694d99
HDDS-14085. Bump Hugo to 0.152.2 (#9441)
adoroszlai Dec 6, 2025
199b86c
HDDS-10178. Shaded Jar build fails on case-insensitive filesystem (#6…
swamirishi Nov 17, 2025
7da3351
HDDS-13947. Stop managing plexus-archiver version (#9311)
adoroszlai Nov 18, 2025
a589d73
HDDS-14104. Refactor RequestContext creation (#9493) (#10319)
fmorg-git May 21, 2026
ab2adac
HDDS-15064. [STS] Artifacts for Ranger to Consider S3 Action when Aut…
fmorg-git May 21, 2026
4eeb40d
HDDS-15224. Bump Netty to 4.1.133 (#10232)
adoroszlai May 12, 2026
81c89ce
HDDS-13717. Bump Bouncy Castle to 1.82 (#9054)
dependabot[bot] Oct 25, 2025
e45fa78
HDDS-14029. Bump Bouncy Castle to 1.83, maven-shade-plugin to 3.6.1 (…
0lai0 Dec 5, 2025
8f1080a
HDDS-15050. Bump Bouncy Castle to 1.84 (#10083)
dependabot[bot] Apr 17, 2026
71b788d
HDDS-13815. Test for repairing ratis transaction is flaky (#9178)
adoroszlai Oct 20, 2025
d5eacad
HDDS-14894. Fix Latent S3 API Issue having No Acl Check for ListMulti…
fmorg-git May 6, 2026
9e02b73
HDDS-14898. Fix Latent S3 API Issue having No Acl Check for ListParts…
fmorg-git May 7, 2026
612e2e1
Update Ozone version to 2.1.1
jojochuang May 28, 2026
d631cb9
Merge tag 'ozone-2.1.1' into feature/2.1.1-upstream-sync
Asmoday Jun 24, 2026
ade7fbc
chore: bump versions
Asmoday Jun 24, 2026
3ee363c
HDDS-14368. Recon showing wrong pipelines for containers. (#9707)
devmadhuu Feb 5, 2026
03e9b8d
fix(s3gateway): exclude transitive javax.xml.bind:jaxb-api from jacks…
Asmoday Jun 24, 2026
34c2dfa
restored ci checks
iamlapa Jun 24, 2026
d3abd0c
Stabilize OM HA metrics getters and tests
iamlapa Jun 25, 2026
3cf4209
bump version to 2.1.0.1-4.3.0-4
iamlapa Jun 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 137 additions & 0 deletions .github/workflows/build-ratis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# This workflow can be called by other workflows to build Ratis.
#
# Inputs:
# - Ratis repo
# - the commit to build
# Outputs:
# - various version numbers that need to be provided to the Ozone build process.
# - Ratis repository is uploaded as an artifact named `ratis-jars`
#
# See `intermittent-test-check.yml` as an example use of this workflow.

name: build-ratis
on:
workflow_call:
inputs:
repo:
description: Ratis repository
default: apache/ratis
required: false
type: string
ref:
description: Ratis ref (branch, tag or commit SHA)
default: master
required: false
type: string
outputs:
ratis-version:
description: "Ratis Version"
value: ${{ jobs.ratis.outputs.ratis-version }}
thirdparty-version:
description: "Ratis Third-Party Version"
value: ${{ jobs.ratis.outputs.thirdparty-version }}
grpc-version:
description: "gRPC Version"
value: ${{ jobs.ratis-thirdparty.outputs.grpc-version }}
netty-version:
description: "Netty Version"
value: ${{ jobs.ratis-thirdparty.outputs.netty-version }}
protobuf-version:
description: "Protobuf Version"
value: ${{ jobs.ratis-thirdparty.outputs.protobuf-version }}
env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
jobs:
ratis:
runs-on: ubuntu-24.04
timeout-minutes: 60
outputs:
ratis-version: ${{ steps.versions.outputs.ratis }}
thirdparty-version: ${{ steps.versions.outputs.thirdparty }}
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
repository: ${{ inputs.repo }}
ref: ${{ inputs.ref }}
- name: Cache for maven dependencies
uses: actions/cache@v4
with:
path: |
~/.m2/repository
!~/.m2/repository/org/apache/ratis
key: ratis-dependencies-${{ hashFiles('**/pom.xml') }}
- name: Setup java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 8
- name: Get component versions
id: versions
run: |
thirdparty_version="$(mvn help:evaluate -N -q -DforceStdout -Dscan=false -Dexpression=ratis.thirdparty.version)"
echo "thirdparty=${thirdparty_version}" >> $GITHUB_OUTPUT

ratis_sha=$(git rev-parse --short HEAD)
ratis_version="$(mvn help:evaluate -N -q -DforceStdout -Dscan=false -Dexpression=project.version | sed -e "s/-SNAPSHOT/-${ratis_sha}-SNAPSHOT/")"
echo "ratis=${ratis_version}" >> $GITHUB_OUTPUT
- name: Run a full build
run: |
mvn -B --no-transfer-progress -Dscan=false versions:set -DnewVersion=${{ steps.versions.outputs.ratis }}
dev-support/checks/build.sh
- name: Store Maven repo for tests
uses: actions/upload-artifact@v4
with:
name: ratis-jars
path: |
~/.m2/repository/org/apache/ratis
retention-days: 1
ratis-thirdparty:
runs-on: ubuntu-24.04
needs:
- ratis
timeout-minutes: 30
outputs:
grpc-version: ${{ steps.versions.outputs.grpc }}
netty-version: ${{ steps.versions.outputs.netty }}
protobuf-version: ${{ steps.versions.outputs.protobuf }}
steps:
- name: Checkout project
uses: actions/checkout@v4
with:
repository: apache/ratis-thirdparty
ref: ${{ needs.ratis.outputs.thirdparty-version }}
- name: Get component versions
id: versions
run: |
echo "grpc=$(mvn help:evaluate -N -q -DforceStdout -Dscan=false -Dexpression=shaded.grpc.version)" >> $GITHUB_OUTPUT
echo "netty=$(mvn help:evaluate -N -q -DforceStdout -Dscan=false -Dexpression=shaded.netty.version)" >> $GITHUB_OUTPUT
echo "protobuf=$(mvn help:evaluate -N -q -DforceStdout -Dscan=false -Dexpression=shaded.protobuf.version)" >> $GITHUB_OUTPUT
debug:
runs-on: ubuntu-24.04
needs:
- ratis
- ratis-thirdparty
steps:
- name: Print versions
run: |
echo ${{ needs.ratis.outputs.ratis-version }}
echo ${{ needs.ratis.outputs.thirdparty-version }}
echo ${{ needs.ratis-thirdparty.outputs.grpc-version }}
echo ${{ needs.ratis-thirdparty.outputs.netty-version }}
echo ${{ needs.ratis-thirdparty.outputs.protobuf-version }}
Loading
Loading