Skip to content

Commit

Permalink
Merge branch 'main' into update-digests
Browse files Browse the repository at this point in the history
  • Loading branch information
kbsteere authored Dec 31, 2024
2 parents 37bbdb1 + a7e0e78 commit bc53f10
Show file tree
Hide file tree
Showing 28 changed files with 52 additions and 878 deletions.
2 changes: 1 addition & 1 deletion aws-eks-pod-identity-agent.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nolint:git-checkout-must-use-github-updates,valid-pipeline-git-checkout-tag
package:
name: aws-eks-pod-identity-agent
version: 0_git20241229
version: 0_git20241231
epoch: 0
description: EKS Pod Identity is a feature of Amazon EKS that simplifies the process for cluster administrators to configure Kubernetes applications with AWS IAM permissions
copyright:
Expand Down
10 changes: 3 additions & 7 deletions caddy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: caddy
version: 2.8.4
epoch: 7
version: 2.9.0
epoch: 0
description: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
copyright:
- license: Apache-2.0
Expand All @@ -17,7 +17,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: 7088605cc11c52c2777ab613dfc5c2a9816006e4
expected-commit: 3f3f8b3d5270add46d5fc7d99bdcc705ad2d5df4
repository: https://github.com/caddyserver/caddy
tag: v${{package.version}}

Expand All @@ -27,10 +27,6 @@ pipeline:
- runs: tar cfv caddy-src.tar .

- uses: go/bump
with:
deps: github.com/quic-go/quic-go@v0.48.2 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0

- uses: go/build
with:
output: caddy
Expand Down
4 changes: 2 additions & 2 deletions confluent-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
# with the `version:` field.
# 2. Created a new variable `mangled-package-version` to append `-ccs` to the
# version.
version: 8.0.0.294
version: 8.0.0.300
epoch: 0
description: Community edition of Confluent Kafka.
copyright:
Expand Down Expand Up @@ -46,7 +46,7 @@ var-transforms:
pipeline:
- uses: git-checkout
with:
expected-commit: 4a9945439deedfbf3ca868172ece2a3aadbee665
expected-commit: ffbf56ebd04ff9a79c9124f0b2f9b1c16a89f405
repository: https://github.com/confluentinc/kafka
tag: v${{vars.mangled-package-version}}

Expand Down
11 changes: 3 additions & 8 deletions controller-gen.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: controller-gen
version: 0.16.5
epoch: 1
version: 0.17.0
epoch: 0
description: Tools to use with the controller-runtime libraries
copyright:
- license: Apache-2.0
Expand All @@ -20,12 +20,7 @@ pipeline:
with:
repository: https://github.com/kubernetes-sigs/controller-tools
tag: v${{package.version}}
expected-commit: 23a31fde6e1bb6606be870472cb5dd2d7655a5d7

- uses: go/bump
with:
deps: golang.org/x/net@v0.33.0
modroot: .
expected-commit: c71f90318f2c818b93a4458e42f7c4da416d5368

- uses: go/build
with:
Expand Down
10 changes: 3 additions & 7 deletions croc.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: croc
version: 10.1.3
epoch: 3
version: 10.2.1
epoch: 0
description: Easily and securely send things from one computer to another
copyright:
- license: MIT
Expand All @@ -21,13 +21,9 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/schollz/croc
expected-commit: 65bda643515d301ba152af0cdbdcdc1f7e304291
expected-commit: 08f9d393e213c6c68984e0aa68b98dfe285db45e
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0

- uses: go/build
with:
packages: .
Expand Down
2 changes: 1 addition & 1 deletion ddp-tool.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nolint:valid-pipeline-git-checkout-commit,valid-pipeline-git-checkout-tag
package:
name: ddp-tool
version: 1.0.34.0_git20241229
version: 1.0.34.0_git20241231
epoch: 0
description: Intel Dynamic Device Personalization Tool
copyright:
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-label-router.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nolint:valid-pipeline-git-checkout-tag
package:
name: fluent-plugin-label-router
version: 0.4.0_git20241229
version: 0.4.0_git20241231
epoch: 0
description: Label-Router helps routing log messages based on their labels and namespace tag in a Kubernetes environment.
copyright:
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-tag-normaliser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#nolint:valid-pipeline-git-checkout-tag
package:
name: fluent-plugin-tag-normaliser
version: 0_git20241229
version: 0_git20241231
epoch: 0
description: Tag-normaliser is a `fluentd` plugin to help re-tag logs with Kubernetes metadata. It uses special placeholders to change tag.
copyright:
Expand Down
125 changes: 0 additions & 125 deletions gitaly-17.6.yaml

This file was deleted.

Loading

0 comments on commit bc53f10

Please sign in to comment.