Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
2. Run `composer update shopsys/deployment`
3. Check files in mentioned pull requests and if you have any of them extended in your project, apply changes manually

## Upgrade from v4.5.0 to v4.6.0

- upgraded nginx to version 1.29 ([#67](https://github.com/shopsys/deployment/pull/67))

## Upgrade from v4.4.0 to v4.5.0

- added gopay payment notification url handled by backend with fallback to storefront ([#65](https://github.com/shopsys/deployment/pull/65))
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/deployments/webserver-php-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
cpu: "500m"
memory: 500Mi

- image: nginx:1.27-alpine
- image: nginx:1.29-alpine
name: webserver
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion tests/scenarios/basic-production/expected/webserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ spec:
name: fe-api-keys-volume
readOnly: true
workingDir: /var/www/html
- image: nginx:1.27-alpine
- image: nginx:1.29-alpine
lifecycle:
preStop:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ spec:
name: fe-api-keys-volume
readOnly: true
workingDir: /var/www/html
- image: nginx:1.27-alpine
- image: nginx:1.29-alpine
lifecycle:
preStop:
exec:
Expand Down
2 changes: 1 addition & 1 deletion tests/scenarios/escaping-env/expected/webserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ spec:
name: fe-api-keys-volume
readOnly: true
workingDir: /var/www/html
- image: nginx:1.27-alpine
- image: nginx:1.29-alpine
lifecycle:
preStop:
exec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ spec:
name: fe-api-keys-volume
readOnly: true
workingDir: /var/www/html
- image: nginx:1.27-alpine
- image: nginx:1.29-alpine
lifecycle:
preStop:
exec:
Expand Down