Skip to content

Commit 2d44fc5

Browse files
authored
Version v1.10.0 (#321)
1 parent c80d608 commit 2d44fc5

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

charts/identity/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's IdP
44

55
type: 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

1010
icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png
1111

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
137137
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
138138
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
139139
github.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=
142142
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
143143
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
144144
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

pkg/openapi/schema.go

Lines changed: 70 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/openapi/server.spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
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
1515
paths:
1616
/.well-known/openid-configuration:
1717
description: |-

0 commit comments

Comments
 (0)