From 33d6ecb9c9d15fe672dbde27a352780b541c9e0b Mon Sep 17 00:00:00 2001 From: edgar131 Date: Fri, 12 May 2023 05:54:23 -0400 Subject: [PATCH 1/2] feat(custom-app) Enable Options for Configuring Portal & bump app version (#8805) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Adds support to custom-app to enable/disable the web portal as well as configure override settings for the port/host/protocol. ⚒️ Fixes # #8793 **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** I copied my updated section of questions.yaml into the questions.yaml in my personal catalog and installed various scenarios of enabling/disabling and overriding parameters. **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/custom-app/Chart.yaml | 2 +- charts/stable/custom-app/questions.yaml | 59 +++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 1 deletion(-) diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml index aad6e76d8df..abd0ddfe7fb 100644 --- a/charts/stable/custom-app/Chart.yaml +++ b/charts/stable/custom-app/Chart.yaml @@ -19,7 +19,7 @@ name: custom-app sources: - https://github.com/truecharts/charts/tree/master/charts/stable/custom-app type: application -version: 8.0.7 +version: 8.0.8 annotations: truecharts.org/catagories: | - custom diff --git a/charts/stable/custom-app/questions.yaml b/charts/stable/custom-app/questions.yaml index 9c31f00a61a..1f0fd331cd6 100644 --- a/charts/stable/custom-app/questions.yaml +++ b/charts/stable/custom-app/questions.yaml @@ -154,6 +154,65 @@ questions: schema: type: string default: "/" + - variable: portal + group: "General Settings" + label: "Portal Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: open + label: "Open" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "Enable WebUI Portal" + description: "Enable WebUI Portal" + schema: + type: boolean + default: true + - variable: overrides + label: "Override Portal Configuration" + description: "Override Portal Configuration" + schema: + type: boolean + default: false + show_if: [["enabled", "=", true]] + show_subquestions_if: true + subquestions: + - variable: override + label: "Override Portal Configuration" + description: "Override Portal Configuration" + schema: + type: dict + additional_attrs: true + attrs: + - variable: protocol + label: "Protocol" + description: "Portal Protocol Override" + schema: + type: string + enum: + - value: "" + description: "" + - value: "http" + description: "HTTP" + - value: "https" + description: "HTTPS" + - variable: host + label: "Host" + description: "Portal Host Override" + schema: + type: string + default: "" + - variable: port + label: "Port" + description: "Portal Port Override" + schema: + type: string + default: "" # Include{containerConfig} # Include{podOptions} # Include{serviceRoot} From 310fca8d8a11ba64f62d537010ede19c6ba1c9d7 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 12 May 2023 12:25:08 +0200 Subject: [PATCH 2/2] chore(deps): update renovatebot/github-action action to v37.0.0 (#8913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [renovatebot/github-action](https://togithub.com/renovatebot/github-action) | action | major | `v36.1.1` -> `v37.0.0` | --- ### Release Notes
renovatebot/github-action ### [`v37.0.0`](https://togithub.com/renovatebot/github-action/releases/tag/v37.0.0) [Compare Source](https://togithub.com/renovatebot/github-action/compare/v36.1.1...v37.0.0) ##### ⚠ BREAKING CHANGES - The action now uses the default docker user again. ##### Features - use default docker user ([#​737](https://togithub.com/renovatebot/github-action/issues/737)) ([2b734bc](https://togithub.com/renovatebot/github-action/commit/2b734bc8d890bb2f43fbdbf140399d13c7e4e755)) ##### Miscellaneous Chores - **deps:** update commitlint monorepo to v17.6.3 ([70bcd3a](https://togithub.com/renovatebot/github-action/commit/70bcd3af02df5ddcaa35763a5d98621116c50f1a)) - **deps:** update linters to v5.59.2 ([779f1d8](https://togithub.com/renovatebot/github-action/commit/779f1d87083d00cc814734ca158e1c8bee40a455)) - fix typos in Renovate configuration ([#​734](https://togithub.com/renovatebot/github-action/issues/734)) ([5ad2b2e](https://togithub.com/renovatebot/github-action/commit/5ad2b2e02314404632ada11bbe3fbc75cac5a58e)) ##### Continuous Integration - **deps:** update renovate docker tag to v35.71.7 ([#​733](https://togithub.com/renovatebot/github-action/issues/733)) ([aea141a](https://togithub.com/renovatebot/github-action/commit/aea141a645e03a2cc681f6d4b98cc8bc557dc970)) - **deps:** update renovate docker tag to v35.72.1 ([4f06731](https://togithub.com/renovatebot/github-action/commit/4f067314b66ffb014461393318a6bb120a49ec55)) - **deps:** update renovate docker tag to v35.73.0 ([be066a1](https://togithub.com/renovatebot/github-action/commit/be066a170087e7da58a013f44a24f41cc4958f37)) - **deps:** update renovate docker tag to v35.74.1 ([#​735](https://togithub.com/renovatebot/github-action/issues/735)) ([cc2659c](https://togithub.com/renovatebot/github-action/commit/cc2659c36ed1d45d75e7d3d1a116fc6f05b56705)) - **deps:** update renovate docker tag to v35.75.0 ([2ea35a6](https://togithub.com/renovatebot/github-action/commit/2ea35a62078efcfa0386e165a33f8c3ea65a9478)) - **deps:** update renovate docker tag to v35.77.0 ([4fdca9f](https://togithub.com/renovatebot/github-action/commit/4fdca9f972e9cde67cc655abc6e5c641391362c5)) - **deps:** update renovate docker tag to v35.80.0 ([e2c7972](https://togithub.com/renovatebot/github-action/commit/e2c797264fbe9e7eac4f23019ce6a59fe3f893c3))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index ea59412c50c..1f37f824bfb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,7 +12,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate - uses: renovatebot/github-action@0da8b0cd8bb013041bad4f818c2790fa3253efb1 # v36.1.1 + uses: renovatebot/github-action@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}