Skip to content

Commit

Permalink
Merge pull request #16498 from pdeslaur/cve-fixes-keycloak
Browse files Browse the repository at this point in the history
cve fixes: keycloak + tkn
  • Loading branch information
rawlingsj authored Apr 8, 2024
2 parents 321dde0 + b718b1b commit ab4a925
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion keycloak.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: keycloak
version: 24.0.2
epoch: 0
epoch: 1
description: Open Source Identity and Access Management For Modern Applications and Services
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -32,6 +32,8 @@ pipeline:
tag: ${{package.version}}
expected-commit: 6a5783e9d538a1e67512fe43abe7b15ca6eed5c2

- uses: maven/pombump

- runs: |
# Keycloak installation. Note we use the maven wrapper as configured in
# the source repo to build - ensures the correct maven version for
Expand Down
5 changes: 5 additions & 0 deletions keycloak/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
patches:
- groupId: io.netty
artifactId: netty-codec-http
version: 4.1.108.Final
scope: import
6 changes: 5 additions & 1 deletion tkn.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: tkn
version: 0.36.0
epoch: 1
epoch: 2
description: A CLI for interacting with Tekton!
copyright:
- license: Apache-2.0
Expand All @@ -21,6 +21,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: e0dddfbda5fb559695610b4bd583df3969484dd0

- uses: go/bump
with:
deps: github.com/docker/[email protected]

- runs: |
make bin/tkn
install -Dm755 ./bin/tkn ${{targets.destdir}}/usr/bin/tkn
Expand Down

0 comments on commit ab4a925

Please sign in to comment.