chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3#192
Open
chore(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.7.3#192
Conversation
739e62a to
5a840d3
Compare
3cb9972 to
789222f
Compare
…eepalive, HTTP/2Feature/replace nviennot with native keepalive (#203) * refactor(CO-3074): replace nviennot tcp-keepalive module with native nginx so_keepalive Replace the external nviennot/nginx-tcp-keepalive module with nginx's native so_keepalive parameter on listen directives. This removes an external dependency on a dormant module (last updated 2021) in favor of built-in functionality available since nginx 1.11.0. Changes: - Remove tcp_keepalive directive from nginx.conf.web.template - Add so_keepalive=on to all listen directives across: - HTTP/HTTPS web templates - Admin console templates - SSO templates - Mail proxy templates (IMAP/IMAPS/POP3/POP3S) - Stream templates (XMPP/AddressBook) Note: The nginx-tcp-keepalive module can now be removed from carbonio-thirds PKGBUILD. * fix(CO-3074): add cookie security flags, upstream keepalive, and HTTP/2 for admin - Add HttpOnly, Secure, SameSite=Strict to logout cookies on HTTPS templates - Add HttpOnly, SameSite=Strict to logout cookies on HTTP templates - Add keepalive 32 to all service upstreams for connection reuse - Enable HTTP/2 on admin panel templates * fix(CO-3074): add carbonio-catalog as runtime dependency The proxy configures an Envoy sidecar upstream for carbonio-catalog but the package was not declared as a dependency, causing connection resets when the catalog service is missing. * fix(CO-3074): add Connection header for upstream keepalive support Add `proxy_set_header Connection "";` to all non-WebSocket locations that use keepalive-enabled upstreams. Without this header, nginx sends `Connection: close` by default, preventing connection reuse and making the `keepalive 32;` directives ineffective. Locations updated: - /services/files/, /services/chats/, /services/docs/, /services/tasks/ - /services/storages/, /services/catalog/, /services/mobile/tokens - /services/certificate-manager/, /zx/login/, /zx/auth/ WebSocket locations (/services/chats/events, /services/messaging/ws-xmpp, /services/docs/editor/) already have `Connection "upgrade"` and are unchanged. Refs: CO-3074
789222f to
9c5f9fa
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.1.0→1.7.3Release Notes
mojohaus/flatten-maven-plugin (org.codehaus.mojo:flatten-maven-plugin)
v1.7.3Compare Source
🐛 Bug Fixes
📦 Dependency updates
v1.7.2Compare Source
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
v1.7.1Compare Source
🐛 Bug Fixes
📝 Documentation updates
👻 Maintenance
📦 Dependency updates
v1.7.0Compare Source
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
v1.6.0Compare Source
🚀 New features and improvements
🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build
v1.5.0Compare Source
🚀 New features and improvements
📦 Dependency updates
👻 Maintenance
v1.4.1Compare Source
🐛 Bug Fixes
v1.4.0🚀 New features and improvements
System.lineSeparator()on all systems (#335) @ppkarwasz🐛 Bug Fixes
📦 Dependency updates
👻 Maintenance
🔧 Build
Configuration
📅 Schedule: Branch creation - "after 9am and before 6pm every weekday except after 12pm and before 2pm" in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.