Skip to content

Commit a2021b8

Browse files
authored
Merge branch 'main' into apicurio-registry-ui
2 parents 10a6d1c + b48692b commit a2021b8

File tree

538 files changed

+253637
-265311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

538 files changed

+253637
-265311
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ repos:
4343
- id: check-merge-conflict
4444
- id: check-symlinks
4545
- id: detect-private-key
46-
exclude: ^ruby-3\.0/0001-ruby-3\.0\.6-openssl-patch\.patch$
46+
exclude: ^(ruby-3\.0/0001-ruby-3\.0\.6-openssl-patch\.patch|gitleaks\.yaml)$

actions-runner-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: actions-runner-controller
3-
version: "0.12.0"
3+
version: "0.12.1"
44
epoch: 0
55
description: Kubernetes controller for GitHub Actions self-hosted runners
66
copyright:
@@ -18,7 +18,7 @@ pipeline:
1818
with:
1919
repository: https://github.com/actions/actions-runner-controller
2020
tag: gha-runner-scale-set-${{package.version}}
21-
expected-commit: d9826e5244867626c7247ceb63e1a3a87e1a0331
21+
expected-commit: ded39bede6da17f807d0b3430e9970d00216f156
2222

2323
- uses: go/build
2424
with:

airflow-3.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: airflow-3
33
version: "3.0.2"
4-
epoch: 1
4+
epoch: 2
55
description: Platform to programmatically author, schedule, and monitor workflows
66
options:
77
# There is a dependency on libarrow.so although it
@@ -109,6 +109,9 @@ pipeline:
109109
# We need to add this additionally because graphviz is an optional dependency https://github.com/apache/airflow/blob/d2c9563605ca6d3dc40ec0fc2fe6853c86641441/airflow-core/pyproject.toml#L157
110110
uv pip install --verbose --upgrade --prefix=${{targets.contextdir}}/opt/airflow graphviz
111111
112+
# CVE-2025-50181 CVE-2025-50182
113+
uv pip install --verbose --upgrade --prefix=${{targets.contextdir}}/opt/airflow urllib3==2.5.0
114+
112115
- name: "Build and install the additional provider packages"
113116
runs: |
114117
# By default, the airflow celery provider is not built, but running the upstream helm chart requires it

amazon-cloudwatch-agent-operator.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: amazon-cloudwatch-agent-operator
3-
version: "3.0.1"
3+
version: "3.1.0"
44
epoch: 1
55
description: Software developed to manage the CloudWatch Agent on kubernetes.
66
copyright:
@@ -9,10 +9,15 @@ package:
99
pipeline:
1010
- uses: git-checkout
1111
with:
12-
expected-commit: 7e1557aa893413e8655dd9d383982eae94c815bf
12+
expected-commit: 59b74c8cebf0166aa3db92bbc85ca5d2467f130d
1313
repository: https://github.com/aws/amazon-cloudwatch-agent-operator
1414
tag: v${{package.version}}
1515

16+
- uses: go/bump
17+
with:
18+
deps: |-
19+
github.com/go-viper/mapstructure/v2@v2.3.0
20+
1621
- uses: go/build
1722
with:
1823
output: manager

amazon-cloudwatch-agent.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: amazon-cloudwatch-agent
33
version: "1.300057.0"
4-
epoch: 2
4+
epoch: 3
55
description: CloudWatch Agent enables you to collect and export host-level metrics and logs on instances running Linux or Windows server.
66
copyright:
77
- license: Apache-2.0
@@ -21,6 +21,11 @@ pipeline:
2121
tag: v${{package.version}}
2222
expected-commit: de987cd83f7aa68932cf7f1870b8342a94a6cb4d
2323

24+
- uses: go/bump
25+
with:
26+
deps: |-
27+
github.com/go-viper/mapstructure/v2@v2.3.0
28+
2429
- uses: go/build
2530
with:
2631
packages: ./cmd/amazon-cloudwatch-agent

apache-arrow.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-arrow
33
version: "20.0.0"
4-
epoch: 2
4+
epoch: 3
55
description: "multi-language toolbox for accelerated data interchange and in-memory processing"
66
copyright:
77
- license: Apache-2.0
@@ -41,6 +41,7 @@ environment:
4141
- libprotoc
4242
- libzstd1
4343
- lz4-dev
44+
- lz4-static
4445
- openssl-dev
4546
- protobuf
4647
- protobuf-dev

apache-orc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-orc
33
version: "2.1.2"
4-
epoch: 0
4+
epoch: 1
55
description: "the smallest, fastest columnar storage for Hadoop workloads"
66
copyright:
77
- license: Apache-2.0
@@ -10,7 +10,7 @@ environment:
1010
contents:
1111
packages:
1212
- build-base
13-
- cmake
13+
- cmake-3
1414
- lz4-dev
1515
- protobuf-dev
1616
- samurai

apache-tika-3.1/pombump-deps.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

apache-tika-3.1/pombump-properties.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

apache-tika-3.1.yaml renamed to apache-tika-3.2.yaml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
package:
2-
name: apache-tika-3.1
3-
version: "3.1.0"
4-
epoch: 3
2+
name: apache-tika-3.2
3+
version: "3.2.0"
4+
epoch: 0
55
description: The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).
66
copyright:
77
- license: Apache-2.0
88
dependencies:
99
runtime:
1010
- dash-binsh
11-
- openjdk-17-default-jvm
11+
- openjdk-21-default-jvm
1212
provides:
1313
- apache-tika=${{package.full-version}}
1414

@@ -25,20 +25,22 @@ environment:
2525
- libfontconfig1
2626
- libjpeg-turbo
2727
- maven
28-
- openjdk-17-default-jdk
28+
- openjdk-21-default-jdk
2929

3030
pipeline:
31-
- uses: git-checkout
31+
- uses: fetch
3232
with:
33-
repository: https://github.com/apache/tika
34-
tag: ${{package.version}}
35-
expected-commit: 25619272d2f615df4ad87e27e7c8dec576f37627
33+
uri: https://downloads.apache.org/tika/${{package.version}}/tika-${{package.version}}-src.zip
34+
expected-sha512: 3882a1c1e4dc38de6491b1b9cf686ec703e958a38f4d09821c422ecacdbc0f5c8490c511c9d3875b8e8bfe79176a3febf37e62dcf3897ec3e1f413b99955f218
35+
extract: false
3636

37-
- uses: auth/maven
37+
- runs: |
38+
unzip tika-${{package.version}}-src.zip
39+
mv tika-${{package.version}}/* .
40+
rm tika-${{package.version}}-src.zip
41+
rmdir tika-${{package.version}}
3842
39-
- uses: maven/pombump
40-
with:
41-
properties-file: pombump-properties.yaml
43+
- uses: auth/maven
4244

4345
- runs: |
4446
mvn clean install -am -DskipTests -Dossindex.skip
@@ -55,18 +57,17 @@ subpackages:
5557
5658
update:
5759
enabled: true
58-
github:
59-
identifier: apache/tika
60-
use-tag: true
61-
tag-filter: 3.1.
60+
release-monitor:
61+
identifier: 15703
62+
version-filter-contains: 3.2.
6263

6364
test:
6465
environment:
6566
contents:
6667
packages:
6768
- curl
6869
- ${{package.name}}-compat
69-
- openjdk-17-default-jvm
70+
- openjdk-21-default-jvm
7071
pipeline:
7172
- uses: test/daemon-check-output
7273
with:

0 commit comments

Comments
 (0)