Skip to content

Commit 8e96af3

Browse files
authored
Verison v1.0.0-rc2 (#242)
1 parent dc59129 commit 8e96af3

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

charts/kubernetes/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: A Helm chart for deploying Unikorn Kubernetes Service
44

55
type: application
66

7-
version: v1.0.0-rc1
8-
appVersion: v1.0.0-rc1
7+
version: v1.0.0-rc2
8+
appVersion: v1.0.0-rc2
99

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

1212
dependencies:
1313
- name: unikorn-common
1414
version: v0.1.15
15-
repository: https://unikorn-cloud.github.io/helm-common
15+
repository: https://nscaledev.github.io/uni-helm-common

charts/kubernetes/templates/applications.yaml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ require (
117117
)
118118

119119
replace (
120-
github.com/unikorn-cloud/core => github.com/nscaledev/uni-core v1.0.0-rc1
121-
github.com/unikorn-cloud/identity => github.com/nscaledev/uni-identity v1.0.0-rc1
122-
github.com/unikorn-cloud/region => github.com/nscaledev/uni-region v1.0.0-rc1
120+
github.com/unikorn-cloud/core => github.com/nscaledev/uni-core v1.0.0-rc2
121+
github.com/unikorn-cloud/identity => github.com/nscaledev/uni-identity v1.0.0-rc2
122+
github.com/unikorn-cloud/region => github.com/nscaledev/uni-region v1.0.0-rc2
123123
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/
129129
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4=
130130
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
131131
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
132-
github.com/nscaledev/uni-core v1.0.0-rc1 h1:61ouxPm1wVXV2NiYGYQH2jFdO6Myg75dtB4qwtsOTOg=
133-
github.com/nscaledev/uni-core v1.0.0-rc1/go.mod h1:stInT6j9sM9KzDHgNxBtmrdDIAxQuIZI1/TCGo0jNK8=
134-
github.com/nscaledev/uni-identity v1.0.0-rc1 h1:+AjtyMrsjUUV1SKBEBL/IKr/4bF/2efUY2fzcxPukkE=
135-
github.com/nscaledev/uni-identity v1.0.0-rc1/go.mod h1:O1PELhDIzPjmPQG6cYn1VFOhSs/ed/ayaVtqENjmvJg=
136-
github.com/nscaledev/uni-region v1.0.0-rc1 h1:yoqWnAfk6FQCmeMC8MywGaqaEbfvzkP18cDZj0NECNE=
137-
github.com/nscaledev/uni-region v1.0.0-rc1/go.mod h1:pJZPmOMeDiAQu9f0H0tycFX0g4C0oPo/1CLlSgkEBbM=
132+
github.com/nscaledev/uni-core v1.0.0-rc2 h1:vRIiSnUJaygQQ1EAbE1i7gzc5bPHvG5YRIO0BzudATA=
133+
github.com/nscaledev/uni-core v1.0.0-rc2/go.mod h1:stInT6j9sM9KzDHgNxBtmrdDIAxQuIZI1/TCGo0jNK8=
134+
github.com/nscaledev/uni-identity v1.0.0-rc2 h1:byqoaYL5pdk026J8vior/PfrIZsCo75ix+oHmfcjlTk=
135+
github.com/nscaledev/uni-identity v1.0.0-rc2/go.mod h1:qzrpcBR6mk8vEB+M+MVxEqVr1RYRBx5XdxQQrEGnihE=
136+
github.com/nscaledev/uni-region v1.0.0-rc2 h1:KENUkjSQsnS2pfiGvj1lQQEqJMXXthS98hfm0exEUdc=
137+
github.com/nscaledev/uni-region v1.0.0-rc2/go.mod h1:Cxn669UjU8+BHFWQASczVuWOg3j++/BWpYYsozj4mbw=
138138
github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro=
139139
github.com/oapi-codegen/runtime v1.1.1/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
140140
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY=

0 commit comments

Comments
 (0)