This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | minor | `0.73.1` -> `0.74.0` | --- > [!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.74.0`](https://togithub.com/outline/outline/releases/tag/v0.74.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.73.1...v0.74.0) **Note:** Minimum Node version changed to 18 – if using Docker installation this is handled for you. ##### Improvements - Clicking on a link while editing will now automatically select the entire link - Mermaid diagrams are now rendered in HTML exports in [https://github.com/outline/outline/issues/6205](https://togithub.com/outline/outline/issues/6205) - Added "Share" option to document menu on mobile - New translations - Updated to Node 20 LTS - \[API] `comments.list` endpoint can now be used without a document ID ##### Fixes - Find and replace dialog no longer gets stuck without replace button - Fixed corruption in imports in [https://github.com/outline/outline/pull/6162](https://togithub.com/outline/outline/pull/6162) - Fixed recurring crash when DataDog and Sentry are enabled. - Fixed display of video nodes in document history - Fixed members can now create templates again - Fixed viewing public shares failed if user has an expired token in [https://github.com/outline/outline/pull/6134](https://togithub.com/outline/outline/pull/6134) - Restored ability to comment in code blocks in [https://github.com/outline/outline/issues/6154](https://togithub.com/outline/outline/issues/6154) - Comment functionality should not show in toolbar for view-only users in [https://github.com/outline/outline/issues/6011](https://togithub.com/outline/outline/issues/6011) - Added support for tldraw snapshot links in [https://github.com/outline/outline/pull/6210](https://togithub.com/outline/outline/pull/6210) - Restored PWA install in recent Chrome versions - Fixed extra empty page in HTML exports in [https://github.com/outline/outline/issues/6205](https://togithub.com/outline/outline/issues/6205) - Emoji in template titles are now applied correctly in [https://github.com/outline/outline/issues/6169](https://togithub.com/outline/outline/issues/6169) - Many dependency updates #### New Contributors - [@​NextFire](https://togithub.com/NextFire) made their first contribution in [https://github.com/outline/outline/pull/6134](https://togithub.com/outline/outline/pull/6134) - [@​EspadaV8](https://togithub.com/EspadaV8) made their first contribution in [https://github.com/outline/outline/pull/6217](https://togithub.com/outline/outline/pull/6217) - [@​RayYH](https://togithub.com/RayYH) made their first contribution in [https://github.com/outline/outline/pull/6238](https://togithub.com/outline/outline/pull/6238) **Full Changelog**: https://github.com/outline/outline/compare/v0.73.1...v0.74.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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OC4yIiwidXBkYXRlZEluVmVyIjoiMzcuODguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
133 lines
3.7 KiB
YAML
133 lines
3.7 KiB
YAML
image:
|
|
repository: outlinewiki/outline
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.74.0@sha256:f630dfbf53ce61c0742052571cef6938a755f04c9001b51785621be9cb7e5581
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10196
|
|
# Enabled redis
|
|
redis:
|
|
enabled: true
|
|
redisUsername: default
|
|
# Enabled postgres
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: outline
|
|
database: outline
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
initContainers:
|
|
1-migratedb:
|
|
enabled: true
|
|
imageSelector: image
|
|
type: init
|
|
env:
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: std
|
|
REDIS_URL:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: REDIS_CUSTOM_URL
|
|
SECRET_KEY:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: SECRET_KEY
|
|
UTILS_SECRET:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: UTILS_SECRET
|
|
command:
|
|
- sh
|
|
- -c
|
|
- yarn sequelize db:migrate --env=production-ssl-disabled
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
path: "/_health"
|
|
readiness:
|
|
path: "/_health"
|
|
startup:
|
|
path: "/_health"
|
|
env:
|
|
FORCE_HTTPS: false
|
|
PGSSLMODE: "disable"
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
# User defined
|
|
URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
|
SLACK_MESSAGE_ACTIONS: true
|
|
ENABLE_UPDATES: true
|
|
WEB_CONCURRENCY: 1
|
|
MAXIMUM_IMPORT_SIZE: 5120000
|
|
DEFAULT_LANGUAGE: "en_US"
|
|
# TEAM_LOGO: ""
|
|
# COLLABORATION_URL: ""
|
|
# SLACK_KEY: ""
|
|
# SLACK_SECRET: ""
|
|
# SLACK_VERIFICATION_TOKEN: ""
|
|
# SLACK_APP_ID: ""
|
|
# GOOGLE_CLIENT_ID: ""
|
|
# GOOGLE_CLIENT_SECRET: ""
|
|
# GOOGLE_ANALYTICS_ID: ""
|
|
# AZURE_CLIENT_ID: ""
|
|
# AZURE_CLIENT_SECRET: ""
|
|
# AZURE_RESOURCE_APP_ID: ""
|
|
# OIDC_CLIENT_ID: ""
|
|
# OIDC_CLIENT_SECRET: ""
|
|
# OIDC_AUTH_URI: ""
|
|
# OIDC_TOKEN_URI: ""
|
|
# OIDC_USERINFO_URI: ""
|
|
# OIDC_USERNAME_CLAIM: ""
|
|
# OIDC_DISPLAY_NAME: ""
|
|
# OIDC_SCOPES: ""
|
|
# SENTRY_DSN: ""
|
|
# AWS_ACCESS_KEY_ID: ""
|
|
# AWS_SECRET_ACCESS_KEY: ""
|
|
# AWS_REGION: ""
|
|
# AWS_S3_ACCELERATE_URL: ""
|
|
# AWS_S3_UPLOAD_BUCKET_URL: ""
|
|
# AWS_S3_UPLOAD_BUCKET_NAME: ""
|
|
# AWS_S3_UPLOAD_MAX_SIZE: 26214400
|
|
# AWS_S3_FORCE_PATH_STYLE: true
|
|
# AWS_S3_ACL: ""
|
|
# SMTP_HOST: ""
|
|
# SMTP_PORT: 587
|
|
# SMTP_USERNAME: ""
|
|
# SMTP_PASSWORD: ""
|
|
# SMTP_FROM_EMAIL: ""
|
|
# SMTP_REPLY_EMAIL: ""
|
|
# SMTP_SECURE: true
|
|
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: std
|
|
REDIS_URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|
|
SECRET_KEY:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: SECRET_KEY
|
|
UTILS_SECRET:
|
|
secretKeyRef:
|
|
name: secrets
|
|
key: UTILS_SECRET
|