Skip to content

Commit 4825f91

Browse files
authored
Merge branch 'main' into automated-moves-by-eol-mover-service
2 parents ca536de + f966a3f commit 4825f91

Some content is hidden

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

49 files changed

+702
-123
lines changed

authservice.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: authservice
3-
version: "1.1.0"
3+
version: "1.1.1"
44
epoch: 0 # CVE-2025-47907
55
description: Move OIDC token acquisition out of your app code and into the Istio mesh
66
copyright:
@@ -13,7 +13,7 @@ environment:
1313
pipeline:
1414
- uses: git-checkout
1515
with:
16-
expected-commit: fdc8e0f19829c6bda98e3c960ce0ad3b2a71846e
16+
expected-commit: d36104fe329f7e3c44b18536356c19b4d22d1b21
1717
repository: https://github.com/istio-ecosystem/authservice
1818
tag: v${{package.version}}
1919

bom.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: bom
3-
version: 0.6.0
4-
epoch: 25 # CVE-2025-47910
3+
version: "0.7.0"
4+
epoch: 0 # CVE-2025-47910
55
description: A utility to generate SPDX-compliant Bill of Materials manifests
66
copyright:
77
- license: Apache-2.0
@@ -18,15 +18,7 @@ pipeline:
1818
with:
1919
repository: https://github.com/kubernetes-sigs/bom
2020
tag: v${{package.version}}
21-
expected-commit: 9be3ab721e914ad41141f302d6b5d0124a12cd1e
22-
23-
- uses: go/bump
24-
with:
25-
deps: |-
26-
github.com/go-git/go-git/[email protected]
27-
golang.org/x/[email protected]
28-
golang.org/x/[email protected]
29-
github.com/docker/[email protected]
21+
expected-commit: f93d90e22cd5e76eb9407fc3eb038ede6149025e
3022

3123
- uses: go/build
3224
with:

cass-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: cass-operator
3-
version: "1.27.0"
3+
version: "1.27.1"
44
epoch: 0 # CVE-2025-47907
55
description: Manages Cassandra cluster as standalone product or as part of the k8ssandra-operator
66
copyright:
@@ -11,7 +11,7 @@ pipeline:
1111
with:
1212
repository: https://github.com/k8ssandra/cass-operator.git
1313
tag: v${{package.version}}
14-
expected-commit: 7f1abb88c01187737774460e7488c082bc27ae87
14+
expected-commit: 5854a888ed0e4c0133d0770617bb1e898fe0539b
1515

1616
- uses: go/build
1717
with:

confluent-kafka.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package:
88
# with the `version:` field.
99
# 2. Created a new variable `mangled-package-version` to append `-ccs` to the
1010
# version.
11-
version: "8.2.0.266"
11+
version: "8.2.0.273"
1212
epoch: 0
1313
description: Community edition of Confluent Kafka.
1414
copyright:
@@ -46,7 +46,7 @@ var-transforms:
4646
pipeline:
4747
- uses: git-checkout
4848
with:
49-
expected-commit: 771af88a291bb2d6ce2c78606bc36e9bd95414d8
49+
expected-commit: dc4f23376c01db5577a43c74ec8777771d266478
5050
repository: https://github.com/confluentinc/kafka
5151
tag: v${{vars.mangled-package-version}}
5252

ddp-tool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#nolint:valid-pipeline-git-checkout-commit,valid-pipeline-git-checkout-tag
22
package:
33
name: ddp-tool
4-
version: "1.0.34.0_git20250924"
4+
version: "1.0.34.0_git20250925"
55
epoch: 0
66
description: Intel Dynamic Device Personalization Tool
77
copyright:

dkron.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: dkron
3-
version: "4.0.5"
4-
epoch: 2 # GHSA-2464-8j7c-4cjm
3+
version: "4.0.7"
4+
epoch: 0 # GHSA-2464-8j7c-4cjm
55
description: Distributed job scheduler for microservices
66
copyright:
77
- license: LGPL-3.0
@@ -16,7 +16,7 @@ environment:
1616
- bun
1717
- ca-certificates-bundle
1818
- corepack
19-
- go-1.23
19+
- go
2020
- nodejs-20
2121
- protobuf
2222
- protobuf-dev
@@ -30,7 +30,7 @@ pipeline:
3030
with:
3131
repository: https://github.com/distribworks/dkron
3232
tag: v${{package.version}}
33-
expected-commit: 03c680d562187d6837fdb4ab1c4cf4d0e67b9fd5
33+
expected-commit: fec67b958d9ecee749ddeda5b0f5c1e819872ab0
3434

