b112011bf9
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Moves `openwebrxplus` to stable train. This was added to the incubator train in https://github.com/trueforge-org/truecharts/pull/36626. Initially the version was `0.0.1`, updated [several times since](https://github.com/trueforge-org/truecharts/pulls?q=is%3Apr+openwebrxplus+is%3Aclosed+sort%3Aupdated-desc). Reached chart version `1.0.0` in #36988 ([src](https://github.com/trueforge-org/truecharts/pull/36988/files#diff-8305564cab80c6e825f2a90d2d28f40b1d3bcd577e1f0efd4180ff0bfc8de41aR39)). **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - Changes release train, therefore it's technically breaking. - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Deployed the chart on my cluster, from the incubator release train. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 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 - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** ~If this PR is an app addition please make sure you have done the following.~ ~- [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png`~ --- --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
33 lines
471 B
Plaintext
33 lines
471 B
Plaintext
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|
|
.vscode/
|
|
# OWNERS file for Kubernetes
|
|
OWNERS
|
|
# helm-docs templates
|
|
*.gotmpl
|
|
# docs folder
|
|
/docs
|
|
# icon
|
|
icon.png
|
|
icon.webp
|
|
icon-small.webp
|