-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from canonical/upgrade/v1.3.0
upgrade/v1.3.0
- Loading branch information
Showing
2 changed files
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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" | ||
|