Skip to content

Commit

Permalink
prepare release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoxg committed Apr 9, 2024
1 parent 2f4df8f commit 568ade9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 2.xx

### 2.3.1
- Support for arm64

### 2.3.0
- Support for Ory Kratos v1.1.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
networks:
- intranet
admin_ui:
image: ghcr.io/dfoxg/kratos-admin-ui:v2.3.0
image: ghcr.io/dfoxg/kratos-admin-ui:v2.3.1
ports:
- '80:8080'
restart: unless-stopped
Expand All @@ -87,7 +87,7 @@ volumes:

## Start local

It is required, that a local instance of ory kratos is running. the latest tested version is `v1.0.0`.
It is required, that a local instance of ory kratos is running. the latest tested version is `v1.1.0`.

```
cd kratos-admin-ui
Expand Down
4 changes: 2 additions & 2 deletions kratos-admin-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kratos-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kratos-admin-ui",
"version": "2.3.0",
"version": "2.3.1",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down
2 changes: 1 addition & 1 deletion kratos-admin-ui/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getKratosConfig() {
export async function getKratosAdminConfig() {
const configJSON = await loadConfig()
return {
version: "2.3.0",
version: "2.3.1",
supportedVersion: "v1.1.0",
kratosAdminURL: configJSON.kratosAdminURL,
kratosPublicURL: configJSON.kratosPublicURL,
Expand Down

0 comments on commit 568ade9

Please sign in to comment.