Skip to content

Commit

Permalink
PHRAS-4107 Release 4.1.11 (#4565)
Browse files Browse the repository at this point in the history
* Release 4.1.11 init

* Update  4.1.11 CHANGELOG.md
  • Loading branch information
nmaillat authored Dec 17, 2024
1 parent 32aa1db commit 342bf69
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ PHRASEANET_DOCKER_REGISTRY=local

# Docker images tag.
# @run
PHRASEANET_DOCKER_TAG=4.1.10
PHRASEANET_DOCKER_TAG=4.1.11

# Stack Name
# An optionnal Name for the stack
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# CHANGELOG

## 4.1.11

### Update Instructions

- **Migration Patch**:
- A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable `PHRASEANET_UPGRADE=1` is set:
```
bin/setup system:upgrade
```
### Version Summary
- Base image bump
- Openid ignore IDP group to Phraseanet model mapping when groups is not defined
- Nginx Http request quota Can be set
### Stack (Docker Compose and Helm)
- **Phraseanet Base Image**: Bumped to 1.2.0.
- **Nginx**: adding quota on https requests, set it with environnements variables.
## What's Changed
* PHRAS-4106 ignore openid groups by @jygaulier in https://github.com/alchemy-fr/Phraseanet/pull/4561
* PHRAS-4093 Adding in UFRAW in Phraseanet base Image by @moctardiouf in https://github.com/alchemy-fr/Phraseanet/pull/4562
* PHRAS-3588 Implement http request quota by type by @moctardiouf in https://github.com/alchemy-fr/Phraseanet/pull/4564
* PHRAS-4108 Openid : add claims mapping and groups filtering by @aynsix in https://github.com/alchemy-fr/Phraseanet/pull/4563
**Full Changelog**: https://github.com/alchemy-fr/Phraseanet/compare/4.1.10...4.1.11
__
## 4.1.10
### Update Instructions
Expand Down
2 changes: 1 addition & 1 deletion lib/Alchemy/Phrasea/Core/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Version
* @var string
*/

private $number = '4.1.10';
private $number = '4.1.11';

/**
* @var string
Expand Down

0 comments on commit 342bf69

Please sign in to comment.