Skip to content

Commit d626965

Browse files
authored
Version v1.13.0-rc4 (#373)
1 parent cf15bea commit d626965

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-rc3
8-
appVersion: v1.13.0-rc3
7+
version: v1.13.0-rc4
8+
appVersion: v1.13.0-rc4
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-rc3.0.20260113160421-db59bb3044df
15+
github.com/unikorn-cloud/core v1.13.0-rc4
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-rc3.0.20260113160421-db59bb3044df h1:O7BmCcpn+5EyoXX3U6FtzKCGtn4qWhEj9ke1os6SW7w=
143-
github.com/unikorn-cloud/core v1.13.0-rc3.0.20260113160421-db59bb3044df/go.mod h1:P6II1W5i4KwAz1xdcTKnA9qrq9kDRgoxWIqfW8iYQOE=
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=
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=

0 commit comments

Comments
 (0)