Releases: itsjeffro/deploy
Releases · itsjeffro/deploy
v3.0.2
- Fixed path to factories and migrations
v3.0.1
Updated
- Updated deploy variables to pass auth user to view
- Updated Layout component to display auth user's name
v3.0.0
Updated to support Laravel 8. Refer to the UPGRADE.md and diff for details on the changes made.
v2.2.1
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
Added
- Added ability to re-order hooks
v2.1.4
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
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
Hotfix
- Added componentWillUnmount and unsubscribe from deployment channels to prevent duplicate status being added to table.
v2.1.1
Hotfix
- Prevent duplicate deployments from being added to table when a new deployment is initiated.
v2.1.0
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