Skip to content

Commit

Permalink
Turbo Charge Authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Sep 5, 2024
1 parent e5703f4 commit c162ae4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.39
appVersion: v0.1.39
version: v0.1.40
appVersion: v0.1.40

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/oapi-codegen/runtime v1.1.1
github.com/spf13/pflag v1.0.5
github.com/unikorn-cloud/core v0.1.69
github.com/unikorn-cloud/identity v0.2.33
github.com/unikorn-cloud/identity v0.2.36
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/sdk v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65E
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/unikorn-cloud/core v0.1.69 h1:DdV0Pt5vi6IJiPbCFXZMX8kyhP2GW+0lESIyPS/jSkk=
github.com/unikorn-cloud/core v0.1.69/go.mod h1:7ilhT3GIRtBHl7/D+9wh4RB5gjC/5/ts/MT4WdpIT9M=
github.com/unikorn-cloud/identity v0.2.33 h1:xrh8pTTLkvH0jLDAQBKEyjGWVvhH7N7vXjYopnzsB/E=
github.com/unikorn-cloud/identity v0.2.33/go.mod h1:YTKpNzo1suv3CZMbEq5Fgfvu2niyLziG9pTr6ZAfZtE=
github.com/unikorn-cloud/identity v0.2.36 h1:Wend3RI368xTObGs5lI64KsfYqpbbn9lrC63CWj3txk=
github.com/unikorn-cloud/identity v0.2.36/go.mod h1:YTKpNzo1suv3CZMbEq5Fgfvu2niyLziG9pTr6ZAfZtE=
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

0 comments on commit c162ae4

Please sign in to comment.