Skip to content

Commit

Permalink
Merge pull request #6 from openeuropa/release-1.0.0-alpha1
Browse files Browse the repository at this point in the history
Prepare release 1.0.0-alpha1.
  • Loading branch information
drishu authored Mar 20, 2024
2 parents e1f0136 + 3faf94e commit 357c122
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*

0 comments on commit 357c122

Please sign in to comment.