Skip to content

Releases: ByteInternet/hypernode-deploy

3.6.0

Choose a tag to compare

@tdgroot tdgroot released this 06 Mar 15:59
9233d6b

What's Changed

  • fix: resolve blocking error when switching versions by @stijnbernards in #100
  • ci: Remove old hipex build scripts by @tdgroot in #102
  • composer: Update dependencies by @tdgroot in #101
  • manage_vhost sometimes breaks and redis version update results a fatal error during deploy by @stijnbernards in #93
  • brancher: Poll for SSH reachability after delivery by @tdgroot in #103

New Contributors

Full Changelog: 3.5.5...3.6.0

3.5.5

Choose a tag to compare

@tdgroot tdgroot released this 25 Jan 16:16
f9b143e

What's Changed

Full Changelog: 3.5.4...3.5.5

3.5.4

Choose a tag to compare

@tdgroot tdgroot released this 05 Dec 12:58
70e90a5

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

Choose a tag to compare

@tdgroot tdgroot released this 22 Jun 14:28
c9331e9

What's Changed

  • composer: Update Deployer to 7.3.1 by @tdgroot in #92

Full Changelog: 3.5.2...3.5.3

3.5.2

Choose a tag to compare

@AlexanderGrooff AlexanderGrooff released this 03 May 07:59
d4c7e45

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.1

Choose a tag to compare

@tdgroot tdgroot released this 24 Mar 10:35
7101be1

What's Changed

  • GithubWorkflowPrinter: Match workflow command in multiline string buffer by @tdgroot in #90

Full Changelog: 3.5.0...3.5.1

3.5.0

Choose a tag to compare

@tdgroot tdgroot released this 23 Mar 14:22
bacc3ee

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

Full Changelog: 3.4.1...3.5.0

3.4.1

Choose a tag to compare

@tdgroot tdgroot released this 01 Feb 10:53
39daf89

What's Changed

  • DeployRunner: Add SIGINT handler to run fail tasks by @tdgroot in #82
  • composer: Add ext-pcntl requirement by @tdgroot in #83
  • composer: Update dependencies @tdgroot in #83
  • varnish: Fix invalid varnish 6 vcl name generation in #83

Full Changelog: 3.4.0...3.4.1

3.4.0

Choose a tag to compare

@AlexanderGrooff AlexanderGrooff released this 23 Jan 10:51
f74f7ff

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

Full Changelog: 3.3.4...3.4.0

Version 3.3.4

Choose a tag to compare

@tdgroot tdgroot released this 04 Jan 11:46
5d57faa

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