|
647ace1b01
|
Update outlinewiki/outline Docker tag to v0.85.1
renovate/stability-days Updates have met minimum release age requirement
renovate / renovate (push) Successful in 1m37s
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 8s
|
2025-07-12 02:01:01 +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 |
|
|
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 |
|
|
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 |
|
|
5cb7c77951
|
update policy
|
2025-05-29 19:32:14 -05:00 |
|
|
5d88b2dedb
|
change to use ceph
|
2025-05-29 18:26:46 -05:00 |
|
|
4c136551fb
|
enable persistance, replpication, and resources to valkey instances
|
2025-05-19 19:42:17 -05:00 |
|
|
d0d8d05ad0
|
update app-template chart
|
2025-05-16 19:26:02 -05:00 |
|
|
155b04c209
|
enable rules
|
2025-05-14 18:26:52 -05:00 |
|
|
d6687745b4
|
upgrade chart
|
2025-05-14 13:37:46 -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 |
|
|
1e6fb1abdf
|
fix value
|
2025-04-28 14:46:55 -05:00 |
|
|
2989b699af
|
Update outlinewiki/outline Docker tag to v0.83.0
renovate/stability-days Updates have met minimum release age requirement
lint-and-test-charts / lint-test (pull_request) Successful in 17s
|
2025-04-14 07:31:26 +00:00 |
|
|
83469bd422
|
add outline
|
2025-03-03 18:14:07 -06:00 |
|
|
aee9782ca7
|
add outline
|
2025-03-03 18:07:25 -06:00 |
|
|
9fe661cf24
|
migration to next
|
2025-03-02 16:56:16 -06:00 |
|
|
19c235f08e
|
disable password files
|
2025-02-26 12:31:28 -06:00 |
|
renovate[bot]
|
bfae864e43
|
Update outlinewiki/outline Docker tag to v0.82.0 (#1251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-19 23:07:30 -06:00 |
|
|
c03e57a905
|
enable backups
|
2025-02-19 22:54:42 -06:00 |
|
|
24147bad27
|
change backup settings
|
2025-02-19 22:37:49 -06:00 |
|
|
a2c8fdcab9
|
add outline
|
2025-02-19 21:14:17 -06:00 |
|
|
8b4eee804f
|
stage for rebuilt
|
2025-02-15 19:03:16 -06:00 |
|
|
30999e27d9
|
remove persistence for valkey
|
2025-02-05 01:54:19 -06:00 |
|
|
2a22e7319c
|
adjust resources
|
2025-01-08 16:10:40 -06:00 |
|
|
1ce4599eb9
|
enable backups
|
2025-01-07 14:32:12 -06:00 |
|
|
dc927db39d
|
disable backups
|
2025-01-07 14:30:07 -06:00 |
|
|
290ede15da
|
upgrade chart and use chart image
|
2024-12-29 20:12:41 -06:00 |
|
|
46c02ecb98
|
remove pg-16
|
2024-12-22 23:18:51 -06:00 |
|
|
1049f19252
|
switch to pg-17
|
2024-12-22 23:15:38 -06:00 |
|
|
efd2420a2b
|
add pg-17
|
2024-12-22 23:13:52 -06:00 |
|
|
c76934777a
|
clean up config
|
2024-12-12 12:07:34 -06:00 |
|
|
c0b5dc9606
|
switch to digital ocean
|
2024-12-12 11:43:08 -06:00 |
|
|
5523e9707d
|
disable backups
|
2024-12-12 11:03:17 -06:00 |
|
|
60fc503f5b
|
change redis address
|
2024-11-25 00:05:10 -06:00 |
|
renovate[bot]
|
5c6047ab5d
|
Update outlinewiki/outline Docker tag to v0.81.1 (#846)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-24 14:36:12 +00:00 |
|
renovate[bot]
|
69958e127b
|
Update outlinewiki/outline Docker tag to v0.81.0
|
2024-11-15 02:47:39 +00:00 |
|
renovate[bot]
|
ccad38e1ca
|
Update outlinewiki/outline Docker tag to v0.80.2
|
2024-10-11 05:24:15 +00:00 |
|
|
50681536d8
|
enable backups
|
2024-10-01 14:34:41 -05:00 |
|
|
e389dc422d
|
fix secret name
|
2024-10-01 14:31:27 -05:00 |
|
|
814128897b
|
switch to recovery on outline
|
2024-10-01 14:30:45 -05:00 |
|
|
e4c107b472
|
add tagging to postgres backups
|
2024-09-27 22:02:00 -05:00 |
|
renovate[bot]
|
5e5ebb5233
|
Update outlinewiki/outline Docker tag to v0.79.1
|
2024-09-09 19:50:06 +00:00 |
|
|
00069a91e8
|
add secret name
|
2024-08-17 13:05:03 -05:00 |
|
|
ba85c04b9a
|
change ingress to tailscale
|
2024-08-17 12:15:24 -05:00 |
|
|
65d35226b0
|
change redis url
|
2024-08-12 22:02:02 -05:00 |
|
|
fb10ebf19b
|
convert to valkey
|
2024-08-12 21:14:47 -05:00 |
|
renovate[bot]
|
287bd37ff2
|
Update outlinewiki/outline Docker tag to v0.78.0
|
2024-07-22 19:42:01 +00:00 |
|
renovate[bot]
|
d6496f12e4
|
Update outlinewiki/outline Docker tag to v0.77.3
|
2024-07-17 04:52:06 +00:00 |
|