Skip to content

Commit

Permalink
Version v0.1.48 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Feb 5, 2025
1 parent bc2499d commit 5655fa0
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 133 deletions.
4 changes: 2 additions & 2 deletions charts/region/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller

type: application

version: v0.1.48-rc1
appVersion: v0.1.48-rc1
version: v0.1.48
appVersion: v0.1.48

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

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56
github.com/oapi-codegen/runtime v1.1.1
github.com/spf13/pflag v1.0.5
github.com/unikorn-cloud/core v0.1.89-rc3
github.com/unikorn-cloud/identity v0.2.53-rc2
github.com/unikorn-cloud/core v0.1.89
github.com/unikorn-cloud/identity v0.2.53
go.opentelemetry.io/otel v1.34.0
go.opentelemetry.io/otel/sdk v1.34.0
go.opentelemetry.io/otel/trace v1.34.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/unikorn-cloud/core v0.1.89-rc3 h1:SFsNCTfjQd9sawO7/6HFmNRacspfYG6SlVH8vF3Wy2U=
github.com/unikorn-cloud/core v0.1.89-rc3/go.mod h1:UW7g0AFLjY6r3KVPv9SPu/POttZx6Tl6UZ30+s4da+M=
github.com/unikorn-cloud/identity v0.2.53-rc2 h1:rkK0jsN5kOzKuq2vK4KdYezKMC7qwfq/0ahBm3jiEFs=
github.com/unikorn-cloud/identity v0.2.53-rc2/go.mod h1:DqOMDX52AYimYK1j/NkR9wu0kPqX4EvZDa5qn8EIIE0=
github.com/unikorn-cloud/core v0.1.89 h1:PLQCLYOu8h+Fy3LmE0gMyNjyq2FH0ETBZA7jPZpT6lg=
github.com/unikorn-cloud/core v0.1.89/go.mod h1:UW7g0AFLjY6r3KVPv9SPu/POttZx6Tl6UZ30+s4da+M=
github.com/unikorn-cloud/identity v0.2.53 h1:tbKNZZ52ymJQIlFO2WklCBbEgofJqotSRoDAxPLUh+Q=
github.com/unikorn-cloud/identity v0.2.53/go.mod h1:Zz4U8VMfMqT0t8BRdU5fTpLCMYCsRk9BnvFL50xBG8Q=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down
Loading

0 comments on commit 5655fa0

Please sign in to comment.