Skip to content

Commit 5475a41

Browse files
authored
Merge pull request #395 from nscaledev/bump
Version v1.14.0-rc3
2 parents eec197f + 8dd898c commit 5475a41

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: 1.14.0-rc2
8-
appVersion: 1.14.0-rc2
7+
version: 1.14.0-rc3
8+
appVersion: 1.14.0-rc3
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
@@ -15,7 +15,7 @@ require (
1515
github.com/spf13/pflag v1.0.10
1616
github.com/spjmurray/go-util v0.1.3
1717
github.com/stretchr/testify v1.11.1
18-
github.com/unikorn-cloud/core v1.14.0-rc2
18+
github.com/unikorn-cloud/core v1.14.0-rc3
1919
go.opentelemetry.io/otel v1.35.0
2020
go.uber.org/mock v0.5.2
2121
golang.org/x/oauth2 v0.30.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8
172172
github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU=
173173
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
174174
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
175-
github.com/unikorn-cloud/core v1.14.0-rc2 h1:Dn2X7EImIbu0ba1WMG4Z1c0S/kSvGdVcwdpjMaGiFEo=
176-
github.com/unikorn-cloud/core v1.14.0-rc2/go.mod h1:NBcUrdV7RKIPFBdootNeN74otIoNLQp14+KpVE5m1X0=
175+
github.com/unikorn-cloud/core v1.14.0-rc3 h1:LyKLHttc8wpeSZPNkUtXywN5V4Tou1V108WxlYyyAkk=
176+
github.com/unikorn-cloud/core v1.14.0-rc3/go.mod h1:NBcUrdV7RKIPFBdootNeN74otIoNLQp14+KpVE5m1X0=
177177
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
178178
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
179179
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)