chore(deps): update container image outlinewiki/outline to v0.76.1@2e67fc8 by renovate (#21630)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://togithub.com/outline/outline) | minor |
`0.75.2` -> `0.76.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

###
[`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1)

##### Fixes

- When importing a HTML file with tables it would be imported as raw
HTML if a cell contained a list or heading
-   Fixed an issue that prevented unarchiving documents
- Fixed an issue that prevented connecting Slack channels to a
collection

###
[`v0.76.0`](https://togithub.com/outline/outline/releases/tag/v0.76.0)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0)

#### What's Changed

##### Improvements

- Improved search matching for "phrases" and urls in
[https://github.com/outline/outline/pull/6800](https://togithub.com/outline/outline/pull/6800)
- Added "Search in document" functionality to restrict a search to a
subtree
- Improved the quality of snippets for search results in
[https://github.com/outline/outline/pull/6828](https://togithub.com/outline/outline/pull/6828)
-   Processing of `documents.import` now happens on worker
-   Added support for emoji version 15.0 🫨 🫎 🪼
- Added 80+ additional collection icons in
[https://github.com/outline/outline/pull/6803](https://togithub.com/outline/outline/pull/6803)
- Added "Archive all notifications" option
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6599](https://togithub.com/outline/outline/pull/6599)
- Added sorting controls to tables in
[https://github.com/outline/outline/pull/6678](https://togithub.com/outline/outline/pull/6678)
- Added support for custom db schema by
[@&#8203;axelrindle](https://togithub.com/axelrindle) in
[https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670)
- Default user language is now inferred when signing in via Google in
[https://github.com/outline/outline/pull/6679](https://togithub.com/outline/outline/pull/6679)
- Smart text replacements such as emdash no longer triggered inside code
mark in
[https://github.com/outline/outline/pull/6839](https://togithub.com/outline/outline/pull/6839)
- Added ability to link personal Slack <-> Outline accounts in
[https://github.com/outline/outline/pull/6682](https://togithub.com/outline/outline/pull/6682)
- Added GitHub integration for rich popovers by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[https://github.com/outline/outline/pull/6414](https://togithub.com/outline/outline/pull/6414)
- Unfurling of Outline comments now supported in Slack in
[https://github.com/outline/outline/pull/6716](https://togithub.com/outline/outline/pull/6716)
- Improve user role management on members in
[https://github.com/outline/outline/pull/6775](https://togithub.com/outline/outline/pull/6775)
- Document share dialog now allows allow inviting new users in
[https://github.com/outline/outline/pull/6827](https://togithub.com/outline/outline/pull/6827)
- Added `H3` to editor formatting toolbar by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6791](https://togithub.com/outline/outline/pull/6791)
- Added ability to duplicate a document as draft by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6782](https://togithub.com/outline/outline/pull/6782)
- Added option to set permission of collections during import in
[https://github.com/outline/outline/pull/6799](https://togithub.com/outline/outline/pull/6799)
- Added button to empty trash by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[https://github.com/outline/outline/pull/6772](https://togithub.com/outline/outline/pull/6772)
- `Enter` in tables now creates a newline, `Cmd+Enter` creates a new
row.
-   UI preferences are now synced between open tabs
-   Improve error message clarity for port errors on server start
-   Added user permission events to document history
-   Improved inline code display in dark mode
-   API: Added `statusFilter` parameter to `documents.list`
- API: Add `role` parameter to `users.list` endpoint in
[https://github.com/outline/outline/pull/6754](https://togithub.com/outline/outline/pull/6754)
- API: Add `users.updateRole` endpoint in
[https://github.com/outline/outline/pull/6771](https://togithub.com/outline/outline/pull/6771)

##### Fixes

- Show complete page without scrollbar in print view by
[@&#8203;Pranav2612000](https://togithub.com/Pranav2612000) in
[https://github.com/outline/outline/pull/6635](https://togithub.com/outline/outline/pull/6635)
- Title emoji support in JSON import/export in
[https://github.com/outline/outline/pull/6660](https://togithub.com/outline/outline/pull/6660)
- HTML import no longer escapes dollar signs in code
([#&#8203;6638](https://togithub.com/outline/outline/issues/6638)) by
[@&#8203;panos--](https://togithub.com/panos--) in
[https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645)
- Import source data now displayed on documents in
[https://github.com/outline/outline/pull/6651](https://togithub.com/outline/outline/pull/6651)
- Backtick shortcut now applied correctly with languages that require
composition in
[https://github.com/outline/outline/pull/6659](https://togithub.com/outline/outline/pull/6659)
- Fixed hover preview going out of window bounds by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[https://github.com/outline/outline/pull/6776](https://togithub.com/outline/outline/pull/6776)
-   Fixed missing options in document menu for trashed documents
-   Starred section now opens if a document is starred while collapsed
-   Fixed styling of GitLab embeds
-   Added missing keyboard shortcuts to guide
-   Enabled use of self-hosted Iframely without an API key
-   Fixed squashed emails in email notifications
- Fixed missing `New doc` button on collection header for users without
admin
- Fixed a race condition that could cause inline comments to be removed
without user action
-   Fixed broken Mermaid diagram styling in exported HTML/PDF
- Fixed menus with accessory in-front of label could not be navigated
with keyboard letters
-   Fixed race condition in logout for OIDC providers

#### New Contributors

- [@&#8203;hmacr](https://togithub.com/hmacr) made their first
contribution in
[https://github.com/outline/outline/pull/6576](https://togithub.com/outline/outline/pull/6576)
- [@&#8203;panos--](https://togithub.com/panos--) made their first
contribution in
[https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645)
- [@&#8203;axelrindle](https://togithub.com/axelrindle) made their first
contribution in
[https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670)
- [@&#8203;manuelleduc](https://togithub.com/manuelleduc) made their
first contribution in
[https://github.com/outline/outline/pull/6717](https://togithub.com/outline/outline/pull/6717)
- [@&#8203;potatoone](https://togithub.com/potatoone) made their first
contribution in
[https://github.com/outline/outline/pull/6785](https://togithub.com/outline/outline/pull/6785)
- [@&#8203;Stranger6667](https://togithub.com/Stranger6667) made their
first contribution in
[https://github.com/outline/outline/pull/6336](https://togithub.com/outline/outline/pull/6336)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.75.2...v0.76.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot 2024-05-05 15:26:12 +02:00 committed by GitHub
parent d9c53db3cb
commit c5df7f4b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 0.75.2 appVersion: 0.76.1
dependencies: dependencies:
- name: common - name: common
version: 23.0.0 version: 23.0.0
@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp
keywords: keywords:
- outline - outline
- knowledge - knowledge
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -41,4 +41,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/outline - https://github.com/truecharts/charts/tree/master/charts/stable/outline
- https://hub.docker.com/r/outlinewiki/outline - https://hub.docker.com/r/outlinewiki/outline
type: application type: application
version: 13.1.0 version: 13.2.0

View File

@ -1,7 +1,7 @@
image: image:
repository: outlinewiki/outline repository: outlinewiki/outline
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 0.75.2@sha256:830923e3e7b4b3f2969db56a6033a03947f9a191d35b60a1fd80ed130ade5a1d tag: 0.76.1@sha256:2e67fc8d32a1efcf7df76affe32b5545f8205bf6ce03e84a477a525bf90cb910
service: service:
main: main:
ports: ports:
@ -35,6 +35,7 @@ workload:
imageSelector: image imageSelector: image
type: init type: init
env: env:
URL: "{{ tpl .Values.workload.main.podSpec.containers.main.env.URL $ }}"
DATABASE_URL: DATABASE_URL:
secretKeyRef: secretKeyRef:
name: cnpg-main-urls name: cnpg-main-urls