Skip to content

Commit

Permalink
DQA-10942: Prepare release 10.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Jan 30, 2025
1 parent 8626238 commit c086359
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Toolkit change log

## Version 10.17.0
- DQA-10835: Add support to PHP 8.4.
- DQA-10936: Remove drupal_root parameter from phpstan default config.
- DQA-10942: Keep .leaksignore and .snyk on build-dist.

## Version 10.16.1
- DQA-10832: Fix exit code for test-behat.

Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="10.16.1">
<version number="10.17.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Mock.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class Mock
*
* @var string
*/
private static string $defaultTag = '0.0.29';
private static string $defaultTag = '0.0.31';

/**
* The directory to download the mock to.
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '10.16.1';
public const VERSION = '10.17.0';

/**
* The Toolkit repository.
Expand Down
14 changes: 7 additions & 7 deletions tests/fixtures/commands/component-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- file: .toolkit-mock/0.0.29/api/v1/project/ec-europa/toolkit/information.json
- file: .toolkit-mock/0.0.31/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name":"toolkit", "type": "Openeuropa", "environments": [{ "profile": "minimal", "type": "Production" }] }]
- file: .toolkit-mock/0.0.29/api/v1/toolkit-requirements.json
- file: .toolkit-mock/0.0.31/api/v1/toolkit-requirements.json
content: |
{ "php_version":"8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down Expand Up @@ -427,13 +427,13 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "drupal/pipeline", "type": "drupal-module", "version": "1.0.0" } ] }
- file: .toolkit-mock/0.0.29/api/v1/project/ec-europa/toolkit/information.json
- file: .toolkit-mock/0.0.31/api/v1/project/ec-europa/toolkit/information.json
content: |
[ { "name": "toolkit", "type": "Openeuropa", "environments": [{ "profile":"minimal", "type":"Production" }] } ]
- file: .toolkit-mock/0.0.29/api/v1/toolkit-requirements.json
- file: .toolkit-mock/0.0.31/api/v1/toolkit-requirements.json
content: |
{ "php_version": "8.1", "toolkit": "^3.7.2|^9.14|^10.4", "drupal": "^7.96|^10.1.4|^10.0.11", "vendor_list": [ "drupal" ] }
- file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down Expand Up @@ -467,7 +467,7 @@
- file: composer.lock
content: |
{ "packages": [ { "name": "ec-europa/toolkit" } ] }
- file: .toolkit-mock/0.0.29/api/v1/package-reviews.json
- file: .toolkit-mock/0.0.31/api/v1/package-reviews.json
content: |
[ {
"type": "drupal-module",
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- file: .toolkit-mock/0.0.29/api/v1/notifications.json
- file: .toolkit-mock/0.0.31/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
Expand Down Expand Up @@ -44,7 +44,7 @@
- CI=false
- QA_WEBSITE_URL=http://ec-behat.com
resources:
- file: .toolkit-mock/0.0.29/api/v1/notifications.json
- file: .toolkit-mock/0.0.31/api/v1/notifications.json
content: |
[{
"title": "Notification title 1",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/samples/sample-composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c086359

Please sign in to comment.