⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.53.0 #52

Merged
mafyuh merged 2 commits from renovate/ghcr.io-n8n-io-n8n-1.x into main 2024-07-31 20:30:08 -04:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/n8n-io/n8n (source) minor 1.52.2 -> 1.53.0

Release Notes

n8n-io/n8n (ghcr.io/n8n-io/n8n)

v1.53.0

Bug Fixes
  • Better error message when calling data transformation functions on a null value (#​10210) (1718125)
  • core: Fix missing successful items on continueErrorOutput with multiple outputs (#​10218) (1a7713e)
  • core: Flush instance stopped event immediately (#​10238) (d6770b5)
  • core: Restore log event n8n.workflow.failed (#​10253) (3e96b29)
  • core: Upgrade @​n8n/vm2 to address CVE‑2023‑37466 (#​10265) (2a09a03)
  • editor: Defer User saved credentials telemetry event for OAuth credentials (#​10215) (40a5226)
  • editor: Fix custom API call notice (#​10227) (5b47c8b)
  • editor: Fix issue with existing credential not opening in HTTP agent tool (#​10167) (906b4c3)
  • editor: Fix parameter input glitch when there was an error loading remote options (#​10209) (c0e3743)
  • editor: Fix workflow execution list scrolling after filter change (#​10226) (7e64358)
  • Google BigQuery Node: Send timeoutMs in query, pagination support (#​10205) (f5722e8)
  • Google Sheets Node: Add column names row if sheet is empty (#​10200) (82eba9f)
  • Google Sheets Node: Do not insert row_number as a new column, do not checkForSchemaChanges in update operation (#​10201) (5136d10)
  • Google Sheets Node: Fix Google Sheet URL regex (#​10195) (e6fd996)
  • HTTP Request Node: Resolve max pages expression (#​10192) (bfc8e1b)
  • LinkedIn Node: Fix issue with some characters cutting off posts early (#​10185) (361b5e7)
  • Postgres Node: Expressions in query parameters for Postgres executeQuery operation (#​10217) (519fc4d)
  • Postgres Node: Option to treat query parameters enclosed in single quotas as text (#​10214) (00ec253)
  • Read/Write Files from Disk Node: Notice update in file selector, replace backslashes with forward slashes if windows path (#​10186) (3eac673)
  • Text Classifier Node: Use proper documentation URL and respect continueOnFail (#​10216) (452f52c)
  • Trello Node: Use body for POST requests (#​10189) (7775d50)
  • Wait Node: Authentication fix (#​10236) (f87854f)
Features
  • Calendly Trigger Node: Add OAuth Credentials Support (#​10251) (326c983)
  • core: Allow filtering workflows by project and transferring workflows in Public API (#​10231) (d719899)
  • editor: Show new executions as Queued in the UI, until they actually start (#​10204) (44728d7)
  • HTTP Request Node: Add option to disable lowercase headers (#​10154) (5aba69b)
  • Information Extractor Node: Add new simplified AI-node for information extraction (#​10149) (3d235b0)
  • Introduce Google Cloud Platform as external secrets provider (#​10146) (3ccb9df)
  • n8n Form Trigger Node: Improvements (#​10092) (711b667)
  • Recovery option for jsonParse helper (#​10182) (d165b33)
  • Sentiment Analysis Node: Implement Sentiment Analysis node (#​10184) (8ef0a0c)
  • Shopify Node: Update Shopify API version (#​10155) (e2ee915)
  • Support create, read, delete variables in Public API (#​10241) (af695eb)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Did Renovate not find changelogs? No worries! Click here

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/n8n-io/n8n](https://n8n.io) ([source](https://github.com/n8n-io/n8n)) | minor | `1.52.2` -> `1.53.0` | --- ### Release Notes <details> <summary>n8n-io/n8n (ghcr.io/n8n-io/n8n)</summary> ### [`v1.53.0`](https://github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1530-2024-07-31) ##### Bug Fixes - Better error message when calling data transformation functions on a null value ([#&#8203;10210](https://github.com/n8n-io/n8n/issues/10210)) ([1718125](https://github.com/n8n-io/n8n/commit/1718125c6d8589cf24dc8d34f6808dd6f1802691)) - **core:** Fix missing successful items on continueErrorOutput with multiple outputs ([#&#8203;10218](https://github.com/n8n-io/n8n/issues/10218)) ([1a7713e](https://github.com/n8n-io/n8n/commit/1a7713ef263680da43f08b6c8a15aee7a0341493)) - **core:** Flush instance stopped event immediately ([#&#8203;10238](https://github.com/n8n-io/n8n/issues/10238)) ([d6770b5](https://github.com/n8n-io/n8n/commit/d6770b5fcaec6438d677b918aaeb1669ad7424c2)) - **core:** Restore log event `n8n.workflow.failed` ([#&#8203;10253](https://github.com/n8n-io/n8n/issues/10253)) ([3e96b29](https://github.com/n8n-io/n8n/commit/3e96b293329525c9d4b2fcef87b3803e458c8e7f)) - **core:** Upgrade [@&#8203;n8n/vm2](https://github.com/n8n/vm2) to address CVE‑2023‑37466 ([#&#8203;10265](https://github.com/n8n-io/n8n/issues/10265)) ([2a09a03](https://github.com/n8n-io/n8n/commit/2a09a036d2e916acff7ee50904f1d011a93758e1)) - **editor:** Defer `User saved credentials` telemetry event for OAuth credentials ([#&#8203;10215](https://github.com/n8n-io/n8n/issues/10215)) ([40a5226](https://github.com/n8n-io/n8n/commit/40a5226e24448a4428143e69d80ebc78238365a1)) - **editor:** Fix custom API call notice ([#&#8203;10227](https://github.com/n8n-io/n8n/issues/10227)) ([5b47c8b](https://github.com/n8n-io/n8n/commit/5b47c8b57b25528cd2d6f97bc6d98707d47f35bc)) - **editor:** Fix issue with existing credential not opening in HTTP agent tool ([#&#8203;10167](https://github.com/n8n-io/n8n/issues/10167)) ([906b4c3](https://github.com/n8n-io/n8n/commit/906b4c3c7b2919111cf23eaa12b3c4d507969179)) - **editor:** Fix parameter input glitch when there was an error loading remote options ([#&#8203;10209](https://github.com/n8n-io/n8n/issues/10209)) ([c0e3743](https://github.com/n8n-io/n8n/commit/c0e37439a87105a0e66c8ebced42c06dab30dc5e)) - **editor:** Fix workflow execution list scrolling after filter change ([#&#8203;10226](https://github.com/n8n-io/n8n/issues/10226)) ([7e64358](https://github.com/n8n-io/n8n/commit/7e643589c67adc0218216ec4b89a95f0edfedbee)) - **Google BigQuery Node:** Send timeoutMs in query, pagination support ([#&#8203;10205](https://github.com/n8n-io/n8n/issues/10205)) ([f5722e8](https://github.com/n8n-io/n8n/commit/f5722e8823ccd2bc2b5f43ba3c849797d5690a93)) - **Google Sheets Node:** Add column names row if sheet is empty ([#&#8203;10200](https://github.com/n8n-io/n8n/issues/10200)) ([82eba9f](https://github.com/n8n-io/n8n/commit/82eba9fc5ff49b8e2a9db93c10b253fb67a8c644)) - **Google Sheets Node:** Do not insert row_number as a new column, do not checkForSchemaChanges in update operation ([#&#8203;10201](https://github.com/n8n-io/n8n/issues/10201)) ([5136d10](https://github.com/n8n-io/n8n/commit/5136d10ca3492f92af67d4a1d4abc774419580cc)) - **Google Sheets Node:** Fix Google Sheet URL regex ([#&#8203;10195](https://github.com/n8n-io/n8n/issues/10195)) ([e6fd996](https://github.com/n8n-io/n8n/commit/e6fd996973d4f40facf0ebf1eea3cc26acd0603d)) - **HTTP Request Node:** Resolve max pages expression ([#&#8203;10192](https://github.com/n8n-io/n8n/issues/10192)) ([bfc8e1b](https://github.com/n8n-io/n8n/commit/bfc8e1b56f7714e1f52aae747d58d686b86e60f0)) - **LinkedIn Node:** Fix issue with some characters cutting off posts early ([#&#8203;10185](https://github.com/n8n-io/n8n/issues/10185)) ([361b5e7](https://github.com/n8n-io/n8n/commit/361b5e7c37ba49b68dcf5b8122621aad4d8d96e0)) - **Postgres Node:** Expressions in query parameters for Postgres executeQuery operation ([#&#8203;10217](https://github.com/n8n-io/n8n/issues/10217)) ([519fc4d](https://github.com/n8n-io/n8n/commit/519fc4d75325a80b84cc4dcacf52d6f4c02e3a44)) - **Postgres Node:** Option to treat query parameters enclosed in single quotas as text ([#&#8203;10214](https://github.com/n8n-io/n8n/issues/10214)) ([00ec253](https://github.com/n8n-io/n8n/commit/00ec2533374d3def465efee718592fc4001d5602)) - **Read/Write Files from Disk Node:** Notice update in file selector, replace backslashes with forward slashes if windows path ([#&#8203;10186](https://github.com/n8n-io/n8n/issues/10186)) ([3eac673](https://github.com/n8n-io/n8n/commit/3eac673b17986c5c74bd2adb5ad589ba0ca55319)) - **Text Classifier Node:** Use proper documentation URL and respect continueOnFail ([#&#8203;10216](https://github.com/n8n-io/n8n/issues/10216)) ([452f52c](https://github.com/n8n-io/n8n/commit/452f52c124017e002e86c547ba42b1633b14beed)) - **Trello Node:** Use body for POST requests ([#&#8203;10189](https://github.com/n8n-io/n8n/issues/10189)) ([7775d50](https://github.com/n8n-io/n8n/commit/7775d5059b7f69d9af22e7ad7d12c6cf9092a4e5)) - **Wait Node:** Authentication fix ([#&#8203;10236](https://github.com/n8n-io/n8n/issues/10236)) ([f87854f](https://github.com/n8n-io/n8n/commit/f87854f8db360b7b870583753fcfb4af95adab8c)) ##### Features - **Calendly Trigger Node:** Add OAuth Credentials Support ([#&#8203;10251](https://github.com/n8n-io/n8n/issues/10251)) ([326c983](https://github.com/n8n-io/n8n/commit/326c983915a2c382e32398358e7dcadd022c0b77)) - **core:** Allow filtering workflows by project and transferring workflows in Public API ([#&#8203;10231](https://github.com/n8n-io/n8n/issues/10231)) ([d719899](https://github.com/n8n-io/n8n/commit/d719899223907b20a17883a35e4ef637a3453532)) - **editor:** Show new executions as `Queued` in the UI, until they actually start ([#&#8203;10204](https://github.com/n8n-io/n8n/issues/10204)) ([44728d7](https://github.com/n8n-io/n8n/commit/44728d72423f5549dda09589f4a618ebd80899cb)) - **HTTP Request Node:** Add option to disable lowercase headers ([#&#8203;10154](https://github.com/n8n-io/n8n/issues/10154)) ([5aba69b](https://github.com/n8n-io/n8n/commit/5aba69bcf4d232d9860f3cd9fe57cb8839a2f96f)) - **Information Extractor Node:** Add new simplified AI-node for information extraction ([#&#8203;10149](https://github.com/n8n-io/n8n/issues/10149)) ([3d235b0](https://github.com/n8n-io/n8n/commit/3d235b0b2df756df35ac60e3dcd87ad183a07167)) - Introduce Google Cloud Platform as external secrets provider ([#&#8203;10146](https://github.com/n8n-io/n8n/issues/10146)) ([3ccb9df](https://github.com/n8n-io/n8n/commit/3ccb9df2f902e46f8cbb9c46c0727f29d752a773)) - **n8n Form Trigger Node:** Improvements ([#&#8203;10092](https://github.com/n8n-io/n8n/issues/10092)) ([711b667](https://github.com/n8n-io/n8n/commit/711b667ebefe55740e5eb39f1f0f24ceee10e7b0)) - Recovery option for jsonParse helper ([#&#8203;10182](https://github.com/n8n-io/n8n/issues/10182)) ([d165b33](https://github.com/n8n-io/n8n/commit/d165b33ceac4d24d0fc290bffe63b5f551204e38)) - **Sentiment Analysis Node:** Implement Sentiment Analysis node ([#&#8203;10184](https://github.com/n8n-io/n8n/issues/10184)) ([8ef0a0c](https://github.com/n8n-io/n8n/commit/8ef0a0c58ac2a84aad649ccbe72aa907d005cc44)) - **Shopify Node:** Update Shopify API version ([#&#8203;10155](https://github.com/n8n-io/n8n/issues/10155)) ([e2ee915](https://github.com/n8n-io/n8n/commit/e2ee91569a382bfbf787cf45204c72c821a860a0)) - Support create, read, delete variables in Public API ([#&#8203;10241](https://github.com/n8n-io/n8n/issues/10241)) ([af695eb](https://github.com/n8n-io/n8n/commit/af695ebf934526d926ea87fe87df61aa73d70979)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Did Renovate not find changelogs? No worries! [Click here](https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-07-31 10:00:46 -04:00
⬆️ Update ghcr.io/n8n-io/n8n Docker tag to v1.53.0
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
8c28d05f3c
mafyuh added 1 commit 2024-07-31 20:29:47 -04:00
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Deploy to Hosts / deploy (pull_request) Successful in 52s
c29b872214
mafyuh merged commit 614ae5818e into main 2024-07-31 20:30:08 -04:00
mafyuh deleted branch renovate/ghcr.io-n8n-io-n8n-1.x 2024-07-31 20:30:08 -04:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#52
No description provided.