Skip to content

Latest commit

 

History

History
84 lines (50 loc) · 3.76 KB

UPGRADE.md

File metadata and controls

84 lines (50 loc) · 3.76 KB

Upgrade notes

How to Upgrade

  1. In composer.json upgrade shopsys/deployment to new version:
    - "shopsys/deployment": "~2.1.3",
    + "shopsys/deployment": "~3.0.0",
  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 v3.2.5 to v3.2.6

  • blocked dynamic content on CDN now returns 403 code (#27)

Upgrade from v3.2.4 to v3.2.5

  • returns only static content from vshosting CDN (#25)

Upgrade from v3.2.3 to v3.2.4

  • nginx app location for customer uploaded file added (#21)

Upgrade from v3.2.2 to v3.2.3

  • implemented script to send slack notification about deployment process (#23)
  • updated fpm workers and set terminate timeout (#24)

Upgrade from v3.2.1 to v3.2.2

  • upgraded nginx to version 1.27.0 (#21)

Upgrade from v3.2.0 to v3.2.1

  • consumer manifests are created properly for the first deploy (#20)

Upgrade from v3.1.0 to v3.2.0

  • upgraded PHP-FPM and Nginx configuration (#19)

Upgrade from v3.0.4 to v3.1.0

  • added social-network url for redirecting to backend (#17)

Upgrade from v3.0.3 to v3.0.4

  • Warmup Symfony cache after start php container (#18)

Upgrade from v3.0.0 to v3.0.1

  • fix incorrect order of redirect requests (#15)

Upgrade from v2.1.3 to v3.0.0

  • refactor working with whitelisted IP addresses (#11)
  • fix redirect chain (#12)
  • correctly call self domain from container (#13)
  • improve configuration for Redis (#14)

Upgrade from v2.1.2 to v2.1.3

  • added security headers for more safety (#10)

Upgrade from v2.1.1 to v2.1.2

  • update your deploy-project.sh to properly deploy consumer manifests (#9)

Upgrade from v2.1.0 to v2.1.1

Upgrade from v2.0.1 to v2.1.0

  • clear Redis cache only once instead of at every container start (#7)
    • phing target clean-redis-storefront is available from shopsys/framework v14.0.0

Upgrade from v1.1.0 to v2.0.1

  • use image proxy for images (#5 and #6)
    • the @imageResizer PHP script is available from shopsys/project-base v14.0.0
    • be sure to verify the images redirection regex matches your application settings
      • all the image sizes are explicitly included in the regex so if your application uses another sizes, you need to update the regex to match your application settings
      • you might need to create your own storefront nginx config file for that purpose