c3b957dcca
chore(deps): update dependency outline/outline to v1.5.0 ( #4012 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 33s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outline/outline](https://github.com/outline/outline ) | minor | `1.4.0` → `1.5.0` |
---
### Release Notes
<details>
<summary>outline/outline (outline/outline)</summary>
### [`v1.5.0`](https://github.com/outline/outline/releases/tag/v1.5.0 )
[Compare Source](https://github.com/outline/outline/compare/v1.4.0...v1.5.0 )
#### What's Changed
##### Improvements
- Added sorting options to the search screen in [#​11242](https://github.com/outline/outline/pull/11242 )
- Added `diff` language highlighting for code blocks in [#​11301](https://github.com/outline/outline/pull/11301 )
- Allow `cmd+enter` to toggle all checkboxes in a selection in [#​11322](https://github.com/outline/outline/pull/11322 )
- Added support for currency sorting in tables in [#​11332](https://github.com/outline/outline/pull/11332 )
- Added a custom color picker for text highlights in [#​11337](https://github.com/outline/outline/pull/11337 )
- Clicking on a group in the share dialog now shows it's members in [#​11338](https://github.com/outline/outline/pull/11338 )
- Table headers are now sticky in [#​11353](https://github.com/outline/outline/pull/11353 )
- Importing toggle blocks from Notion is now supported in [#​11371](https://github.com/outline/outline/pull/11371 )
- All tables in settings now have right-click context menu support in [#​11378](https://github.com/outline/outline/pull/11378 )
- Added a hide/show completed items control for checkbox lists in [#​11379](https://github.com/outline/outline/pull/11379 )
- Markdown frontmatter is now converted to YAML code blocks on import in [#​11420](https://github.com/outline/outline/pull/11420 )
- Added a "Rename" option to sidebar context menus in [#​11425](https://github.com/outline/outline/pull/11425 )
- Added Alt-click to recursively expand or collapse sidebar documents and collections in [#​11432](https://github.com/outline/outline/pull/11432 )
- Added a preference for desktop notification badge with off, count, and indicator options in [#​11436](https://github.com/outline/outline/pull/11436 )
- Added alphabetic ordered list support to markdown import and paste in [#​11446](https://github.com/outline/outline/pull/11446 )
- Allow creating a new document before or after another in the sidebar in [#​11453](https://github.com/outline/outline/pull/11453 )
##### Fixes
- Preserved alignment and caption when replacing images in [#​11407](https://github.com/outline/outline/pull/11407 )
- Improved popularity scoring job performance in [#​11293](https://github.com/outline/outline/pull/11293 )
- Fixed downloading mermaid images from the lightbox in [#​11300](https://github.com/outline/outline/pull/11300 )
- Further popularity scoring performance improvements in [#​11305](https://github.com/outline/outline/pull/11305 )
- Fixed text truncation with emoji icons in sidebar in [#​11307](https://github.com/outline/outline/pull/11307 )
- Separated user input errors from internal errors for Sentry reporting in [#​11308](https://github.com/outline/outline/pull/11308 )
- Fixed editor focus loss on text link interaction in [#​11310](https://github.com/outline/outline/pull/11310 )
- Removed unnecessary Markdown conversion when importing HTML in [#​11315](https://github.com/outline/outline/pull/11315 )
- Fixed "New draft" from command menu leading to "Not found" in [#​11316](https://github.com/outline/outline/pull/11316 )
- Improved slow query in `CleanupDeletedDocumentsTask` in [#​11317](https://github.com/outline/outline/pull/11317 )
- Removed Babel from production dependencies in [#​11318](https://github.com/outline/outline/pull/11318 )
- Minor React performance optimizations in [#​11319](https://github.com/outline/outline/pull/11319 )
- Fixed share panel state for drafts in a shared parent in [#​11320](https://github.com/outline/outline/pull/11320 )
- Fixed embed option showing for links that cannot be embedded in [#​11323](https://github.com/outline/outline/pull/11323 )
- Fixed non-admins being unable to see public ACL attachments in [#​11326](https://github.com/outline/outline/pull/11326 )
- Fixed suggestion menu inserting at incorrect position when choosing with mouse in [#​11327](https://github.com/outline/outline/pull/11327 )
- Fixed passkey registration with non-standard HTTPS ports in [#​11329](https://github.com/outline/outline/pull/11329 )
- Fixed collapsed toggles not expanding when they contain the highlighted search result in [#​11330](https://github.com/outline/outline/pull/11330 )
- Fixed column and row selection not restoring after sort or align in [#​11333](https://github.com/outline/outline/pull/11333 )
- Renamed `DATABASE_READ_ONLY_URL` environment variable in [#​11334](https://github.com/outline/outline/pull/11334 )
- Fixed Safari print offset issue in [#​11339](https://github.com/outline/outline/pull/11339 )
- Permanently deleted documents are now removed from the local store in [#​11344](https://github.com/outline/outline/pull/11344 )
- Fixed overly broad catch-all on root share in [#​11346](https://github.com/outline/outline/pull/11346 )
- Removed hanging toggle sidebar button with no functionality in [#​11350](https://github.com/outline/outline/pull/11350 )
- Fixed tables with merged cells behaving incorrectly when sorting in [#​11351](https://github.com/outline/outline/pull/11351 )
- Fixed prefetching document structure for starred documents in [#​11355](https://github.com/outline/outline/pull/11355 )
- Refactored `activeDocumentId` handling in [#​11144](https://github.com/outline/outline/pull/11144 )
- Fixed missing outline on focused editable elements in [#​11362](https://github.com/outline/outline/pull/11362 )
- Fixed document creation routing to use the correct parameter name in [#​11369](https://github.com/outline/outline/pull/11369 )
- Fixed test snapshot in [#​11391](https://github.com/outline/outline/pull/11391 )
- Auto-compressed images by [@​github-actions](https://github.com/github-actions )\[bot] in [#​11394](https://github.com/outline/outline/pull/11394 )
- Fixed test snapshot in [#​11395](https://github.com/outline/outline/pull/11395 )
- Fixed Sentry error resulting from browser extensions using MobX in [#​11399](https://github.com/outline/outline/pull/11399 )
- Fixed selection toolbar issues around link selection in [#​11408](https://github.com/outline/outline/pull/11408 )
- Removed unnecessary loading of authentication rows in `userProvisioner` in [#​11413](https://github.com/outline/outline/pull/11413 )
- Allowlisted more methods for CSRF skip in [#​11414](https://github.com/outline/outline/pull/11414 )
- Added `application_name` to database logging in [#​11415](https://github.com/outline/outline/pull/11415 )
- Fixed exporting a document with a table causing a crash in [#​11422](https://github.com/outline/outline/pull/11422 )
- Fixed an issue in active context creation due to a fallback in [#​11426](https://github.com/outline/outline/pull/11426 )
- Stopped using public ACL for avatars in [#​11427](https://github.com/outline/outline/pull/11427 )
- Fixed potential task queue saturation in the Notion importer in [#​11428](https://github.com/outline/outline/pull/11428 )
- Fixed edits containing only a mention below edit distance not triggering a notification in [#​11434](https://github.com/outline/outline/pull/11434 )
- Fixed missing check for disabled group mentions in [#​11435](https://github.com/outline/outline/pull/11435 )
- Fixed mispositioned toolbar on first document open in [#​11437](https://github.com/outline/outline/pull/11437 )
- Fixed creating a new document from the sidebar not redirecting correctly to edit mode in [#​11442](https://github.com/outline/outline/pull/11442 )
- Fixed collections with the same name overwriting each other in export in [#​11443](https://github.com/outline/outline/pull/11443 )
- Fixed notification badge not appearing until the notification popover was opened in [#​11444](https://github.com/outline/outline/pull/11444 )
- Translation locale files now load over `CDN_URL` for better performance in [#​11445](https://github.com/outline/outline/pull/11445 )
- Fixed synthetic "latest" revision failing to load in [#​11451](https://github.com/outline/outline/pull/11451 )
- Added missing tooltips in [#​11452](https://github.com/outline/outline/pull/11452 )
- Cleaned up the collection create dialog in [#​11454](https://github.com/outline/outline/pull/11454 )
- Fixed small race conditions in the diagrams.net integration in [#​11458](https://github.com/outline/outline/pull/11458 )
**Full Changelog**: <https://github.com/outline/outline/compare/v1.4.0...v1.5.0 >
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #4012
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-15 21:38:54 +00:00
9128908fb1
chore(deps): update postgres-cluster docker tag to v7.6.0 ( #3958 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 48s
renovate / renovate (push) Successful in 1m15s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg ) | minor | `7.5.1` → `7.6.0` |
---
### 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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0IiwiaW1hZ2UiXX0=-->
Reviewed-on: #3958
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-13 19:55:17 +00:00
fed83257e3
chore(deps): update postgres-cluster docker tag to v7.5.1 ( #3824 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 23s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 20m17s
renovate / renovate (push) Successful in 4m5s
2026-02-07 02:35:51 +00:00
ebc458201a
chore(deps): update cloudflared docker tag to v2.3.0 ( #3820 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 22s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `2.2.2` → `2.3.0` |
---
### Release Notes
<details>
<summary>cloudflare/cloudflared (cloudflared)</summary>
### [`v2.3.0`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202230 )
##### New Features
- It is now possible to configure Ingress Rules to point to an origin served by unix socket with either HTTP or HTTPS.
If the origin starts with `unix:/` then we assume HTTP (existing behavior). Otherwise, the origin can start with
`unix+tls:/` for HTTPS.
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #3820
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-02-07 02:23:55 +00:00
476cbab8dc
chore(deps): update redis-replication docker tag to v1.0.4 ( #3689 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 22s
renovate / renovate (push) Has started running
2026-02-03 20:39:15 +00:00
1c1eb55ce7
chore(deps): update cloudflared docker tag to v2.2.2 ( #3676 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Successful in 2m21s
2026-02-03 03:45:39 +00:00
051f5dc463
chore(deps): update redis-replication docker tag to v1.0.2 ( #3673 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 45s
renovate / renovate (push) Successful in 2m17s
2026-02-03 00:28:50 +00:00
7f81ddbf78
chore(deps): update cloudflared docker tag to v2.2.1 ( #3569 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 1m26s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `2.1.9` → `2.2.1` |
---
### Release Notes
<details>
<summary>cloudflare/cloudflared (cloudflared)</summary>
### [`v2.2.1`](https://github.com/cloudflare/cloudflared/blob/HEAD/CHANGES.md#202221 )
##### New Features
- This project now has a new LICENSE that is more compliant with open source purposes.
##### Bug Fixes
- Various fixes to the reliability of `quic` protocol.
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #3569
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-28 18:46:47 +00:00
f8ee19f59f
chore(deps): update dependency outline/outline to v1.4.0 ( #3546 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 36s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outline/outline](https://github.com/outline/outline ) | minor | `1.3.0` → `1.4.0` |
---
### Release Notes
<details>
<summary>outline/outline (outline/outline)</summary>
### [`v1.4.0`](https://github.com/outline/outline/releases/tag/v1.4.0 )
[Compare Source](https://github.com/outline/outline/compare/v1.3.0...v1.4.0 )
#### What's Changed
##### Highlights
- New **"Toggle blocks"** allow creating content that is collapsed by default in [#​8317](https://github.com/outline/outline/pull/8317 )
- Table cells can now have a custom background color set in [#​10930](https://github.com/outline/outline/pull/10930 )
- Search results are now highlighted in the document when navigating from search in [#​11262](https://github.com/outline/outline/pull/11262 )
##### Other improvements
- A new Figma integration allows unfurling information about Figma links in documents by [@​hmacr](https://github.com/hmacr ) in [#​11044](https://github.com/outline/outline/pull/11044 )
- Added support for sorting dates in table columns by [@​lucawimmer](https://github.com/lucawimmer ) in [#​11198](https://github.com/outline/outline/pull/11198 )
- Document changes made through the API are now synced to clients in realtime in [#​11186](https://github.com/outline/outline/pull/11186 )
- The rate limiter now prefers user ID over ip address for logged in sessions, prevents issues on larger office networks in [#​11215](https://github.com/outline/outline/pull/11215 )
- The markdown importer now supports more file layouts in [#​11278](https://github.com/outline/outline/pull/11278 )
##### Fixes
- Fixed some typos comments and messages by [@​NAM-MAN](https://github.com/NAM-MAN ) in [#​11203](https://github.com/outline/outline/pull/11203 )
- Fixed an issue where mentions would sometimes break when using drag and drop in a list in [#​11208](https://github.com/outline/outline/pull/11208 )
- The edit diagram control no longer appears in read-only mode in [#​11207](https://github.com/outline/outline/pull/11207 )
- Infinite recursion in `dd-trace` dependency causes memory issues in [#​11211](https://github.com/outline/outline/pull/11211 )
- Imported content now gracefully handles HTTP links in [#​11210](https://github.com/outline/outline/pull/11210 )
- Editor suggestions on mobile now uses a drawer in [#​11213](https://github.com/outline/outline/pull/11213 )
- When importing markdown checkboxes are now supported in table cells in [#​11217](https://github.com/outline/outline/pull/11217 )
- GCS uniform bucket-level access now supported by [@​maycuatroi1](https://github.com/maycuatroi1 ) in [#​11222](https://github.com/outline/outline/pull/11222 )
- Fixed a hanging read stream handle causing excessive memory usage on export in [#​11237](https://github.com/outline/outline/pull/11237 )
- Fixed mermaid diagrams do not render when pasting markdown in [#​11243](https://github.com/outline/outline/pull/11243 )
- Remote edits no longer exit Mermaid editing state in [#​11244](https://github.com/outline/outline/pull/11244 )
- Table row is now inserted correctly with merged first column cells in [#​11245](https://github.com/outline/outline/pull/11245 )
- Allow http\:// loopback redirect URIs for native OAuth apps (RFC 8252) in [#​11255](https://github.com/outline/outline/pull/11255 )
- "Split cell" option now works without accurate selection in [#​11256](https://github.com/outline/outline/pull/11256 )
- Adding text below images is now easier as trailing paragraph is enforcedd by [@​RudraPrasad001](https://github.com/RudraPrasad001 ) in [#​11257](https://github.com/outline/outline/pull/11257 )
- Tooltip in editor toolbar with submenu is now hidden when submenu is open in [#​11263](https://github.com/outline/outline/pull/11263 )
- Non-platform passkeys such as Yubikey and mobile QRcode are now allowed in [#​11265](https://github.com/outline/outline/pull/11265 )
- diagrams.net theme now matches editor theme by [@​Twometer](https://github.com/Twometer ) in [#​11267](https://github.com/outline/outline/pull/11267 )
- Custom emoji characters are now displayed correctly in TOC in [#​11275](https://github.com/outline/outline/pull/11275 )
- Fixed an issue where the policy for documents restore was too broad in [#​11279](https://github.com/outline/outline/pull/11279 )
- Passkey setup is now available to non-admin users by [@​Raphmatt](https://github.com/Raphmatt ) in [#​11286](https://github.com/outline/outline/pull/11286 )
#### New Contributors
- [@​NAM-MAN](https://github.com/NAM-MAN ) made their first contribution in [#​11203](https://github.com/outline/outline/pull/11203 )
- [@​lucawimmer](https://github.com/lucawimmer ) made their first contribution in [#​11198](https://github.com/outline/outline/pull/11198 )
- [@​maycuatroi1](https://github.com/maycuatroi1 ) made their first contribution in [#​11222](https://github.com/outline/outline/pull/11222 )
- [@​RudraPrasad001](https://github.com/RudraPrasad001 ) made their first contribution in [#​11257](https://github.com/outline/outline/pull/11257 )
- [@​Twometer](https://github.com/Twometer ) made their first contribution in [#​11267](https://github.com/outline/outline/pull/11267 )
- [@​Raphmatt](https://github.com/Raphmatt ) made their first contribution in [#​11286](https://github.com/outline/outline/pull/11286 )
**Full Changelog**: <https://github.com/outline/outline/compare/v1.3.0...v1.4.0 >
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #3546
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-28 01:15:51 +00:00
f46ac98970
chore(deps): update appVersions
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 11m40s
render-manifests-push / render-manifests-push (push) Successful in 12m20s
2026-01-23 17:05:18 -06:00
914dd14c81
fix: align renovate custom manager to appVersion updates on Chart
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 49m21s
renovate / renovate (push) Successful in 13m16s
2026-01-23 14:49:38 -06:00
3ff0d4dc3f
chore(deps): update postgres-cluster docker tag to v7.5.0 ( #3377 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 15s
renovate / renovate (push) Successful in 1m34s
render-manifests-dispatch / render-manifests-dispatch (push) Successful in 47m38s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg ) | minor | `7.4.5` → `7.5.0` |
---
### 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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiLCJpbWFnZSJdfQ==-->
Reviewed-on: #3377
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-23 00:57:31 +00:00
3d4d631bd4
Update cloudflared Docker tag to v2.1.9 ( #3294 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2026-01-17 17:34:04 +00:00
285e17717f
Update Helm release app-template to v4.6.2 ( #3266 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Successful in 1m24s
2026-01-16 18:57:33 +00:00
f837d89595
Update cloudflared Docker tag to v2.1.6 ( #3132 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 33s
renovate / renovate (push) Has been cancelled
2026-01-08 23:05:37 +00:00
db03b57c8c
update redis charts
lint-test-helm / lint-helm (push) Successful in 18s
renovate / renovate (push) Successful in 2m1s
render-manifests-push / render-manifests-push (push) Successful in 2m36s
2026-01-08 16:09:34 -06:00
a100fc174a
Update Helm release app-template to v4.6.0 ( #3094 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 24s
renovate / renovate (push) Successful in 2m15s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.5.0` → `4.6.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.6.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.6.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.5.0...app-template-4.6.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.6.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.6.0 )
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->
Reviewed-on: #3094
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2026-01-07 23:03:02 +00:00
f1eb78a0f8
Update postgres-cluster Docker tag to v7.4.5 ( #2892 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 22s
renovate / renovate (push) Successful in 56s
2025-12-27 19:50:33 +00:00
7a2938a142
upgrade chart
2025-12-26 17:18:18 -06:00
d5205adaf5
update chart
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 52s
renovate / renovate (push) Successful in 1m2s
2025-12-23 23:03:52 -06:00
5495c30990
Update postgres-cluster Docker tag to v7.1.4 ( #2778 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 10s
renovate / renovate (push) Successful in 1m38s
2025-12-21 19:08:40 +00:00
7104bc3e9a
update chart
lint-test-helm / lint-helm (push) Successful in 12s
render-manifests-push / render-manifests-push (push) Successful in 1m8s
renovate / renovate (push) Successful in 2m33s
2025-12-17 19:11:14 -06:00
735d4eb442
update chart
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Successful in 1m26s
renovate / renovate (push) Successful in 2m48s
2025-12-17 18:59:01 -06:00
b062b07c83
update chart
lint-test-helm / lint-helm (push) Successful in 23s
render-manifests-push / render-manifests-push (push) Successful in 2m1s
renovate / renovate (push) Successful in 2m52s
2025-12-17 18:02:53 -06:00
501e8a09a3
update chart
lint-test-helm / lint-helm (push) Successful in 9s
render-manifests-push / render-manifests-push (push) Successful in 1m16s
renovate / renovate (push) Successful in 3m29s
2025-12-17 17:55:05 -06:00
5252e5ae22
update chart
lint-test-helm / lint-helm (push) Successful in 11s
render-manifests-push / render-manifests-push (push) Failing after 30s
renovate / renovate (push) Successful in 2m7s
2025-12-17 17:08:51 -06:00
feb8ae9e0b
migrate to new chart
lint-test-helm / lint-helm (push) Successful in 19s
render-manifests-push / render-manifests-push (push) Successful in 2m40s
renovate / renovate (push) Successful in 1m12s
2025-12-17 16:45:48 -06:00
e271c72649
Update postgres-cluster Docker tag to v7.1.3 ( #2657 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2025-12-17 16:14:03 +00:00
92b1b22c1e
update chart
lint-test-helm / lint-helm (push) Successful in 35s
renovate / renovate (push) Successful in 1m21s
render-manifests-push / render-manifests-push (push) Successful in 2m28s
2025-12-15 15:42:08 -06:00
3a56b37624
replace with chart
lint-test-helm / lint-helm (push) Successful in 44s
render-manifests-push / render-manifests-push (push) Successful in 40s
renovate / renovate (push) Successful in 1m53s
2025-12-15 13:24:41 -06:00
b991d9509c
remove old cluster
lint-test-helm / lint-helm (push) Failing after 29s
render-manifests-push / render-manifests-push (push) Successful in 44s
renovate / renovate (push) Successful in 3m46s
2025-12-13 18:16:20 -06:00
a07827d63d
add cluster
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 38s
renovate / renovate (push) Has been cancelled
2025-12-13 18:10:44 -06:00
73f1546b58
Update cloudflared Docker tag to v1.23.2 ( #2288 )
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-12-07 02:56:45 +00:00
2cf3152190
Update Helm release app-template to v4.5.0 ( #2270 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 16s
renovate / renovate (push) Successful in 1m5s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [app-template](https://github.com/bjw-s-labs/helm-charts ) | minor | `4.4.0` -> `4.5.0` |
---
### Release Notes
<details>
<summary>bjw-s-labs/helm-charts (app-template)</summary>
### [`v4.5.0`](https://github.com/bjw-s-labs/helm-charts/releases/tag/app-template-4.5.0 )
[Compare Source](https://github.com/bjw-s-labs/helm-charts/compare/app-template-4.4.0...app-template-4.5.0 )
##### Changelog:
##### Changed
- Upgraded the common library to v4.5.0
- [Upgrade notes](https://bjw-s-labs.github.io/helm-charts/docs/app-template/upgrade-instructions/ )
- [Detailed release notes](https://github.com/bjw-s-labs/helm-charts/releases/tag/common-4.5.0 )
</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 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #2270
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-05 21:07:08 +00:00
bb1e86a9ce
Update postgres-cluster Docker tag to v6.16.1 ( #2237 )
...
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m0s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg ) | patch | `6.16.0` -> `6.16.1` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->
Reviewed-on: #2237
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-12-04 00:28:30 +00:00
8bd90bf506
Update cloudflared Docker tag to v1.23.1 ( #2191 )
lint-test-helm / helm-lint (push) Successful in 10s
render-manifests / render-manifests (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-12-03 06:05:58 +00:00
72989730c7
migrate
lint-test-helm / helm-lint (push) Successful in 11s
render-manifests / render-manifests-helm (push) Successful in 40s
renovate / renovate (push) Successful in 1m50s
2025-12-01 19:33:40 -06:00
4a30f53bd2
remove charts to prep for migration
lint-test-helm / helm-lint (push) Successful in 28s
renovate / renovate (push) Has been cancelled
2025-12-01 15:05:25 -06:00
e102d910bc
add render manifest workflow
lint-test-helm / helm-lint (push) Successful in 9s
render-manifests / render-manifests-helm (push) Failing after 30s
renovate / renovate (push) Successful in 2m6s
2025-11-29 21:41:00 -06:00