Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1.23.1 #1020

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Changelog

## v1.23.1
{release-date}
### Upgrade requirements
### Migrations and checks
#### Schema migrations
#### Data migrations
2024-03-06
### Changes
- [#1016](https://github.com/LayerManager/layman/issues/1016) Flower and Celery worker containers used to wait for all dependencies and also check [role service](doc/security.md#role-service), from now on it waits only for Layman API to be ready.
- [#165](https://github.com/LayerManager/layman/issues/165) Roles in REST endpoint [GET Roles](doc/rest.md#get-roles) result are in alphabetical order.
Expand Down
1 change: 1 addition & 0 deletions docker-compose.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ services:
environment:
- LAYMAN_SKIP_REDIS_LOADING=true
extra_hosts:
- "host.docker.internal:host-gateway"
- ${EXTRA_HOST1}
- ${EXTRA_HOST2}
volumes:
Expand Down
4 changes: 2 additions & 2 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
v1.23.1-dev
2024-01-30T13:00:01Z
v1.23.1
2024-03-06T13:00:00Z
Loading