chore(deps): update dependency release-it to v19 - abandoned#197
Open
chore(deps): update dependency release-it to v19 - abandoned#197
Conversation
Contributor
Author
|
79f44b5 to
fe855ca
Compare
fe855ca to
7dbf9d5
Compare
91f9e64 to
ab1f363
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
ab1f363 to
b2da2f1
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. |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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:
^17.11.0→^19.2.3Release Notes
release-it/release-it (release-it)
v19.2.3Compare Source
316dbfa)f6cc8f3)6e6dd4b)v19.2.2Compare Source
getChangelogmethod (7a56364)v19.2.1Compare Source
b7aca7c)5c0a6ee)v19.2.0Compare Source
e1f825d)424c9f6)06f41bb)382e346) - thanks @julienbenac!publishPackageManagerconfig option in NPM plugin to allow using different package manager for publishing (e.g. Bun) (#1169) (0dafc0b) - thanks @chrispader!--workspaces=falsewith npm (12bb89c)05a5986)c9d6ebf)v19.1.0Compare Source
8ccd060)c4cd2ba)a10b20d)--workspaces=falseto get rid of thenull/matcheserror (14a4907)b8c1247)release-it-beautiful-changelogplugin to list of plugins (#1261) (1b68c21)7969849)v19.0.6Compare Source
92b49d3)21309d3) - thanks @dependabot[bot]!3fbaab1) - thanks @dependabot[bot]!7a12b12)1f48d03)v19.0.5Compare Source
bf6f1fb)e42e7dc) - thanks @dependabot[bot]!9933c0d) - thanks @mceachen!7d9b77f) - thanks @dependabot[bot]!96181f3)0b907d1)ca2f7b5)v19.0.4Compare Source
879a2ef) - thanks @AlejandroRM-DEV!6fc696f) - thanks @efstathiosntonas!2195b79)v19.0.3Compare Source
fccdf67) - thanks @efstathiosntonas!1604dc7)96d8889)9c7d2b3) - thanks @AlejandroRM-DEV!b792c45)v19.0.2Compare Source
engines.nodefrom 20.9 → 20.12 (resolves #1219) (a012da6)ebfc5a2)v19.0.1Compare Source
2cb4a7e)v19.0.0Compare Source
cbe2fa6)6f8150a)41dfaae)v18.1.2Compare Source
260116b)v18.1.1Compare Source
1cca380)v18.1.0Compare Source
0b9a212)releaseNotesobject for Octokit REST API based changelog (29fb513)69d813b)releaseNotesfeature self (1ec1280)2c5f298)v18.0.0Compare Source
93fc47b)162cfc9)4897f1b)3c2b1f2)9c480d8)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.