Skip to content

Commit

Permalink
Merge pull request #119 from canonical/upgrade/v1.3.0
Browse files Browse the repository at this point in the history
upgrade/v1.3.0
  • Loading branch information
shipperizer authored Nov 7, 2024
2 parents 04db762 + e0c8dfc commit aa684df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
22 changes: 0 additions & 22 deletions kratos.patch

This file was deleted.

10 changes: 1 addition & 9 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kratos
base: bare
build-base: [email protected]
version: "1.1.0"
version: "1.3.0"
summary: Ory Kratos identity server
description: |
Ory Kratos is an Identity and User Management system.
Expand Down Expand Up @@ -39,14 +39,6 @@ parts:
source-type: git
source-tag: v1.1.0
override-build: |
# Patch the repo and replace the hydra sdk version
# Workaround for https://github.com/ory/kratos/issues/3904
# TODO(nsklikas): Remove when issue is fixed
cp $CRAFT_PROJECT_DIR/kratos.patch .
git apply -v kratos.patch
go mod edit -replace github.com/ory/hydra-client-go/v2=github.com/ory/hydra-client-go/[email protected]
go mod tidy
# Set the necessary flags
src_config_path="github.com/ory/kratos/driver"
build_ver="${src_config_path}/config.Version"
Expand Down

0 comments on commit aa684df

Please sign in to comment.