Skip to content

Commit 2a3dc69

Browse files
committed
Prepare v2.0.0
1 parent b3a78cd commit 2a3dc69

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Changelog
22

3-
## Next
3+
## 2.0.0
44

55
* [feature] 🌟 PHP 8.4 support (#186).
66
* [feature] 🌟 Add `bin/db-tools` CLI command allowing standalone usage (#153).
7-
* [feature] ⭐️ The CLI tool can run without configuration using only environment variables (#191).
7+
* [feature] 🌟 Add an experimental Laravel integration (#206).
88
* [feature] ⭐️ All global options can now be configured on a per-connection basis in `connections.NAME.OPTION` (#191).
9-
* [feature] 🌟 In both CLI and Symfony, the `anonymyzation` configuration option may now directly hold the complete anonymization configuration without requiring an additional file. (#191).
10-
* [experimental] ⭐️ Add `bin/compile` CLI command for building a PHAR file (#154).
9+
* [feature] ⭐️ In both CLI and Symfony, the `anonymyzation` configuration option may now directly hold the complete anonymization configuration without requiring an additional file. (#191).
1110
* [deprecation] `anonymization.yaml` is replaced by `anonymization_files` (#191).
1211
* [deprecation] `excluded_tables` is replaced by either `backup_excluded_tables` or `connections.NAME.backup_excluded_tables` (#191).
1312
* [deprecation] `storage.filename_strategy` is replaced by either `storage_filename_strategy` or `connections.NAME.filename_strategy` (#191).

UPGRADE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrade guide
22

3-
## Next
3+
## 2.0.0
44

55
### Configuration file structure changes
66

@@ -13,8 +13,8 @@ set at the connection level, and we renamed those options to be more consistent
1313
and more explicit about what they do.
1414

1515
Please read carefully the new sample configuration files:
16-
- For Symfony: [config/packages/db_tools.yaml](./config/packages/db_tools.yaml)
17-
- For standalone: [config/db_tools.standalone.yaml](./config/db_tools.standalone.yaml)
16+
- For Symfony: [config/packages/db_tools.yaml](https://github.com/makinacorpus/DbToolsBundle/blob/main/config/packages/db_tools.yaml)
17+
- For standalone: [config/db_tools.standalone.yaml](https://github.com/makinacorpus/DbToolsBundle/blob/main/config/db_tools.standalone.sample.yaml)
1818

1919
And the [changelog](./changelog) file and fix your configuration accordingly.
2020

docker/franken-image/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ WORKDIR /var/www
3535
RUN composer require \
3636
makinacorpus/db-tools-bundle:$TAG \
3737
symfony/password-hasher:* \
38-
# TODO uncomment these lines when those packages
39-
# will have a compatible version available
40-
# on packagist
41-
# db-tools-bundle/pack-fr-fr:$TAG \
42-
# db-tools-bundle/pack-faker:$TAG \
38+
db-tools-bundle/pack-fr-fr:* \
4339
$EXTRA_COMPOSER_REQUIREMENTS
4440

4541
ENTRYPOINT ["/var/www/vendor/bin/db-tools"]

0 commit comments

Comments
 (0)