Skip to content

Commit cc1b358

Browse files
authored
Version v1.13.0 (#374)
1 parent d626965 commit cc1b358

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.13.0-rc4
8-
appVersion: v1.13.0-rc4
7+
version: v1.13.0
8+
appVersion: v1.13.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
@@ -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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
139139
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
140140
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
141141
github.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=
144144
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
145145
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
146146
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

pkg/openapi/schema.go

Lines changed: 2 additions & 2 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.12.0
14+
version: 1.13.0
1515
paths:
1616
/.well-known/openid-configuration:
1717
description: |-

0 commit comments

Comments
 (0)