chore: update kratos to 0.11.1 in initialize dockerfile and updated changelog (#195)

* chore: updated changelog for v0.2.2 release
* updated kratos to v0.11.1 used by helm to complete migrations

Signed-off-by: niravparikh05 <nir.parikh05@gmail.com>
This commit is contained in:
Nirav Parikh
2023-03-31 16:01:29 +05:30
committed by GitHub
parent 6ece49cd38
commit 0e084929ea
2 changed files with 8 additions and 6 deletions

View File

@@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.
## Unreleased
## [0.2.2] - 2023-03-31
## Added
- Enhance: Improve Documentation for APIs [mabhi](https://github.com/mabhi) and [niravparikh05](https://github.com/niravparikh05)
## Fixed
- Fix: add project name validation [hiteshwani29](https://github.com/hiteshwani29)
- Support more than one IdP groups mapping from [akshay196](https://github.com/akshay196)
## Fixed
- Add project name validation [hiteshwani29](https://github.com/hiteshwani29)
- Fix to error out multiple bootstrap agent registration requests from [niravparikh05](https://github.com/niravparikh05)
- Updated Documentation for APIs [mabhi](https://github.com/mabhi) and [niravparikh05](https://github.com/niravparikh05)
## [0.2.1] - 2023-02-24
### Added
@@ -97,7 +98,8 @@ All notable changes to this project will be documented in this file.
### Added
- Initial release
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/paralus/paralus/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/paralus/paralus/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/paralus/paralus/compare/v0.1.9...v0.2.0
[0.1.9]: https://github.com/paralus/paralus/compare/v0.1.8...v0.1.9

View File

@@ -4,7 +4,7 @@ LABEL description="Build container"
ENV CGO_ENABLED 0
WORKDIR /build
RUN wget -O kratos.tar.gz -q https://github.com/ory/kratos/releases/download/v0.11.0/kratos_0.11.0-linux_64bit.tar.gz && tar -xf kratos.tar.gz
RUN wget -O kratos.tar.gz -q https://github.com/ory/kratos/releases/download/v0.11.1/kratos_0.11.1-linux_64bit.tar.gz && tar -xf kratos.tar.gz
RUN wget -O migrate.tar.gz -q https://github.com/golang-migrate/migrate/releases/download/v4.15.2/migrate.linux-amd64.tar.gz && tar -xf migrate.tar.gz
COPY . /build