6009bf8ec6
Update valkey Docker tag to v3.0.20
renovate / renovate (push) Successful in 1m46s
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-helm / helm-lint (push) Successful in 13s
2025-07-09 07:02:46 +00:00
fb2897d31a
shorten retention
lint-test-helm / helm-lint (push) Successful in 42s
renovate / renovate (push) Successful in 1m35s
2025-07-08 20:17:24 -05:00
760a276fab
Update valkey Docker tag to v3.0.17
lint-test-helm / helm-lint (pull_request) Successful in 10s
renovate / renovate (push) Successful in 1m25s
lint-test-helm / helm-lint (push) Successful in 33s
2025-07-08 14:01:48 +00:00
3ebe19fed6
Update cloudflared Docker tag to v1.18.0 ( #847 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudflared](https://github.com/cloudflare/cloudflared ) | minor | `1.17.3` -> `1.18.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #847
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-08 01:52:32 +00:00
e358614d74
Update outlinewiki/outline Docker tag to v0.85.0 ( #844 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m22s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline ) | minor | `0.84.0` -> `0.85.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.85.0`](https://github.com/outline/outline/releases/tag/v0.85.0 )
[Compare Source](https://github.com/outline/outline/compare/v0.84.0...v0.85.0 )
<img width="938" alt="image" src="https://github.com/user-attachments/assets/1545516f-8cb2-4df8-8fea-f8ad65ae49ff " />
#### What's Changed
##### Installation screen
We added a new screen when installing Outline for the first time which allows setting up a workspace in the database with email before setting up any SSO providers. This should provide an easier onboarding experience for new users.
##### Editor improvements
- Tables now have the ability to merge and split cells across rows and columns, use this to create more complex layouts.
- Added a new shortcut to create a table, just type `|--` on a new line to insert a table.
- It is now possible to specify an exact pixel size for images in https://github.com/outline/outline/pull/9288
- Add Dart and Flutter syntax highlighting is now supported in https://github.com/outline/outline/pull/9346
##### OIDC improvements
We now support the `.well-known` discovery endpoint, meaning OIDC can be configured with just `OIDC_ISSUER_URL`, `OIDC_CLIENT_ID`, and `OIDC_CLIENT_SECRET`. Much simpler than the previous approach.
PKCE is now also used if the discovery endpoint signals support.
##### Other Improvements
- Editor blocks can now be moved up and down with Cmd+Alt+Arrow keys in https://github.com/outline/outline/pull/9502
- New menu option to apply a template to existing document in https://github.com/outline/outline/pull/9236
- Hungarian language support in https://github.com/outline/outline/pull/9230
- English (UK) language support in https://github.com/outline/outline/pull/9336
- There is now an option to disable commenting per-collection in https://github.com/outline/outline/pull/9295
- Add sitemap to publicly shared documents with indexing enabled in https://github.com/outline/outline/pull/9334
- Add `attachments.list` API endpoint in https://github.com/outline/outline/pull/9259
- Add warning to user on large documents in https://github.com/outline/outline/pull/9282
- Add workspace description setting in https://github.com/outline/outline/pull/9345
- Add option to show modified timestamp on publicly shared docs in https://github.com/outline/outline/pull/9347
- Add support for individual database environment variables in https://github.com/outline/outline/pull/9344
- API: `allowIndexing` and `showLastUpdated` can now be set in `shares.create` in https://github.com/outline/outline/pull/9476
##### Fixes
- Fix flash of previous value after editing title in sidebar for documents by [@​MehdiBouzouaya](https://github.com/MehdiBouzouaya ) in https://github.com/outline/outline/pull/9197
- We now fallback to `id_token` when OIDC userinfo endpoint is sparse by [@​xadammr](https://github.com/xadammr ) in https://github.com/outline/outline/pull/9172
- Add encoding meta tag to exported HTML in https://github.com/outline/outline/pull/9207
- Archived documents should not show in @​mention suggestions in https://github.com/outline/outline/pull/9208
- Icon on collection home does not match sidebar when private in https://github.com/outline/outline/pull/9209
- Reset editing state when collection/document title is unmodified in https://github.com/outline/outline/pull/9221
- Consider active collections only for index computation in https://github.com/outline/outline/pull/9225
- Remove # from stored filesystem keys in https://github.com/outline/outline/pull/9231
- Resolve index collision when restoring collection in https://github.com/outline/outline/pull/9229
- Increase `defaultSignedUrlExpires` from 60s to 5 minutes in https://github.com/outline/outline/pull/9233
- Fix misalignment between email and comment mentions in https://github.com/outline/outline/pull/9234
- Image caption uncentered in https://github.com/outline/outline/pull/9239
- Fixed document URL generation for titles with only special characters in https://github.com/outline/outline/pull/9258
- Initial avatars in notification popover malformed in https://github.com/outline/outline/pull/9274
- perf: Various improvements to collaborators facepile in https://github.com/outline/outline/pull/9281
- Skip fetching children for unsupported Notion blocks in https://github.com/outline/outline/pull/9289
- Prevent outdated clients from connecting to collaboration server in https://github.com/outline/outline/pull/9291
- Properly escape backslashes in search queries in https://github.com/outline/outline/pull/9297
- Prevented multiple context menus from being open simultaneously in https://github.com/outline/outline/pull/9298
- JSON import goes through MD serialization in https://github.com/outline/outline/pull/9309
- read-only styles not applied to history in https://github.com/outline/outline/pull/9319
- Canonical meta tag is incorrect for documents shared to custom domain in https://github.com/outline/outline/pull/9398
- Use br tag for breaks inside tables in https://github.com/outline/outline/pull/9405
- Persist document icon & color in import flow in https://github.com/outline/outline/pull/9421
- Show integrations breadcrumb for Linear scene in https://github.com/outline/outline/pull/9418
- Regression in `collections.info` endpoint disallowed find by urlId in https://github.com/outline/outline/pull/9423
- Ensure notification relationships are loaded in `EmailProcessor` in https://github.com/outline/outline/pull/9426
- Memberships loaded for incorrect user in collection add\_user/remove\_user in https://github.com/outline/outline/pull/9428
- Handle Notion linked database errors in https://github.com/outline/outline/pull/9429
- Fixed a regression in the design of facepile overflow in https://github.com/outline/outline/pull/9439
- Login via email not properly redirects to desktop app in https://github.com/outline/outline/pull/9440
- All documents now show again in CMD+K when searching by title in https://github.com/outline/outline/pull/9445
- Skip showing archived docs in shared section in https://github.com/outline/outline/pull/9451
- Public share search offset is incorrect in https://github.com/outline/outline/pull/9465
- Use `Retry-After` header for Notion rate-limit retries in https://github.com/outline/outline/pull/9467
- Client and server validation differ for subdomains in https://github.com/outline/outline/pull/9468
- Paginated list edgecase in https://github.com/outline/outline/pull/9484
- Not correctly catching linked databases in https://github.com/outline/outline/pull/9497
- Fix OIDC login failures with Base64 avatar URLs in https://github.com/outline/outline/pull/9501
- OIDC logout redirect unreliable in https://github.com/outline/outline/pull/9508
- Various fixes for HTML -> Markdown conversion in https://github.com/outline/outline/pull/9509
- Add OAuth support to search query source enum by [@​andycop](https://github.com/andycop ) in https://github.com/outline/outline/pull/9511
- Double title appears on some imported documents in https://github.com/outline/outline/pull/9522
#### New Contributors
- [@​MehdiBouzouaya](https://github.com/MehdiBouzouaya ) made their first contribution in https://github.com/outline/outline/pull/9202
- [@​xadammr](https://github.com/xadammr ) made their first contribution in https://github.com/outline/outline/pull/9172
- [@​urbalazs](https://github.com/urbalazs ) made their first contribution in https://github.com/outline/outline/pull/9230
- [@​andycop](https://github.com/andycop ) made their first contribution in https://github.com/outline/outline/pull/9511
**Full Changelog**: https://github.com/outline/outline/compare/v0.84.0...v0.85.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #844
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-05 04:56:17 +00:00
f9f47a699e
Update cloudflared Docker tag to v1.17.3
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (pull_request) Successful in 34s
lint-test-helm / helm-lint (push) Failing after 7s
2025-06-28 21:45:14 +00:00
1ad8783802
Update valkey Docker tag to v3.0.16
lint-test-helm / helm-lint (pull_request) Successful in 46s
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Has been cancelled
2025-06-26 11:01:24 +00:00
ea88ac3607
Update Helm release app-template to v4.1.2
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 1m5s
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 1m10s
2025-06-24 15:03:43 +00:00
54ea2f161b
Update valkey Docker tag to v3.0.15
lint-test-helm / helm-lint (pull_request) Successful in 50s
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Failing after 1m21s
2025-06-18 21:03:32 +00:00
358fd8595e
Update cloudflared Docker tag to v1.17.2
lint-test-helm / helm-lint (push) Failing after 6s
lint-test-helm / helm-lint (pull_request) Successful in 1m24s
renovate / renovate (push) Successful in 1m57s
2025-06-18 06:01:38 +00:00
824c613d8c
Update valkey Docker tag to v3.0.14
lint-test-helm / helm-lint (push) Failing after 6s
lint-test-helm / helm-lint (pull_request) Successful in 44s
renovate / renovate (push) Successful in 1m36s
2025-06-16 15:03:12 +00:00
ca5db479a4
Update valkey Docker tag to v3.0.13
lint-test-helm / helm-lint (push) Failing after 5s
lint-test-helm / helm-lint (pull_request) Successful in 40s
renovate / renovate (push) Successful in 1m1s
2025-06-14 13:01:05 +00:00
3badd27fe2
Update cloudflared Docker tag to v1.17.1
lint-test-helm / helm-lint (pull_request) Successful in 42s
2025-06-12 19:50:33 +00:00
06ae5bb79e
Update Helm release app-template to v4.1.1
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 2m1s
2025-06-12 12:03:20 +00:00
f83c7b518e
Update Helm release app-template to v4.1.0
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 1m31s
2025-06-11 15:02:13 +00:00
b0e7fde03d
Update valkey Docker tag to v3.0.12
lint-test-helm / helm-lint (pull_request) Successful in 42s
lint-test-helm / helm-lint (push) Failing after 6s
renovate / renovate (push) Successful in 1m1s
2025-06-11 02:01:55 +00:00
c96f92c5c1
Update valkey Docker tag to v3.0.11
2025-06-08 21:48:35 +00:00
840bac6c07
swtich to external
2025-05-29 22:10:39 -05:00
d1bb700b89
switch local
2025-05-29 21:31:39 -05:00
9911e1a268
add local route
2025-05-29 21:31:39 -05:00
2ec6682c6f
fix
2025-05-29 19:34:24 -05:00
5cb7c77951
update policy
2025-05-29 19:32:14 -05:00
785d74e92b
remove minio
2025-05-29 18:32:04 -05:00
5d88b2dedb
change to use ceph
2025-05-29 18:26:46 -05:00
30804653a9
fix namespace
2025-05-29 18:19:27 -05:00
aae2162104
add bucket
2025-05-29 18:15:13 -05:00
2546ac40c1
Update valkey Docker tag to v3.0.9
lint-and-test-charts / lint-test (pull_request) Successful in 15s
2025-05-22 08:20:45 +00:00
63a57fdeab
Update valkey Docker tag to v3.0.8
lint-and-test-charts / lint-test (pull_request) Successful in 16s
2025-05-20 12:30:47 +00:00
4c136551fb
enable persistance, replpication, and resources to valkey instances
2025-05-19 19:42:17 -05:00
93d9d258af
Update valkey Docker tag to v3.0.7
lint-and-test-charts / lint-test (pull_request) Successful in 28s
2025-05-19 10:00:38 +00:00
4abab72cac
fix labels
2025-05-17 17:09:05 -05:00
d0d8d05ad0
update app-template chart
2025-05-16 19:26:02 -05:00
abb47d5cdb
upgrade version and api
2025-05-16 15:43:26 -05:00
8d2563aca9
Update Helm release postgres-cluster to v5.1.0
2025-05-16 20:34:30 +00:00
651f359605
Update valkey Docker tag to v3.0.6
lint-and-test-charts / lint-test (pull_request) Successful in 25s
2025-05-16 06:01:16 +00:00
e8bfa42edf
Update cloudflared Docker tag to v1.14.8
lint-and-test-charts / lint-test (pull_request) Successful in 20s
2025-05-16 01:35:48 +00:00
2cc436ec0d
Update valkey Docker tag to v3.0.5
lint-and-test-charts / lint-test (pull_request) Successful in 1m44s
2025-05-15 19:31:02 +00:00
155b04c209
enable rules
2025-05-14 18:26:52 -05:00
d6687745b4
upgrade chart
2025-05-14 13:37:46 -05:00
efd31c90a9
use harbor repo
2025-05-13 21:57:24 -05:00
d30af893bb
Update outlinewiki/outline Docker tag to v0.84.0
lint-and-test-charts / lint-test (pull_request) Successful in 24s
2025-05-11 21:01:19 +00:00
a26cecd06d
update links to sources
2025-05-09 22:32:02 -05:00
c0571c1a02
update chart data
2025-05-09 20:49:59 -05:00
b130b669c7
Update valkey Docker tag to v3.0.4
lint-and-test-charts / lint-test (pull_request) Successful in 16s
2025-05-06 17:31:14 +00:00
94273b6483
Update Helm release cloudflared to v1.14.7
lint-and-test-charts / lint-test (pull_request) Successful in 13s
renovate/stability-days Updates have not met minimum release age requirement
2025-05-02 21:31:46 +00:00
80d8b49e6d
Update valkey Docker tag to v3.0.3
lint-and-test-charts / lint-test (pull_request) Successful in 25s
2025-05-02 03:40:13 +00:00
c87dfeb5cf
migrate repo for app-template
2025-05-01 21:33:36 -05:00
1e6fb1abdf
fix value
2025-04-28 14:46:55 -05:00
d08ad0206d
Update valkey Docker tag to v3.0.2
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-04-25 20:30:30 +00:00
461f021f25
Update Helm release tenant to v7.1.1
renovate/stability-days Updates have met minimum release age requirement
2025-04-24 20:00:55 +00:00