Commit Graph

3 Commits

Author SHA1 Message Date
TrueCharts Bot 5dd909480b
chore(deps): update container image jorenn92/maintainerr to v2.0.3@712e990 by renovate (#19789)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) |
patch | `2.0.2` -> `2.0.3` |

---

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

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary>

###
[`v2.0.3`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#203-2024-03-25)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.2...v2.0.3)

##### Bug Fixes

- Automatically prepend https for Overseerr, Sonarr and Radarr when
choosing port 443
([1616cfd](1616cfd0c4))
- Ensure proper URL generation on the settings pages by handling the
pathname in hostnames correctly
([f8a80a7](f8a80a7787))
- Fixed an issue where episodes would only be deleted, but not
unmonitored when using the 'Unmonitor and delete episode' rule action
([#&#8203;943](https://togithub.com/jorenn92/Maintainerr/issues/943))
([070b381](070b381f05))
- **rules:** Season action 'unmonitor and delete existing episodes' will
now correctly remove and unmonitor existing episodes. The season itself
will stay monitored.
([#&#8203;951](https://togithub.com/jorenn92/Maintainerr/issues/951))
([c5a135b](c5a135b94b))
- Shows will now be correctly unmonitored when using the 'unmonitor..'
Sonarr action. Previously, only the seasons would be unmonitored
([e6bff13](e6bff13626))

</details>

---

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

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-25 19:22:30 +01:00
TrueCharts Bot 0fd10c5131
chore(deps): update container image jorenn92/maintainerr to v2.0.2@4e0f519 by renovate (#18140)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) |
patch | `2.0.0` -> `2.0.2` |

---

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

---

### Release Notes

<details>
<summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary>

###
[`v2.0.2`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#202-2024-02-11)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2)

##### Bug Fixes

- Failure to fetch latest GitHub version crashes the UI
([#&#8203;891](https://togithub.com/jorenn92/Maintainerr/issues/891))
([4ce9ac9](4ce9ac9b35))

###
[`v2.0.1`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#201-2024-02-09)

[Compare
Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.0...v2.0.1)

##### Bug Fixes

- **docker:** ensure $HOME is set consistently for all configs.
([f952bba](f952bbaf10))
- Resolve SQL error during Plex collection recreation
([be1b801](be1b8017bd))
- Resolved an issue where Plex's SSL flag would not be updated correctly
on the settings page
([d65927a](d65927a761))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 02:00:42 +01:00
Xstar97TheNoob d8c52d7d6a
feat(maintainerr) move maintainerr to stable and update chart (#17996)
**Description**
Update chart and move to stable.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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
- [ ] #️⃣ 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 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-07 20:06:18 +01:00