Releases: ByteInternet/hypernode-deploy
3.5.5
3.5.4
See what changed in hypernode/deploy-configuration: ByteInternet/hypernode-deploy-configuration@3.1.3...3.1.5
What's Changed
- composer: Update hypernode/deploy-configuration to 3.1.4 by @tdgroot in #94
- composer: Update hypernode/deploy-configuration to 3.1.5 by @tdgroot in #95
Full Changelog: 3.5.3...3.5.4
3.5.3
3.5.2
3.5.1
3.5.0
This release adds support for PHP 8.2. We still have to add extensive testing for Magento 2.4.6 with PHP 8.2, but it basically is ready to be used.
What's Changed
- Add support for PHP 8.2 by @tdgroot in #85
- Allow configuration to have no ssh key available by @tdgroot in #87
- Enable Dependabot by @tdgroot in #86
- Deployer: Pass-through GitHub Workflow commands by @tdgroot in #89
Full Changelog: 3.4.1...3.5.0
3.4.1
3.4.0
The hypernode-deploy deploy
subcommand now has a new option --reuse-brancher
. This allows you to reuse an existing Brancher instance under the same label. Using this makes development significantly faster, as you don't have to create a new instance per commit. Just use hypernode-deploy
on the existing Brancher instance instead of making a new Brancher instance.
What's Changed
- Allow reusing of previous brancher instance by @AlexanderGrooff in #81
Full Changelog: 3.3.4...3.4.0
Version 3.3.4
This looks like a breaking change, but it's not. It actually frees up the ability to use task('...', function () {})->select('stage=production');
selection features that Deployer v7 supports.
What's Changed
- Remove roles selector from builtin tasks by @tdgroot in #79
- Remove roles selector from builtin tasks in TaskBuilder by @tdgroot in #80
Full Changelog: 3.3.3...3.3.4
Version 3.3.3
What's Changed
Full Changelog: 3.3.2...3.3.3