Commit Graph

60 Commits

Author SHA1 Message Date
Kjeld Schouten 5bde36f1f7 chore: force rereleases 2024-03-05 17:40:41 +01:00
Lukas Holzner 73e46f9ad9
fix(semaphore): Fixed filename for icon (#18693)
**Description**
Changed filename of logo to icon.png
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
<!--
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
-->

**📃 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
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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.

- [ x ] 🖼️ 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._
2024-02-27 20:07:39 +01:00
TrueCharts-Bot 97ded71eb6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-27 19:01:56 +00:00
TrueCharts Bot 0f100ef808
chore(deps): update ignored by renovate (patch) (#18626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | patch | `5.0.3`
-> `5.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.5.0` ->
`17.5.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.2.30` ->
`17.2.31` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.3.9` ->
`17.3.14` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Bubka/2FAuth (2fauth/2fauth)</summary>

###
[`v5.0.4`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#504---2024-02-23)

[Compare
Source](https://togithub.com/Bubka/2FAuth/compare/v5.0.3...v5.0.4)

##### Added

- Japanese translation, thanks to
[@&#8203;yheuhtozr](https://crowdin.com/profile/yheuhtozr)

##### Fixed

- [issue #&#8203;284](https://togithub.com/Bubka/2FAuth/issues/284)
Blank screen with version 5.0.3
- [issue #&#8203;296](https://togithub.com/Bubka/2FAuth/issues/296) WARN
Command cancelled (env=production breaks docker entrypoint)
- [issue #&#8203;298](https://togithub.com/Bubka/2FAuth/issues/298)
WebAuthn account recovery and password recovery doesn't work. Email
template broken
- [issue #&#8203;299](https://togithub.com/Bubka/2FAuth/issues/299) OID
redirect behind reverse proxy

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-26 01:49:06 +01:00
TrueCharts-Bot f80f682028 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-26 00:09:11 +00:00
Kjeld Schouten 242d2b35a8 chore: bump everything to fix intel gpu issues 2024-02-25 12:01:58 +01:00
TrueCharts-Bot 6e8846cfe7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-25 00:09:05 +00:00
Kjeld Schouten e2ec0b02c6 chore: BREAKING CHANGE remove SCALE-GPU GUI support in favor of custom-GPU GUI 2024-02-24 09:34:20 +01:00
TrueCharts-Bot a2af42c095 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-24 00:08:31 +00:00
Lukas Holzner e994c3279d
feat(semaphore) add semaphore (#18492)
**Description**

Semaphore is a modern, open source alternative to Ansible Tower. It is a
self-hosted web-based solution that allows you to create and manage
Ansible projects, playbooks, and roles, while also providing a web
interface for running and monitoring Ansible tasks.
home: https://truecharts.org/charts/stable/semaphore

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
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
-->

**📃 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
- [ x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ x ] 📄 I have made corresponding changes to the documentation
- [x ] ⚠️ 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.

- [ x ] 🖼️ 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-23 16:49:14 -05:00