|
be60de8ada
|
Update outlinewiki/outline Docker tag to v0.86.0 (#1158)
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m7s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `0.85.1` -> `0.86.0` |
---
### Release Notes
<details>
<summary>outline/outline (outlinewiki/outline)</summary>
### [`v0.86.0`](https://github.com/outline/outline/releases/tag/v0.86.0)
[Compare Source](https://github.com/outline/outline/compare/v0.85.1...v0.86.0)
> \[!NOTE]\
> If you run the collaboration service separately it ***must*** be updated and restarted before the client and API to avoid errors.
<img width="1680" height="740" alt="collection-sharing" src="https://github.com/user-attachments/assets/19b1a9a2-3fbc-4f15-aff5-63c30d949461" />
#### What's Changed
This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default).
Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version.
##### Other improvements
- Added OTP sign-in codes for mobile PWA in https://github.com/outline/outline/pull/9556
- A paste menu to convert a list of URLs to mentions is now displaced in https://github.com/outline/outline/pull/9646
- You can now update the url of an embed without reinserting in https://github.com/outline/outline/pull/9479
- The collaboration service can now be scaled across multiple servers in https://github.com/outline/outline/pull/9625
- References are now prefetched on hover in https://github.com/outline/outline/pull/9722
- We improved the wrapping behavior in inline code marks in https://github.com/outline/outline/pull/9724
- The `Up` arrow in a comment input now jumps to editing previous comment in https://github.com/outline/outline/pull/9727
- Clicking items in the sidebar is now even faster than before in https://github.com/outline/outline/pull/9733
- Added support for Tella.tv embeds in https://github.com/outline/outline/pull/9775
- Hundreds of new and improved translations
##### Fixes
##### Editor
- fix: Include image caption as alt attribute in https://github.com/outline/outline/pull/9554
- fix: Empty placeholder shows up when no text but image in paragraph in https://github.com/outline/outline/pull/9593
- fix: Remote table modifications cause CellSelection to be lost in https://github.com/outline/outline/pull/9596
- fix: Element overlaying last backlink in https://github.com/outline/outline/pull/9699
- fix: YouTube fullscreen popups are blocked in https://github.com/outline/outline/pull/9706
- fix: Anchor with some UTF8 characters not correctly decoding in https://github.com/outline/outline/pull/9778
- fix: Alignment not copied onto new table rows in https://github.com/outline/outline/pull/9785
- fix: Col/row selection on table with merged cells in https://github.com/outline/outline/pull/9786
- fix: Toggling table full width should always go … fullwidth in https://github.com/outline/outline/pull/9792
##### Other
- fix: Importer truncates newlines in captions in https://github.com/outline/outline/pull/9544
- fix: Incorrect parsing of hard breaks from Markdown in https://github.com/outline/outline/pull/9548
- fix: Make shared document content available to screenreaders in https://github.com/outline/outline/pull/9549
- fix: JSON export->import loses content in https://github.com/outline/outline/pull/9582
- fix: Remove incorrectly nested "recently viewed" docs from explorer in https://github.com/outline/outline/pull/9597
- fix: Blank page is rendered when link to draft without collection is shared in https://github.com/outline/outline/pull/9605
- fix: Viewers unable to connect personal Slack in https://github.com/outline/outline/pull/9614
- fix: Refresh tokens do not work with OIDC discovery in https://github.com/outline/outline/pull/9618
- Fix middle mouse button link behavior in https://github.com/outline/outline/pull/9632
- chore: Add exponential backoff / retry for database deadlocks in https://github.com/outline/outline/pull/9671
- fix: Linking from one shared sub-document to another share in https://github.com/outline/outline/pull/9689
- fix: Title content after period sometimes stripped in import in https://github.com/outline/outline/pull/9712
- fix: Letter icon incorrect in picker and sidebar in https://github.com/outline/outline/pull/9720
- fix: Unnecessary remounts at breakpoints by [@​charliecreates](https://github.com/charliecreates)\[bot] in https://github.com/outline/outline/pull/9730
- fix: Hide inline comments when disabled in https://github.com/outline/outline/pull/9732
- chore: Improve group membership dialogs in https://github.com/outline/outline/pull/9693
- fix: Documents accessible only through group memberships do not appear in search results in https://github.com/outline/outline/pull/9738
- fix: extract domain from user email in Slack authentication by [@​naaa760](https://github.com/naaa760) in https://github.com/outline/outline/pull/9742
- fix: emails parameter on users.list should be case insensitive in https://github.com/outline/outline/pull/9755
- fix: Improve importer to be more resilient to hidden directories in https://github.com/outline/outline/pull/9762
- fix: Remote results causes `cmd+k` state reset in https://github.com/outline/outline/pull/9793
- fix: Allow `<br>` tags to represent breaks in API markdown input in https://github.com/outline/outline/pull/9794
- fix: Nested lists flatten in confluence import in https://github.com/outline/outline/pull/9797
- Improve webhook disabling heuristic with time-based analysis in https://github.com/outline/outline/pull/9800
- fix: duplicate highlight shortcut key label by [@​k2on](https://github.com/k2on) in https://github.com/outline/outline/pull/9806
- Allow disconnecting analytics integrations in https://github.com/outline/outline/pull/9823
- Autofocus search input when opening icon picker in https://github.com/outline/outline/pull/9839
- fix: refresh token rotation is broken in OAuth provider implementation in https://github.com/outline/outline/pull/9847
- fix: Various issues with JSON import in https://github.com/outline/outline/pull/9850
#### New Contributors
- [@​TheAlexLichter](https://github.com/TheAlexLichter) made their first contribution in https://github.com/outline/outline/pull/9629
- [@​camc314](https://github.com/camc314) made their first contribution in https://github.com/outline/outline/pull/9695
- [@​charliecreates](https://github.com/charliecreates)\[bot] made their first contribution in https://github.com/outline/outline/pull/9730
- [@​naaa760](https://github.com/naaa760) made their first contribution in https://github.com/outline/outline/pull/9742
- [@​k2on](https://github.com/k2on) made their first contribution in https://github.com/outline/outline/pull/9806
**Full Changelog**: https://github.com/outline/outline/compare/v0.85.1...v0.86.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: #1158
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
|
2025-08-07 16:29:36 +00:00 |
|
|
e6db65c1fa
|
change redis service
lint-test-helm / helm-lint (push) Successful in 31s
renovate / renovate (push) Successful in 1m50s
|
2025-07-29 19:10:51 -05:00 |
|
|
90762f9147
|
switch service
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 1m32s
|
2025-07-29 19:01:04 -05:00 |
|
|
c78c576933
|
remove valkey
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
|
2025-07-29 18:45:27 -05:00 |
|
|
c0a2f93a39
|
change redis
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m23s
|
2025-07-29 18:42:27 -05:00 |
|
|
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 |
|