File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : keycloak
3
3
version : 24.0.2
4
- epoch : 0
4
+ epoch : 1
5
5
description : Open Source Identity and Access Management For Modern Applications and Services
6
6
copyright :
7
7
- license : Apache-2.0
@@ -32,6 +32,8 @@ pipeline:
32
32
tag : ${{package.version}}
33
33
expected-commit : 6a5783e9d538a1e67512fe43abe7b15ca6eed5c2
34
34
35
+ - uses : maven/pombump
36
+
35
37
- runs : |
36
38
# Keycloak installation. Note we use the maven wrapper as configured in
37
39
# the source repo to build - ensures the correct maven version for
Original file line number Diff line number Diff line change
1
+ patches :
2
+ - groupId : io.netty
3
+ artifactId : netty-codec-http
4
+ version : 4.1.108.Final
5
+ scope : import
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : tkn
3
3
version : 0.36.0
4
- epoch : 1
4
+ epoch : 2
5
5
description : A CLI for interacting with Tekton!
6
6
copyright :
7
7
- license : Apache-2.0
@@ -21,6 +21,10 @@ pipeline:
21
21
tag : v${{package.version}}
22
22
expected-commit : e0dddfbda5fb559695610b4bd583df3969484dd0
23
23
24
+ - uses : go/bump
25
+ with :
26
+ deps :
github.com/docker/[email protected]
27
+
24
28
- runs : |
25
29
make bin/tkn
26
30
install -Dm755 ./bin/tkn ${{targets.destdir}}/usr/bin/tkn
You can’t perform that action at this time.
0 commit comments