Skip to content

Commit

Permalink
Merge pull request #57 from gisaia/feat/25.0.0
Browse files Browse the repository at this point in the history
Feat/25.0.0
  • Loading branch information
MohamedHamouGisaia authored May 15, 2024
2 parents 89886ba + 910cad0 commit a86cd48
Show file tree
Hide file tree
Showing 37 changed files with 3,784 additions and 3,358 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Change Log

## [v25.0.0-rc.1](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-rc.1) (2024-05-14)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.14...v25.0.0-rc.1)

## [v25.0.0-beta.14](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.14) (2024-05-02)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.13...v25.0.0-beta.14)

## [v25.0.0-beta.13](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.13) (2024-05-02)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.12...v25.0.0-beta.13)

## [v25.0.0-beta.12](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.12) (2024-04-26)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.10...v25.0.0-beta.12)

**Miscellaneous:**

- I can't switch to an organisation where I am only a member in the organisations switcher [\#62](https://github.com/gisaia/ARLAS-wui-iam/issues/62)

## [v25.0.0-beta.10](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.10) (2024-04-22)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.9...v25.0.0-beta.10)

## [v25.0.0-beta.9](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.9) (2024-04-02)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.8...v25.0.0-beta.9)

## [v25.0.0-beta.8](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.8) (2024-03-29)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.4...v25.0.0-beta.8)

## [v25.0.0-beta.4](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.4) (2024-03-27)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.3...v25.0.0-beta.4)

## [v25.0.0-beta.3](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.3) (2024-03-26)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.2...v25.0.0-beta.3)

## [v25.0.0-beta.2](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.2) (2024-02-20)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v25.0.0-beta.1...v25.0.0-beta.2)

## [v25.0.0-beta.1](https://github.com/gisaia/ARLAS-wui-iam/tree/v25.0.0-beta.1) (2024-02-15)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v24.3.0...v25.0.0-beta.1)

## [v24.3.0](https://github.com/gisaia/ARLAS-wui-iam/tree/v24.3.0) (2023-12-20)

[Full Changelog](https://github.com/gisaia/ARLAS-wui-iam/compare/v24.3.0-rc.2...v24.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm run build

### STAGE 2: Setup ###

FROM nginx:1.23.3-alpine
FROM nginx:1.25.3-alpine3.18-slim
ARG version="latest"

LABEL io.arlas.wui-iam.version=${version}
Expand Down
Loading

0 comments on commit a86cd48

Please sign in to comment.