Commit Graph

34 Commits

Author SHA1 Message Date
kqmaverick 9c1d2e6d1a
fix(adguard-home): fix homepage widget type (#16577)
**Description**
Fixes homepage widget type.

⚒️ Fixes  # 

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

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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._
2023-12-29 00:11:11 +02:00
TrueCharts Bot bcf43200b9
chore(deps): update container image adguard/adguardhome to v0.107.43@4016a42 (#15973)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://togithub.com/AdguardTeam/AdGuardHome)) | patch |
`v0.107.42` -> `v0.107.43` |

---

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary>

###
[`v0.107.43`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010743---2023-12-11)

[Compare
Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.42...v0.107.43)

See also the [v0.107.43 GitHub milestone][ms-v0.107.43].

##### Fixed

- Incorrect handling of IPv4-in-IPv6 addresses when binding to an
unspecified
    address on some machines ([#&#8203;6510]).

[#&#8203;6510]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6510

[ms-v0.107.43]:
https://togithub.com/AdguardTeam/AdGuardHome/milestone/78?closed=1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45MC4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-11 19:21:38 +01:00
TrueCharts Bot 5bcc26695f
chore(deps): update container image adguard/adguardhome to v0.107.42@933bf6f (#15853)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html)
([source](https://togithub.com/AdguardTeam/AdGuardHome)) | patch |
`v0.107.41` -> `v0.107.42` |

---

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

---

### Release Notes

<details>
<summary>AdguardTeam/AdGuardHome (adguard/adguardhome)</summary>

###
[`v0.107.42`](https://togithub.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010742---2023-12-07)

[Compare
Source](https://togithub.com/AdguardTeam/AdGuardHome/compare/v0.107.41...v0.107.42)

See also the [v0.107.42 GitHub milestone][ms-v0.107.42].

##### Security

- Go version has been updated to prevent the possibility of exploiting
the
CVE-2023-39326, CVE-2023-45283, and CVE-2023-45285 Go vulnerabilities
fixed in
    [Go 1.20.12][go-1.20.12].

##### Added

-   Ability to set client's custom DNS cache ([#&#8203;6263]).
- Ability to disable plain-DNS serving through configuration file if an
    encrypted protocol is already enabled ([#&#8203;1660]).
- Ability to specify rate limiting settings in the Web UI
([#&#8203;6369]).

##### Changed

##### Configuration changes

- The new property `dns.serve_plain_dns` has been added to the
configuration
    file ([#&#8203;1660]).
-   The property `dns.bogus_nxdomain` is now validated more strictly.
- Added new properties `clients.persistent.*.upstreams_cache_enabled`
and
`clients.persistent.*.upstreams_cache_size` that describe cache
configuration
    for each client's custom upstream configuration.

##### Fixed

-   `ipset` entries family validation ([#&#8203;6420]).
- Pre-filling the *New static lease* window with data ([#&#8203;6402]).
-   Protection pause timer synchronization ([#&#8203;5759]).

[#&#8203;1660]: https://togithub.com/AdguardTeam/AdGuardHome/issues/1660

[#&#8203;5759]: https://togithub.com/AdguardTeam/AdGuardHome/issues/5759

[#&#8203;6263]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6263

[#&#8203;6369]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6369

[#&#8203;6402]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6402

[#&#8203;6420]: https://togithub.com/AdguardTeam/AdGuardHome/issues/6420

[go-1.20.12]:
https://groups.google.com/g/golang-announce/c/iLGK3x6yuNo/m/z6MJ-eB0AQAJ

[ms-v0.107.42]:
https://togithub.com/AdguardTeam/AdGuardHome/milestone/77?closed=1

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-07 19:21:01 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ 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:**

- [ ] ⚖️ 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
- [ ] ⬆️ 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._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot 2266286af3
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.41 (#14628) 2023-11-13 22:40:45 +01:00
TrueCharts Bot 5e3784c1cb
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.40 (#13752) 2023-10-18 21:38:57 +02:00
TrueCharts Bot b96d4f41c4
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.39 (#13524) 2023-10-12 01:34:39 +02:00
TrueCharts Bot afd76a5663
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.38 (#12503) 2023-09-12 03:53:56 +02:00
TrueCharts Bot a1f94cc039
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.37 (#12416) 2023-09-09 14:36:31 +02:00
TrueCharts Bot ac2f5c4283
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.36 (#11239) 2023-08-06 14:37:13 +02:00
TrueCharts Bot cbe098fd75
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.35 (#10927) 2023-07-28 17:41:43 +02:00
TrueCharts Bot 9c12b3a21f
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.34 (#10567) 2023-07-18 12:35:55 +02:00
TrueCharts Bot 8ca74717d1
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.33 (#10210) 2023-07-07 00:33:04 +02:00
TrueCharts Bot f6681b34af
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.32 (#9651) 2023-06-15 06:17:04 +02:00
TrueCharts Bot e658c6dd0d
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.31 (#9481) 2023-06-09 11:17:13 +02:00
TrueCharts Bot e0b0c651cd
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.29 (#8431) 2023-05-26 10:18:34 +02:00
Kjeld Schouten cbf9bc4c13
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-26 09:55:12 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ 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.

- [ ] 🪞 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._
2023-04-11 12:07:17 +02:00
TrueCharts-Admin 7f1da084f6 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.25 2023-02-21 23:22:49 +00:00
TrueCharts-Admin df8e76ee7c chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.24 2023-02-20 22:26:03 +00:00
TrueCharts-Admin 756ba10707 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.23 2023-02-03 11:34:50 +00:00
TrueCharts-Admin a95e983c96 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.22 2023-01-20 13:26:10 +00:00
TrueCharts-Admin 80e550343b chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.21 2022-12-17 01:10:52 +00:00
TrueCharts-Admin 5cf3afb8a0 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.20 2022-12-07 19:20:44 +00:00
TrueCharts-Admin bcadcc49e0 Update container image tccr.io/truecharts/adguard-home to v0.107.19 2022-11-23 20:13:06 +00:00
TrueCharts Bot 3f9b200e9b
chore(deps): update docker general non-major (#4366)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-10 10:07:12 +01:00
TrueCharts Bot 21a20e4e18
chore(deps): update docker general non-major (#4286)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-03 03:26:26 +02:00
TrueCharts-Admin 7a8e58496e chore(deps): update docker general non-major 2022-10-09 14:14:26 +02:00
TrueCharts Bot f8b262ce47
chore(deps): update docker general non-major (#4001)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-04 09:12:03 +03:00
Stavros Kois cf2da88b37
fix(adguard-home): Change port on main service (#3987)
* fix(adguard-home): Change port on main service

* add docs

* probes

* add --port in args

* again

* unquote

* hmm

* whops

* cleanup
2022-10-02 13:39:53 +03:00
TrueCharts Bot 95df6b7a78
chore(deps): update docker general non-major (#3965)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-30 09:16:45 +03:00
TrueCharts Bot 19731ab5a3
chore(deps): update docker general non-major (#3787)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-16 08:38:14 +03:00
TrueCharts Bot 4dc32a9142
chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00
Stavros Kois 081eba6466
feat(adguard-home): move to stable and cleanup ports a bit (#3703) 2022-09-05 08:53:05 +03:00
Renamed from charts/incubator/adguard-home/values.yaml (Browse further)