Skip to content

Commit 292e1b3

Browse files
authored
Version v1.0.0 (#243)
1 parent 8e96af3 commit 292e1b3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

charts/kubernetes/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 Kubernetes Service
44

55
type: application
66

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

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

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-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
120+
github.com/unikorn-cloud/core => github.com/nscaledev/uni-core v1.0.0
121+
github.com/unikorn-cloud/identity => github.com/nscaledev/uni-identity v1.0.0
122+
github.com/unikorn-cloud/region => github.com/nscaledev/uni-region v1.0.0
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-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=
132+
github.com/nscaledev/uni-core v1.0.0 h1:yy002KbFABsZ/UWSwMD0KzGxPv9PtqBYHb/KrVACy2c=
133+
github.com/nscaledev/uni-core v1.0.0/go.mod h1:stInT6j9sM9KzDHgNxBtmrdDIAxQuIZI1/TCGo0jNK8=
134+
github.com/nscaledev/uni-identity v1.0.0 h1:zKWkJTFJBA5nBFcKaq6Gd0Alf0FmiGmki/tVUsr6RwM=
135+
github.com/nscaledev/uni-identity v1.0.0/go.mod h1:dnFe5Pf3pLg692YHvEBi8RjELLRl5q63b2Ot7VfzhmQ=
136+
github.com/nscaledev/uni-region v1.0.0 h1:SeLp17GLE5c5CNB9lfiw2qdL65HojDoY1Gs3ZLd+J7k=
137+
github.com/nscaledev/uni-region v1.0.0/go.mod h1:ds+QWVbeJ2oSOpHgGQM8uL4OiH4EIDV/pMD2PRZOOlw=
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)