From 97233d0538da53a6f904021576829a7003e63fa3 Mon Sep 17 00:00:00 2001 From: drishu Date: Tue, 19 Mar 2024 14:24:54 +0200 Subject: [PATCH 1/2] OEL-2865: Update drone image. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 029d744..eacb07e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ services: - DOCUMENT_ROOT=/test/oe_agenda - COMPOSERVER=--2 mysql: - image: registry.fpfis.eu/fpfis/sql:percona-5.7 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/percona:5.7 command: --innodb-log-file-size=1G --max_allowed_packet=1G --innodb-buffer-pool-size=512M --wait_timeout=3000 --net_write_timeout=3000 --log_error_verbosity=3 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes @@ -31,7 +31,7 @@ services: - SPARQL_UPDATE=true - DBA_PASSWORD=dba selenium: - image: registry.fpfis.eu/fpfis/selenium:standalone-chrome-4.1.3-20220405 + image: git.fpfis.tech.ec.europa.eu/fpfis/dependency_proxy/containers/selenium/standalone-chrome:4.1.3-20220405 environment: - DISPLAY=:99 - SCREEN_WIDTH=1440 From 3faf94eb0631b7b8f24f2360846494b862ec77e4 Mon Sep 17 00:00:00 2001 From: drishu Date: Tue, 19 Mar 2024 14:38:17 +0200 Subject: [PATCH 2/2] Prepare changelog for release 1.0.0-alpha1. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1b5e856 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ + # Change Log + +## [1.0.0-alpha1](https://github.com/openeuropa/oe_agenda/tree/1.0.0-alpha1) (2024-03-19) +**Merged pull requests:** + +- UCPKN-2790: Drop D9.4 support and use PHP 8.1/8.2. [\#5](https://github.com/openeuropa/oe_agenda/pull/5) ([kp77](https://github.com/kp77)) +- UCPKN-2282: Implement Session sub-entity. [\#4](https://github.com/openeuropa/oe_agenda/pull/4) ([kp77](https://github.com/kp77)) +- UCPKN-2281: Implement Day sub-entity. [\#3](https://github.com/openeuropa/oe_agenda/pull/3) ([kp77](https://github.com/kp77)) +- UCPKN-2280: Implement Agenda entity. [\#2](https://github.com/openeuropa/oe_agenda/pull/2) ([kp77](https://github.com/kp77)) +- OEL-2379: Component scaffolding. [\#1](https://github.com/openeuropa/oe_agenda/pull/1) ([brummbar](https://github.com/brummbar)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*