Skip to content

[bitnami/nginx] Release 19.0.0#31852

Merged
gongomgra merged 2 commits intomainfrom
nginx-http-dav
Feb 10, 2025
Merged

[bitnami/nginx] Release 19.0.0#31852
gongomgra merged 2 commits intomainfrom
nginx-http-dav

Conversation

@gongomgra
Copy link
Copy Markdown
Contributor

Description of the change

The NGINX Module ngx_http_dav_module is now available in the NGINX image as a dynamic module instead of a built-in. It is now required to explicitly load this module from the NGINX configuration

load_module /opt/bitnami/nginx/modules/ngx_http_dav_module.so;

Benefits

It enhances security.

Possible drawbacks

Additional config is now required.

Checklist

  • Chart version bumped in Chart.yaml according to semver. This is not necessary when the changes only affect README.md files.
  • Variables are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Title of the pull request follows this pattern [bitnami/<name_of_the_chart>] Descriptive title
  • All commits signed off and in agreement of Developer Certificate of Origin (DCO)

Signed-off-by: Gonzalo Gomez Gracia <[email protected]>
@gongomgra gongomgra self-assigned this Feb 10, 2025
@github-actions github-actions bot added nginx verify Execute verification workflow for these changes bitnami labels Feb 10, 2025
Signed-off-by: Bitnami Containers <[email protected]>
@gongomgra gongomgra enabled auto-merge (squash) February 10, 2025 15:05

### To 19.0.0

The [module ngx_http_dav_module](http://nginx.org/en/docs/http/ngx_http_dav_module.html), WebDAV protocol, has been converted into a dynamic module under the `/opt/bitnami/nginx/modules` directory. You need to include a `load_module /opt/bitnami/nginx/modules/ngx_http_dav_module.so;` directive to use it.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The [module ngx_http_dav_module](http://nginx.org/en/docs/http/ngx_http_dav_module.html), WebDAV protocol, has been converted into a dynamic module under the `/opt/bitnami/nginx/modules` directory. You need to include a `load_module /opt/bitnami/nginx/modules/ngx_http_dav_module.so;` directive to use it.
The [module ngx_http_dav_module](http://nginx.org/en/docs/http/ngx_http_dav_module.html), WebDAV protocol, has been converted into a dynamic module under the `/opt/bitnami/nginx/modules` directory. It is necessary to include the directive `load_module /opt/bitnami/nginx/modules/ngx_http_dav_module.so;` to enable its functionality.

Copy link
Copy Markdown
Member

@dgomezleon dgomezleon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just a minor suggestion.

@gongomgra gongomgra merged commit 3af1f49 into main Feb 10, 2025
15 checks passed
@gongomgra gongomgra deleted the nginx-http-dav branch February 10, 2025 15:10
steffenboe pushed a commit to steffenboe/charts that referenced this pull request Feb 20, 2025
* [bitnami/nginx] Release 19.0.0

Signed-off-by: Gonzalo Gomez Gracia <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Gonzalo Gomez Gracia <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Signed-off-by: Steffen Börner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bitnami nginx solved verify Execute verification workflow for these changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants