Skip to content

Commit dc59129

Browse files
authored
Version 1.0.0-rc1 (#241)
1 parent 4d468a1 commit dc59129

File tree

7 files changed

+24
-11
lines changed

7 files changed

+24
-11
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config user.name "$GITHUB_ACTOR"
4343
git config user.email "[email protected]"
4444
- name: Release Helm Chart
45-
uses: unikorn-cloud/chart-release-action@v1
45+
uses: nscaledev/uni-chart-release-action@v2
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
- name: Release

.golangci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ linters:
2222
settings:
2323
nlreturn:
2424
block-size: 2
25+
gomoddirectives:
26+
replace-allow-list:
27+
- github.com/unikorn-cloud/core
28+
- github.com/unikorn-cloud/identity
29+
- github.com/unikorn-cloud/region
30+
- github.com/unikorn-cloud/kubernetes
31+
- github.com/unikorn-cloud/compute
2532
exclusions:
2633
generated: lax
2734
presets:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ GENAPIBASE = github.com/unikorn-cloud/kubernetes/pkg/apis/unikorn/v1alpha1
9191
GENARGS = --go-header-file hack/boilerplate.go.txt
9292

9393
# This defines how docker containers are tagged.
94-
DOCKER_ORG = ghcr.io/unikorn-cloud
94+
DOCKER_ORG = ghcr.io/nscaledev
9595

9696
# Main target, builds all binaries.
9797
.PHONY: all

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: v0.2.65-rc1
8-
appVersion: v0.2.65-rc1
7+
version: v1.0.0-rc1
8+
appVersion: v1.0.0-rc1
99

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

charts/kubernetes/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repository: ghcr.io
33

44
# Set the global container repo organization.
5-
organization: unikorn-cloud
5+
organization: nscaledev
66

77
# Set the global container tag.
88
# Defaults to the chart revision, which should be in lock-step with the

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,3 +115,9 @@ require (
115115
sigs.k8s.io/randfill v1.0.0 // indirect
116116
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
117117
)
118+
119+
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
123+
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +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=
132138
github.com/oapi-codegen/runtime v1.1.1 h1:EXLHh0DXIJnWhdRPN2w4MXAzFyE4CskzhNLUmtpMYro=
133139
github.com/oapi-codegen/runtime v1.1.1/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
134140
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 h1:G7ERwszslrBzRxj//JalHPu/3yz+De2J+4aLtSRlHiY=
@@ -175,12 +181,6 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
175181
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
176182
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
177183
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
178-
github.com/unikorn-cloud/core v0.1.96-rc1 h1:TgSMyHhUWYmWgLXiTWNUsroO3F2LtTJ/k+nEDgDnOAo=
179-
github.com/unikorn-cloud/core v0.1.96-rc1/go.mod h1:stInT6j9sM9KzDHgNxBtmrdDIAxQuIZI1/TCGo0jNK8=
180-
github.com/unikorn-cloud/identity v0.2.63 h1:cG3Aa3LmweqOwNtOeq9W29/aoJ4wY0uiulLNzWwn7TY=
181-
github.com/unikorn-cloud/identity v0.2.63/go.mod h1:xuOIyB4wDAz4+kJfZk2q+8MqGj+9IhVbd0Q38iqBY24=
182-
github.com/unikorn-cloud/region v0.1.55-rc1 h1:rnEqKMthOboBi1Coi+FQ/IfAU6jYbYfO9yP+Iaselss=
183-
github.com/unikorn-cloud/region v0.1.55-rc1/go.mod h1:wLNamsGnGIpGTQYFsjyuvelLu5LdtKiniZu0rXu8oUo=
184184
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
185185
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
186186
github.com/xlab/treeprint v1.2.0 h1:HzHnuAF1plUN2zGlAFHbSQP2qJ0ZAD3XF5XD7OesXRQ=

0 commit comments

Comments
 (0)