Skip to content

Commit

Permalink
Bump Platformify to v0.2.4
Browse files Browse the repository at this point in the history
Release notes:
* Fix #167: Missing locations root leads to 500 once the app is deployed by @lolautruche in platformsh/platformify#168
* Bump Node default version to 20 by @lolautruche in platformsh/platformify#172
* Name is about application, not project by @lolautruche in platformsh/platformify#173
* Skip empty files when generating by @akalipetis in platformsh/platformify#179
* Fix Laravel database and n handling by @akalipetis in platformsh/platformify#180
* Add more Strapi-specific environment variables by @akalipetis in platformsh/platformify#181
  • Loading branch information
akalipetis committed Oct 26, 2023
1 parent 538bf57 commit ea05f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-playground/validator/v10 v10.14.1
github.com/gofrs/flock v0.8.1
github.com/mattn/go-isatty v0.0.16
github.com/platformsh/platformify v0.2.3
github.com/platformsh/platformify v0.2.4
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ github.com/platformsh/platformify v0.2.2 h1:pGWI9JqgzaSTyFP+lacrHfOpZQ6yqilx3abV
github.com/platformsh/platformify v0.2.2/go.mod h1:OTcTo+D6DJXQswy7D2yfzgx4v3wUai3fU5BGAXr2FjI=
github.com/platformsh/platformify v0.2.3 h1:+0cVerZdBx58U4Ju4AC9j7ynT19/kZMUzkq3yMrFgjM=
github.com/platformsh/platformify v0.2.3/go.mod h1:OTcTo+D6DJXQswy7D2yfzgx4v3wUai3fU5BGAXr2FjI=
github.com/platformsh/platformify v0.2.4 h1:YUFBie2Es4vDcOZCuJF1C/xM8c6VXaSpGx+r/DZLmaQ=
github.com/platformsh/platformify v0.2.4/go.mod h1:OTcTo+D6DJXQswy7D2yfzgx4v3wUai3fU5BGAXr2FjI=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
Expand Down

0 comments on commit ea05f88

Please sign in to comment.