Skip to content

Releases: itsjeffro/deploy

v3.0.2

23 May 11:22
Compare
Choose a tag to compare
  • Fixed path to factories and migrations

v3.0.1

17 Oct 02:22
Compare
Choose a tag to compare

Updated

  • Updated deploy variables to pass auth user to view
  • Updated Layout component to display auth user's name

v3.0.0

16 Oct 08:31
Compare
Choose a tag to compare

Updated to support Laravel 8. Refer to the UPGRADE.md and diff for details on the changes made.

v2.2.1

09 May 03:43
Compare
Choose a tag to compare

Hotfix

  • Bump version on lodash to fix security vulnerability
  • Bump version on url-parser to fix security vulnerability

Added

  • Added additional test cases for hook ordering

v2.2.0

23 Apr 11:38
Compare
Choose a tag to compare

Added

  • Added ability to re-order hooks

v2.1.4

20 Apr 11:32
Compare
Choose a tag to compare

Updated

  • Pass provider (eg Github) access token to headers instead of as a URL query
  • Add a link to account if the user has no git providers configured

v2.1.3

17 Apr 12:57
Compare
Choose a tag to compare

Hotfix

  • Added logic to encrypt environment key to WriteEnvironmentJob, then decrypt it during the job process. This will prevent the key being stored in plaintext in the job's payload.

v2.1.2

17 Apr 12:00
Compare
Choose a tag to compare

Hotfix

  • Added componentWillUnmount and unsubscribe from deployment channels to prevent duplicate status being added to table.

v2.1.1

17 Apr 10:27
Compare
Choose a tag to compare

Hotfix

  • Prevent duplicate deployments from being added to table when a new deployment is initiated.

v2.1.0

17 Apr 08:53
Compare
Choose a tag to compare

Added

  • Check project limit method from user model during project creation

Updated

  • Updated react TextField component to include isRequired prop. This will display an asterisks near the form label if true.
  • Updated methods to return return types