This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.35` -> `v7.38` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wekan/wekan (wekanteam/wekan)</summary> ### [`v7.38`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v738-2024-03-10-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.37...v7.38) This release adds the following new features: - [Added docs wikis to WeKan repo directory docs, to make possible to send PRs](https://togithub.com/wekan/wekan/commit/73ae73d4c38640e9daedbe8ef9e5b25b877ee804). Thanks to e-gaulue, C0rn3j and xet7. - [Added script to count lines of code changed per committer email address, because GitHub removed that feature from web UI](https://togithub.com/wekan/wekan/commit/835e33bf090022875f50916412f80b6a9b4a3b21). Thanks to bgwines and xet7. - [Add info about GitHub top committers at Finland](https://togithub.com/wekan/wekan/commit/ef5b8887799a75ab797655f39483bc08841815d2). Thanks to xet7. and adds the following updates: - [Updated contributing to wiki](https://togithub.com/wekan/wekan/commit/8ba3a05648818f6162b2021affeb33066f91c400). Thanks to xet7. - [Upgraded to MongoDB 6.0.14 at Snap Candidate](https://togithub.com/wekan/wekan/commit/07d6c1e5148eb0392357d55d0486a9672378c16f). Thanks to MongoDB developers. and tried to fix the following bugs: - [Fix error during delete](https://togithub.com/wekan/wekan/pull/5336). Thanks to xator91. - [Fixed text below custom login logo not visible](https://togithub.com/wekan/wekan/commit/00bbc2669814247c0ff79bd816be7bf34bcf08a2). Thanks to xet7. - [Fixed In RTL, hamburger needs margin](https://togithub.com/wekan/wekan/commit/abd3c95dfa13cd697ff2fb7e299c85287406772a). Thanks to mohammadZahedian and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.37`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v737-2024-03-07-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.36...v7.37) This release fixes the following bugs: - [Fixed API get swimlane cards wrong order. Please test](https://togithub.com/wekan/wekan/commit/7beced1e683c2eb2960b0ee40d5ec927d235fa6a). Thanks to mohammadZahedian, xator91 and xet7. - [Fixed API get_all_cards doesn't return SwimlaneId. Please test](https://togithub.com/wekan/wekan/commit/ffafb30b9b394188e1b60ec836ad83f1738c266d). Thanks to mohammadZahedian, xator91 and xet7. Thanks to above GitHub users for their contributions and translators for their translations. ### [`v7.36`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v736-2024-03-06-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.35...v7.36) This release adds the following features: - [api.py: checklistid, checklistinfo, get_list_cards_count and get_board_cards_count](https://togithub.com/wekan/wekan/pull/5326). Thanks to xator91. and fixes the following bugs: - [Fixed Card image cover should be margin-top:6px since hamburger menu and due date at the top](https://togithub.com/wekan/wekan/commit/747bc4c08837ad9781d63b9f16b97a64b0bfe7b8). Thanks to e-gaulue and xet7. - [Try to fix API get cards wrong order. Please test](https://togithub.com/wekan/wekan/commit/c570405d0267e28f2b2644005d48fb097eac385b). Thanks to mohammadZahedian, xator91 and xet7. Thanks to above GitHub users for their contributions and translators for their translations. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
160 lines
5.9 KiB
YAML
160 lines
5.9 KiB
YAML
image:
|
|
repository: wekanteam/wekan
|
|
tag: v7.38@sha256:78f2b9bda70c7a9bfb316c018635c172765576271cada5331b82ce3e3c844b3e
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10192
|
|
targetPort: 8080
|
|
mongodb:
|
|
enabled: true
|
|
mongodbUsername: wekan
|
|
mongodbDatabase: wekan
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
WRITABLE_PATH: "/data"
|
|
# User Defined
|
|
ROOT_URL: "http://localhost:8080"
|
|
# BROWSER_POLICY_ENABLED: false
|
|
# TRUSTED_URL: ""
|
|
# LOGOUT_WITH_TIMER: false
|
|
# LOGOUT_IN: 0
|
|
# LOGOUT_ON_HOURS: 0
|
|
# LOGOUT_ON_MINUTES: 0
|
|
# ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90
|
|
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3
|
|
# ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60
|
|
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15
|
|
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3
|
|
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60
|
|
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15
|
|
# MAX_IMAGE_PIXEL: 1024
|
|
# IMAGE_COMPRESS_RATIO: 80
|
|
# MAIL_URL: ""
|
|
# MAIL_SERVICE_USER: ""
|
|
# MAIL_SERVICE_PASSWORD: ""
|
|
# MAIL_SERVICE: ""
|
|
# BIGEVENTS_PATTERN: "NONE"
|
|
# NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90
|
|
# EMAIL_NOTIFICATION_TIMEOUT: 30000
|
|
# NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0"
|
|
# NOTIFY_DUE_AT_HOUR_OF_DAY: 8
|
|
# RESULTS_PER_PAGE: 20
|
|
# RICHER_CARD_COMMENT_EDITOR: false
|
|
# CARD_OPENED_WEBHOOK_ENABLED: false
|
|
# PASSWORD_LOGIN_ENABLED: false
|
|
# WAIT_SPINNER: "Bounce"
|
|
# WITH_API: true
|
|
# WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue"
|
|
# CORS: "*"
|
|
# CORS_ALLOW_HEADERS: "Authorization,Content-Type"
|
|
# CORS_EXPOSE_HEADERS: "*"
|
|
# MATOMO_ADDRESS: ""
|
|
# MATOMO_SITE_ID: 1
|
|
# MATOMO_DO_NOT_TRACK: true
|
|
# MATOMO_WITH_USERNAME: true
|
|
# ORACLE_OIM_ENABLED: false
|
|
# OAUTH2_ENABLED: false
|
|
# OAUTH2_LOGIN_STYLE: "redirect"
|
|
# OAUTH2_CLIENT_ID: ""
|
|
# OAUTH2_SECRET: ""
|
|
# OAUTH2_SERVER_URL: ""
|
|
# OAUTH2_AUTH_ENDPOINT: ""
|
|
# OAUTH2_USERINFO_ENDPOINT: ""
|
|
# OAUTH2_TOKEN_ENDPOINT: ""
|
|
# OAUTH2_ID_MAP: ""
|
|
# OAUTH2_USERNAME_MAP: ""
|
|
# OAUTH2_FULLNAME_MAP: ""
|
|
# OAUTH2_EMAIL_MAP: ""
|
|
# OAUTH2_ID_TOKEN_WHITELIST_FIELDS: ""
|
|
# OAUTH2_REQUEST_PERMISSIONS: ""
|
|
# OAUTH2_CA_CERT: ""
|
|
# OAUTH2_ADFS_ENABLED: false
|
|
# LDAP_ENABLE: false
|
|
# DEFAULT_AUTHENTICATION_METHOD: "ldap"
|
|
# LDAP_PORT: 389
|
|
# LDAP_HOST: ""
|
|
# LDAP_AD_SIMPLE_AUTH: false
|
|
# LDAP_USER_AUTHENTICATION: false
|
|
# LDAP_USER_AUTHENTICATION_FIELD: "uid"
|
|
# LDAP_DEFAULT_DOMAIN: ""
|
|
# LDAP_BASEDN: ""
|
|
# LDAP_LOGIN_FALLBACK: false
|
|
# LDAP_RECONNECT: true
|
|
# LDAP_TIMEOUT: 10000
|
|
# LDAP_IDLE_TIMEOUT: 10000
|
|
# LDAP_CONNECT_TIMEOUT: 10000
|
|
# LDAP_AUTHENTIFICATION: true
|
|
# LDAP_AUTHENTIFICATION_USERDN: ""
|
|
# LDAP_AUTHENTIFICATION_PASSWORD: ""
|
|
# LDAP_LOG_ENABLED: true
|
|
# LDAP_BACKGROUND_SYNC: true
|
|
# LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour"
|
|
# LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false
|
|
# LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false
|
|
# LDAP_ENCRYPTION: "false"
|
|
# LDAP_CA_CERT: ""
|
|
# LDAP_REJECT_UNAUTHORIZED: false
|
|
# LDAP_USER_SEARCH_FILTER: ""
|
|
# LDAP_USER_SEARCH_SCOPE: "one"
|
|
# LDAP_USER_SEARCH_FIELD: ""
|
|
# LDAP_SEARCH_PAGE_SIZE: 0
|
|
# LDAP_SEARCH_SIZE_LIMIT: 0
|
|
# LDAP_GROUP_FILTER_ENABLE: false
|
|
# LDAP_GROUP_FILTER_OBJECTCLASS: ""
|
|
# LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: ""
|
|
# LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: ""
|
|
# LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: ""
|
|
# LDAP_GROUP_FILTER_GROUP_NAME: ""
|
|
# LDAP_UNIQUE_IDENTIFIER_FIELD: ""
|
|
# LDAP_UTF8_NAMES_SLUGIFY: true
|
|
# LDAP_USERNAME_FIELD: ""
|
|
# LDAP_FULLNAME_FIELD: "fullname"
|
|
# LDAP_MERGE_EXISTING_USERS: false
|
|
# LDAP_EMAIL_MATCH_ENABLE: true
|
|
# LDAP_EMAIL_MATCH_REQUIRE: true
|
|
# LDAP_EMAIL_MATCH_VERIFIED: true
|
|
# LDAP_EMAIL_FIELD: "mail"
|
|
# LDAP_SYNC_USER_DATA: false
|
|
# LDAP_SYNC_USER_DATA_FIELDMAP: ""
|
|
# LDAP_SYNC_GROUP_ROLES: ""
|
|
# LDAP_SYNC_ADMIN_STATUS: true
|
|
# LDAP_SYNC_ADMIN_GROUPS: ""
|
|
# HEADER_LOGIN_ID: ""
|
|
# HEADER_LOGIN_FIRSTNAME: ""
|
|
# HEADER_LOGIN_LASTNAME: ""
|
|
# HEADER_LOGIN_EMAIL: ""
|
|
# CAS_ENABLED: false
|
|
# CAS_BASE_URL: ""
|
|
# CAS_LOGIN_URL: ""
|
|
# CAS_VALIDATE_URL: ""
|
|
# SAML_ENABLED: false
|
|
# SAML_PROVIDER: ""
|
|
# SAML_ENTRYPOINT: ""
|
|
# SAML_ISSUER: ""
|
|
# SAML_CERT: ""
|
|
# SAML_IDPSLO_REDIRECTURL: ""
|
|
# SAML_PRIVATE_KEYFILE: ""
|
|
# SAML_PUBLIC_CERTFILE: ""
|
|
# SAML_IDENTIFIER_FORMAT: ""
|
|
# SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: ""
|
|
# SAML_ATTRIBUTES: ""
|
|
MONGO_URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}'
|
|
key: url
|