Skip to content

Commit

Permalink
Release 2.9.0 (#162)
Browse files Browse the repository at this point in the history
* upgrade php base images

* fix: `application_version` value

* fix: fixed deep linking icon url validation

* update php libs grpc, protobuf

* update base image

---------

Co-authored-by: Oleg Blazhyievskyi <[email protected]>
Co-authored-by: Péter Halász <[email protected]>
Co-authored-by: alex-blazh <[email protected]>
  • Loading branch information
4 people authored Jul 4, 2024
1 parent 829d310 commit 52d1cc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
CHANGELOG
=========

2.9.0
-----

* Added various custom-claim presets
* Upgraded to PHP 8.3

2.8.0
-----

Expand Down
2 changes: 1 addition & 1 deletion docker/kube/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#{{{ fpm
FROM europe-west1-docker.pkg.dev/tao-artefacts/base-images/php-v8.2:v1.0.5 as fpm
FROM europe-west1-docker.pkg.dev/tao-artefacts/base-images/php-v8.3:v1.0.7 as fpm

RUN set -eux; \
{ \
Expand Down

0 comments on commit 52d1cc8

Please sign in to comment.