diff --git a/stable/authentik/7.1.2/CHANGELOG.md b/stable/authentik/7.1.3/CHANGELOG.md similarity index 80% rename from stable/authentik/7.1.2/CHANGELOG.md rename to stable/authentik/7.1.3/CHANGELOG.md index 09c84699f8..996f5e6a94 100644 --- a/stable/authentik/7.1.2/CHANGELOG.md +++ b/stable/authentik/7.1.3/CHANGELOG.md @@ -2,6 +2,20 @@ +## [authentik-7.1.3](https://github.com/truecharts/charts/compare/authentik-7.1.2...authentik-7.1.3) (2022-10-05) + +### Chore + +- Auto-update chart README [skip ci] + - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) + + ### Fix + +- fix UI for nested subquestions ([#4005](https://github.com/truecharts/charts/issues/4005)) + + + + ## [authentik-7.1.2](https://github.com/truecharts/charts/compare/authentik-7.1.1...authentik-7.1.2) (2022-10-01) ### Chore @@ -83,17 +97,3 @@ - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - refactor Services SCALE GUI - - fix prometheus annotations ([#3841](https://github.com/truecharts/charts/issues/3841)) - - update helm general non-major ([#3767](https://github.com/truecharts/charts/issues/3767)) - - split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751)) - - - - diff --git a/stable/authentik/7.1.2/Chart.lock b/stable/authentik/7.1.3/Chart.lock similarity index 88% rename from stable/authentik/7.1.2/Chart.lock rename to stable/authentik/7.1.3/Chart.lock index dc4c44086d..8e7db0c8c3 100644 --- a/stable/authentik/7.1.2/Chart.lock +++ b/stable/authentik/7.1.3/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.85 digest: sha256:30efd46858717b8c1689ca9990a510b87c2e9eb223e6297bcd93fdafbf86ec1e -generated: "2022-10-01T21:26:11.985295578Z" +generated: "2022-10-05T06:48:15.702967857Z" diff --git a/stable/authentik/7.1.2/Chart.yaml b/stable/authentik/7.1.3/Chart.yaml similarity index 98% rename from stable/authentik/7.1.2/Chart.yaml rename to stable/authentik/7.1.3/Chart.yaml index 3d03abb3bd..80a11d73b5 100644 --- a/stable/authentik/7.1.2/Chart.yaml +++ b/stable/authentik/7.1.3/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/authentik - https://github.com/goauthentik/authentik - https://goauthentik.io/docs/ -version: 7.1.2 +version: 7.1.3 annotations: truecharts.org/catagories: | - authentication diff --git a/stable/authentik/7.1.2/README.md b/stable/authentik/7.1.3/README.md similarity index 100% rename from stable/authentik/7.1.2/README.md rename to stable/authentik/7.1.3/README.md diff --git a/stable/authentik/7.1.2/app-readme.md b/stable/authentik/7.1.3/app-readme.md similarity index 100% rename from stable/authentik/7.1.2/app-readme.md rename to stable/authentik/7.1.3/app-readme.md diff --git a/stable/authentik/7.1.2/charts/common-10.6.4.tgz b/stable/authentik/7.1.3/charts/common-10.6.4.tgz similarity index 100% rename from stable/authentik/7.1.2/charts/common-10.6.4.tgz rename to stable/authentik/7.1.3/charts/common-10.6.4.tgz diff --git a/stable/authentik/7.1.2/charts/postgresql-8.0.88.tgz b/stable/authentik/7.1.3/charts/postgresql-8.0.88.tgz similarity index 100% rename from stable/authentik/7.1.2/charts/postgresql-8.0.88.tgz rename to stable/authentik/7.1.3/charts/postgresql-8.0.88.tgz diff --git a/stable/authentik/7.1.2/charts/redis-3.0.85.tgz b/stable/authentik/7.1.3/charts/redis-3.0.85.tgz similarity index 100% rename from stable/authentik/7.1.2/charts/redis-3.0.85.tgz rename to stable/authentik/7.1.3/charts/redis-3.0.85.tgz diff --git a/stable/authentik/7.1.2/ix_values.yaml b/stable/authentik/7.1.3/ix_values.yaml similarity index 100% rename from stable/authentik/7.1.2/ix_values.yaml rename to stable/authentik/7.1.3/ix_values.yaml diff --git a/stable/authentik/7.1.2/questions.yaml b/stable/authentik/7.1.3/questions.yaml similarity index 99% rename from stable/authentik/7.1.2/questions.yaml rename to stable/authentik/7.1.3/questions.yaml index 74f8d99c76..f35e7cc856 100644 --- a/stable/authentik/7.1.2/questions.yaml +++ b/stable/authentik/7.1.3/questions.yaml @@ -399,7 +399,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -421,7 +422,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -436,7 +438,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: proxy label: Proxy @@ -463,7 +466,8 @@ questions: description: "URL of your Authentik server. (e.g. https://auth.domain.com)" schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: insecure label: Insecure @@ -485,7 +489,8 @@ questions: schema: type: string private: true - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: overrideBrowserHost label: Override Host Browser @@ -500,7 +505,8 @@ questions: description: URL to use in the browser, when it differs from << host >> schema: type: string - required: true + # TODO: Make them required again once Scale stable supports nested subquestions + # required: true default: "" - variable: geoip group: Container Configuration @@ -3619,7 +3625,6 @@ questions: # description: UDP # - value: SCTP # description: SCTP - - variable: addons group: Addons label: "" @@ -3627,191 +3632,6 @@ questions: additional_attrs: true type: dict attrs: - - variable: vpn - label: VPN - schema: - additional_attrs: true - type: dict - attrs: - - variable: type - label: Type - schema: - type: string - default: disabled - enum: - - value: disabled - description: disabled - - value: openvpn - description: OpenVPN - - value: wireguard - description: Wireguard - - value: tailscale - description: Tailscale - - variable: openvpn - label: OpenVPN Settings - schema: - type: dict - show_if: [["type", "=", "openvpn"]] - attrs: - - variable: username - label: Authentication Username (Optional) - description: Authentication Username, Optional - schema: - type: string - default: "" - - variable: password - label: Authentication Password - description: Authentication Credentials - schema: - type: string - default: "" - required: true - - variable: tailscale - label: Tailscale Settings - schema: - type: dict - show_if: [["type", "=", "tailscale"]] - attrs: - - variable: authkey - label: Authentication Key - description: Provide an auth key to automatically authenticate the node as your user account. - schema: - type: string - private: true - default: "" - - variable: accept_dns - label: Accept DNS - description: Accept DNS configuration from the admin console. - schema: - type: boolean - default: false - - variable: userspace - label: Userspace - description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. - schema: - type: boolean - default: false - - variable: routes - label: Routes - description: Expose physical subnet routes to your entire Tailscale network. - schema: - type: string - default: "" - - variable: dest_ip - label: Destination IP - description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. - schema: - type: string - default: "" - - variable: sock5_server - label: Sock5 Server - description: Sock5 Server - schema: - type: string - default: "" - - variable: extra_args - label: Extra Args - description: Extra Args - schema: - type: string - default: "" - - variable: daemon_extra_args - label: Tailscale Daemon Extra Args - description: Tailscale Daemon Extra Args - schema: - type: string - default: "" - - variable: killSwitch - label: Enable Killswitch - schema: - type: boolean - show_if: [["type", "!=", "disabled"]] - default: true - - variable: excludedNetworks_IPv4 - label: Killswitch Excluded IPv4 networks - description: List of Killswitch Excluded IPv4 Addresses - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv4 - label: IPv4 Network - schema: - type: string - required: true - - variable: excludedNetworks_IPv6 - label: Killswitch Excluded IPv6 networks - description: "List of Killswitch Excluded IPv6 Addresses" - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: networkv6 - label: IPv6 Network - schema: - type: string - required: true - - variable: configFile - label: VPN Config File Location - schema: - type: dict - show_if: [["type", "!=", "disabled"]] - attrs: - - variable: enabled - label: Enabled - schema: - type: boolean - default: true - hidden: true - - variable: type - label: Type - schema: - type: string - default: hostPath - hidden: true - - variable: hostPathType - label: hostPathType - schema: - type: string - default: File - hidden: true - - variable: noMount - label: noMount - schema: - type: boolean - default: true - hidden: true - - variable: hostPath - label: Full Path to File - description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" - schema: - type: string - default: "" - - variable: envList - label: VPN Environment Variables - schema: - type: list - show_if: [["type", "!=", "disabled"]] - default: [] - items: - - variable: envItem - label: Environment Variable - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - - variable: value - label: Value - schema: - type: string - required: true - variable: codeserver label: Codeserver schema: @@ -4060,6 +3880,191 @@ questions: schema: type: string required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: openvpn + description: OpenVPN + - value: wireguard + description: Wireguard + - value: tailscale + description: Tailscale + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: Sock5 Server + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - variable: killSwitch + label: Enable Killswitch + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: Killswitch Excluded IPv4 networks + description: List of Killswitch Excluded IPv4 Addresses + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: IPv4 Network + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: Killswitch Excluded IPv6 networks + description: "List of Killswitch Excluded IPv6 Addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: IPv6 Network + schema: + type: string + required: true + - variable: configFile + label: VPN Config File Location + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + hidden: true + - variable: type + label: Type + schema: + type: string + default: hostPath + hidden: true + - variable: hostPathType + label: hostPathType + schema: + type: string + default: File + hidden: true + - variable: noMount + label: noMount + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: Full Path to File + description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true - variable: docs group: Documentation label: Please read the documentation at https://truecharts.org diff --git a/stable/authentik/7.1.2/templates/_config.tpl b/stable/authentik/7.1.3/templates/_config.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_config.tpl rename to stable/authentik/7.1.3/templates/_config.tpl diff --git a/stable/authentik/7.1.2/templates/_geoip.tpl b/stable/authentik/7.1.3/templates/_geoip.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_geoip.tpl rename to stable/authentik/7.1.3/templates/_geoip.tpl diff --git a/stable/authentik/7.1.2/templates/_ldap.tpl b/stable/authentik/7.1.3/templates/_ldap.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_ldap.tpl rename to stable/authentik/7.1.3/templates/_ldap.tpl diff --git a/stable/authentik/7.1.2/templates/_proxy.tpl b/stable/authentik/7.1.3/templates/_proxy.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_proxy.tpl rename to stable/authentik/7.1.3/templates/_proxy.tpl diff --git a/stable/authentik/7.1.2/templates/_secret.tpl b/stable/authentik/7.1.3/templates/_secret.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_secret.tpl rename to stable/authentik/7.1.3/templates/_secret.tpl diff --git a/stable/authentik/7.1.2/templates/_worker.tpl b/stable/authentik/7.1.3/templates/_worker.tpl similarity index 100% rename from stable/authentik/7.1.2/templates/_worker.tpl rename to stable/authentik/7.1.3/templates/_worker.tpl diff --git a/stable/authentik/7.1.2/templates/common.yaml b/stable/authentik/7.1.3/templates/common.yaml similarity index 100% rename from stable/authentik/7.1.2/templates/common.yaml rename to stable/authentik/7.1.3/templates/common.yaml diff --git a/stable/authentik/7.1.2/templates/prometheusrules.yaml b/stable/authentik/7.1.3/templates/prometheusrules.yaml similarity index 100% rename from stable/authentik/7.1.2/templates/prometheusrules.yaml rename to stable/authentik/7.1.3/templates/prometheusrules.yaml diff --git a/stable/authentik/7.1.2/templates/servicemonitor.yaml b/stable/authentik/7.1.3/templates/servicemonitor.yaml similarity index 100% rename from stable/authentik/7.1.2/templates/servicemonitor.yaml rename to stable/authentik/7.1.3/templates/servicemonitor.yaml diff --git a/stable/authentik/7.1.2/values.yaml b/stable/authentik/7.1.3/values.yaml similarity index 100% rename from stable/authentik/7.1.2/values.yaml rename to stable/authentik/7.1.3/values.yaml