File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's IdP
44
55type : application
66
7- version : v1.13.0-rc4
8- appVersion : v1.13.0-rc4
7+ version : v1.13.0
8+ appVersion : v1.13.0
99
1010icon : https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
1111
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/spf13/pflag v1.0.10
1313 github.com/spjmurray/go-util v0.1.3
1414 github.com/stretchr/testify v1.11.1
15- github.com/unikorn-cloud/core v1.13.0-rc4
15+ github.com/unikorn-cloud/core v1.13.0
1616 go.opentelemetry.io/otel v1.35.0
1717 go.opentelemetry.io/otel/sdk v1.35.0
1818 go.uber.org/mock v0.5.2
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
139139github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
140140github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
141141github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
142- github.com/unikorn-cloud/core v1.13.0-rc4 h1:z/hhv7vvb+hDwUN8Fx9B2GJOEHw+FhfJUlVOPLrjGGg =
143- github.com/unikorn-cloud/core v1.13.0-rc4 /go.mod h1:P6II1W5i4KwAz1xdcTKnA9qrq9kDRgoxWIqfW8iYQOE =
142+ github.com/unikorn-cloud/core v1.13.0 h1:xeb15t6VQkDW9x6dNIYg3oUR9mW6OjxhE6earvtnwJY =
143+ github.com/unikorn-cloud/core v1.13.0 /go.mod h1:P6II1W5i4KwAz1xdcTKnA9qrq9kDRgoxWIqfW8iYQOE =
144144github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
145145github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
146146github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
Original file line number Diff line number Diff line change 1111 if they are being consumed by a horizontally scalable platform care must be taken
1212 to ensure token rotation is handled atomically by a single process, and the tokens
1313 are distributed to each service instance synchronously.
14- version : 1.12 .0
14+ version : 1.13 .0
1515paths :
1616 /.well-known/openid-configuration :
1717 description : |-
You can’t perform that action at this time.
0 commit comments