File tree Expand file tree Collapse file tree 5 files changed +76
-76
lines changed
Expand file tree Collapse file tree 5 files changed +76
-76
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.10.0-rc1
8- appVersion : v1.10.0-rc1
7+ version : v1.10.0
8+ appVersion : v1.10.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 @@ -11,7 +11,7 @@ require (
1111 github.com/oapi-codegen/runtime v1.1.1
1212 github.com/spf13/pflag v1.0.6
1313 github.com/stretchr/testify v1.10.0
14- github.com/unikorn-cloud/core v1.10.0-rc1
14+ github.com/unikorn-cloud/core v1.10.0
1515 go.opentelemetry.io/otel v1.35.0
1616 go.opentelemetry.io/otel/sdk v1.35.0
1717 go.opentelemetry.io/otel/trace v1.35.0
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
137137github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
138138github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE =
139139github.com/ugorji/go/codec v1.2.12 /go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg =
140- github.com/unikorn-cloud/core v1.10.0-rc1 h1:osIdEzpZmdWYjE3jKdhwo/G6WNsT7RbPnWxY7UQiO2c =
141- github.com/unikorn-cloud/core v1.10.0-rc1 /go.mod h1:KZLGw/EyZWjem4c80QF70KqpHIT7MAk7o6L4VAWsnGM =
140+ github.com/unikorn-cloud/core v1.10.0 h1:PWMuYE2uV5ePP714XttqZuNE5nLVxV+j/JhP6FhpiNo =
141+ github.com/unikorn-cloud/core v1.10.0 /go.mod h1:KZLGw/EyZWjem4c80QF70KqpHIT7MAk7o6L4VAWsnGM =
142142github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM =
143143github.com/x448/float16 v0.8.4 /go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg =
144144github.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.9 .0
14+ version : 1.10 .0
1515paths :
1616 /.well-known/openid-configuration :
1717 description : |-
You can’t perform that action at this time.
0 commit comments