Skip to content

Commit dff5f9c

Browse files
committed
Merge branch 'main' into llvm/llvm-20
2 parents 1389a0b + b1a13b2 commit dff5f9c

File tree

257 files changed

+3491
-483
lines changed

Some content is hidden

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

257 files changed

+3491
-483
lines changed

apache-activemq-artemis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-activemq-artemis
33
version: "2.41.0"
4-
epoch: 1
4+
epoch: 3
55
description: ActiveMQ Artemis is the next generation message broker from Apache ActiveMQ.
66
copyright:
77
- license: Apache-2.0
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
patches:
2-
- groupId: io.netty
3-
artifactId: netty-handler
4-
version: 4.1.118.Final
2+
- groupId: io.netty
3+
artifactId: netty-handler
4+
version: 4.1.118.Final
5+
- groupId: commons-beanutils
6+
artifactId: commons-beanutils
7+
version: 1.11.0

apache-kvrocks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-kvrocks
33
version: "2.12.1"
4-
epoch: 0
4+
epoch: 1
55
description: Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
66
copyright:
77
- license: Apache-2.0
@@ -16,6 +16,7 @@ environment:
1616
- busybox
1717
- cmake
1818
- coreutils
19+
- gcc-14-default
1920
- libtool
2021
- lld
2122
- openssl-dev

apache-nifi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-nifi
33
version: "2.4.0"
4-
epoch: 0
4+
epoch: 1
55
description: Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.
66
copyright:
77
- license: Apache-2.0

apache-nifi/pombump-deps.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ patches:
1111
- groupId: wire-runtime
1212
artifactId: wire-runtime
1313
version: 5.2.0
14+
- groupId: commons-beanutils
15+
artifactId: commons-beanutils
16+
version: 1.11.0

apicurio-registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apicurio-registry
33
version: "3.0.7"
4-
epoch: 1
4+
epoch: 3
55
description: An API/Schema registry - stores APIs and Schemas
66
copyright:
77
- license: Apache-2.0

apicurio-registry/pombump-deps.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ patches:
1717
- groupId: org.eclipse.jgit
1818
artifactId: org.eclipse.jgit
1919
version: 7.2.1.202505142326-r
20+
- groupId: commons-beanutils
21+
artifactId: commons-beanutils
22+
version: 1.11.0

argo-cd-3.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: argo-cd-3.0
3-
version: "3.0.4"
3+
version: "3.0.5"
44
epoch: 0
55
description: Declarative continuous deployment for Kubernetes.
66
copyright:
@@ -23,7 +23,7 @@ pipeline:
2323
with:
2424
repository: https://github.com/argoproj/argo-cd
2525
tag: v${{package.version}}
26-
expected-commit: 5328bd58e6255e31c858cc1b628552d32bd105e0
26+
expected-commit: af9ebac0bb35dc16eb034c1cefaf7c92d1029927
2727

2828
- uses: go/bump
2929
with:

argocd-image-updater.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: argocd-image-updater
33
version: "0.16.0"
4-
epoch: 2
4+
epoch: 3
55
description: Automatic container image update for Argo CD
66
copyright:
77
- license: Apache-2.0
@@ -31,6 +31,8 @@ pipeline:
3131
with:
3232
deps: |-
3333
golang.org/x/[email protected]
34+
github.com/argoproj/argo-cd/[email protected]
35+
github.com/redis/go-redis/[email protected]
3436
3537
- uses: go/build
3638
with:

aws-cli-2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#nolint:documentation
33
package:
44
name: aws-cli-2
5-
version: "2.27.23"
5+
version: "2.27.25"
66
epoch: 0
77
description: "Universal Command Line Interface for Amazon Web Services (v2)"
88
copyright:
@@ -39,7 +39,7 @@ pipeline:
3939
- uses: git-checkout
4040
with:
4141
repository: https://github.com/aws/aws-cli
42-
expected-commit: 09a4c942652ed554c7f5fb71a1509af8ea5244bb
42+
expected-commit: 7dbd583b09b7903b1b65972def555407deb1fce6
4343
tag: ${{package.version}}
4444

4545
- runs: |

0 commit comments

Comments
 (0)