3535
- name: Generate protobuf files
3636
runs: |
@@ -56,11 +56,6 @@ pipeline:
5656
GOBIN=$PWD go install ./builtin/...
5757
go mod tidy
5858
59-
- uses: go/bump
60-
with:
61-
deps: |-
62-
github.com/go-viper/mapstructure/[email protected]
63-
6459
- uses: go/build
6560
with:
6661
packages: .

external-dns-0.16.yaml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
package:
2+
name: external-dns-0.16
3+
version: "0.16.1"
4+
epoch: 1 # GHSA-mh63-6h87-95cp
5+
description: Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services.
6+
copyright:
7+
- paths:
8+
- '*'
9+
license: Apache-2.0
10+
dependencies:
11+
provides:
12+
- external-dns=${{package.full-version}}
13+
14+
var-transforms:
15+
- from: ${{package.version}}
16+
match: ^(\d+)\.\d+\.\d+$
17+
replace: "$1"
18+
to: major-version
19+
20+
environment:
21+
contents:
22+
packages:
23+
- build-base
24+
- busybox
25+
- ca-certificates-bundle
26+
- go
27+
28+
pipeline:
29+
- uses: git-checkout
30+
with:
31+
expected-commit: 017f7687ca393138b565e51757a6fa8010902066
32+
repository: https://github.com/kubernetes-sigs/external-dns
33+
tag: v${{package.version}}
34+
35+
- uses: go/bump
36+
with:
37+
deps: |-
38+
github.com/golang-jwt/jwt/[email protected]
39+
40+
- runs: |
41+
# Our global LDFLAGS conflict with a Makefile parameter
42+
unset LDFLAGS
43+
make build
44+
mkdir -p ${{targets.destdir}}/usr/bin
45+
mv build/external-dns ${{targets.destdir}}/usr/bin/
46+
47+
- uses: strip
48+
49+
subpackages:
50+
- name: ${{package.name}}-iamguarded-compat
51+
pipeline:
52+
- uses: iamguarded/build-compat
53+
with:
54+
package: external-dns
55+
version: ${{vars.major-version}}
56+
- name: Create symlinks
57+
runs: |
58+
mkdir -p /opt/iamguarded/external-dns/bin
59+
ln -s /usr/bin/external-dns /opt/iamguarded/external-dns/bin/external-dns
60+
- uses: iamguarded/finalize-compat
61+
with:
62+
package: external-dns
63+
version: ${{vars.major-version}}
64+
test:
65+
environment:
66+
contents:
67+
packages:
68+
- ${{package.name}}
69+
pipeline:
70+
- runs: |
71+
/opt/iamguarded/external-dns/bin/external-dns --version
72+
/opt/iamguarded/external-dns/bin/external-dns --help
73+
- uses: iamguarded/test-compat
74+
with:
75+
package: external-dns
76+
version: ${{vars.major-version}}
77+
78+
update:
79+
enabled: true
80+
github:
81+
identifier: kubernetes-sigs/external-dns
82+
strip-prefix: v
83+
tag-filter: v0.16.
84+
85+
test:
86+
pipeline:
87+
# AUTOGENERATED
88+
- runs: |
89+
external-dns --version
90+
external-dns --help

filebrowser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: filebrowser
3-
version: "2.43.0"
3+
version: "2.44.0"
44
description: "Web File Browser"
55
epoch: 0 # GHSA-jc7w-c686-c4v9
66
copyright:
@@ -22,7 +22,7 @@ pipeline:
2222
with:
2323
repository: https://github.com/filebrowser/filebrowser.git
2424
tag: v${{package.version}}
25-
expected-commit: 2f0c1f5fa288bad90ab70d5801a11f86a69b5cac
25+
expected-commit: 878cdfbc52bdb4c4385f24904a87927f852cb907
2626

2727
- name: install-npm-dependencies
2828
working-directory: frontend

fluent-bit-4.0.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: fluent-bit-4.0
3-
version: "4.0.10"
3+
version: "4.0.11"
44
epoch: 0
55
description: Fast and Lightweight Log processor and forwarder
66
resources:
@@ -44,7 +44,7 @@ pipeline:
4444
- uses: git-checkout
4545
with:
4646
repository: https://github.com/fluent/fluent-bit
47-
expected-commit: af80d63922dc294186e8d8db58002d0f151b2f74
47+
expected-commit: 628f0c53373c245ee1e4f73c25e79d86912bf43b
4848
tag: v${{package.version}}
4949

5050
- runs: |

fluent-plugin-label-router.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#nolint:valid-pipeline-git-checkout-tag
22
package:
33
name: fluent-plugin-label-router
4-
version: "0.5.0_git20250924"
4+
version: "0.5.0_git20250925"
55
epoch: 0
66
description: Label-Router helps routing log messages based on their labels and namespace tag in a Kubernetes environment.
77
copyright:

0 commit comments

Comments
 (0)