Skip to content

Commit

Permalink
feat(container): update ghcr.io/kashalls/external-dns-unifi-webhook (…
Browse files Browse the repository at this point in the history
… v0.3.4 → v0.4.0 ) (#6152)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/kashalls/external-dns-unifi-webhook](https://redirect.github.com/kashalls/external-dns-unifi-webhook)
| minor | `v0.3.4` -> `v0.4.0` |

---

### Release Notes

<details>
<summary>kashalls/external-dns-unifi-webhook
(ghcr.io/kashalls/external-dns-unifi-webhook)</summary>

###
[`v0.4.0`](https://redirect.github.com/kashalls/external-dns-unifi-webhook/releases/tag/v0.4.0)

[Compare
Source](https://redirect.github.com/kashalls/external-dns-unifi-webhook/compare/v0.3.4...v0.4.0)

> \[!IMPORTANT]\
> `UNIFI_USER` and `UNIFI_PASSWORD` are **deprecated** and will be
removed in the future. Please move to `UNIFI_API_KEY` instead.
> See the README for more info.

#### What's Changed

- fix(deps): update module github.com/caarlos0/env/v11 to v11.3.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kashalls/external-dns-unifi-webhook/pull/81](https://redirect.github.com/kashalls/external-dns-unifi-webhook/pull/81)
- fix(deps): update module sigs.k8s.io/external-dns to v0.15.1 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kashalls/external-dns-unifi-webhook/pull/80](https://redirect.github.com/kashalls/external-dns-unifi-webhook/pull/80)
- Add support for using Local UniFi Api Keys by
[@&#8203;kashalls](https://redirect.github.com/kashalls) in
[https://github.com/kashalls/external-dns-unifi-webhook/pull/85](https://redirect.github.com/kashalls/external-dns-unifi-webhook/pull/85)
- fix(deps): update module golang.org/x/net to v0.34.0 by
[@&#8203;renovate](https://redirect.github.com/renovate) in
[https://github.com/kashalls/external-dns-unifi-webhook/pull/83](https://redirect.github.com/kashalls/external-dns-unifi-webhook/pull/83)

**Full Changelog**:
kashalls/external-dns-unifi-webhook@v0.3.4...v0.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Jan 13, 2025
1 parent e62fe98 commit a466d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
webhook:
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.3.4@sha256:28dc00c7a21f9571d43181fcc0dd3de59e291741f27bc075d7e06378876b2974
tag: v0.4.0@sha256:f71f9e64f723a1af77e9ecdcbaef2db2095721d33b385baee1848d0bf09d44e7
env:
- name: UNIFI_HOST
value: https://10.1.0.1
Expand Down

0 comments on commit a466d8a

Please sign in to comment.