Skip to content

Releases: extra2000/nginx-formula

v3.0.1

16 May 15:11
Compare
Choose a tag to compare

3.0.1 (2021-05-16)

Code Refactoring

  • gitignore: ignore all files in nginx/files/conf.d/ except nginx/files/conf.d/.gitkeep (1b942f4)
  • https: remove unused HTTPS conf files (b65537c)

v3.0.0

14 May 14:42
Compare
Choose a tag to compare

3.0.0 (2021-05-14)

⚠ BREAKING CHANGES

  • config.files: All NGINX conf files should be put into /opt/nginx/conf.d/.

Features

  • config.files: Allow multiple NGINX conf files for hosting reverse proxy on multiple services (8bc50c2)

Fixes

  • https.conf.example: Remove default_server to avoid conflict with multiple conf files (ea240f9)

Styles

  • https.conf.example: Move server_name _; to the top (f290bcd)

v2.0.1

06 May 10:33
Compare
Choose a tag to compare

2.0.1 (2021-05-06)

Fixes

  • defaults.yaml, pillar.example: Use cni-podman1 instead of cni-podman0 to prevent conflicts with rootless containers (d3ccf64)

v2.0.0

14 Mar 21:45
Compare
Choose a tag to compare

2.0.0 (2021-03-14)

⚠ BREAKING CHANGES

  • NGINX deployment is now using Podman container.

Features

  • Revamp into Podman container (a89254a)

Documentations

  • README: Update README.md (0ee4818)

v1.0.1

05 Mar 20:48
Compare
Choose a tag to compare

1.0.1 (2021-03-05)

Fixes

  • selinux: Fix permission denied when forwarding port 5601 (0ed9b6e)

v1.0.0

01 Mar 07:32
Compare
Choose a tag to compare

1.0.0 (2021-03-01)

Features

  • salt: Add implementations for nginx/ states (4d1c558)

Continuous Integrations

  • Add AppVeyor with semantic-release bot (53526c7)

Documentations

  • pillar: Add pillar.example (4906e0e)
  • README: Update README.md (9dfd43c)