chore(deps): update container image netdata/netdata to v1.47.1@9aec543 by renovate (#26208)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [netdata/netdata](https://netdata.cloud)
([source](https://redirect.github.com/netdata/netdata)) | patch |
`v1.47.0` -> `v1.47.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>netdata/netdata (netdata/netdata)</summary>
###
[`v1.47.1`](https://redirect.github.com/netdata/netdata/releases/tag/v1.47.1)
[Compare
Source](https://redirect.github.com/netdata/netdata/compare/v1.47.0...v1.47.1)
Netdata v1.47.1 is a patch release to address issues discovered since
[v1.47.0](https://redirect.github.com/netdata/netdata/releases/tag/v1.47.0).
This patch release provides the following bug fixes and updates:
- Fixed crash on cleanup of streaming receivers
([84afed7](84afed7bb5
),
[@​ktsaou](https://redirect.github.com/ktsaou)).
- Improved handling of removed alerts after Agent restart
([#​18488](https://redirect.github.com/netdata/netdata/pull/18488),
[@​stelfrag](https://redirect.github.com/stelfrag)).
- Improved handling of pending alerts
([#​18470](https://redirect.github.com/netdata/netdata/pull/18470),
[@​stelfrag](https://redirect.github.com/stelfrag)).
- Fixed an error in parsing of drive information data (go.d/storcli)
([#​18466](https://redirect.github.com/netdata/netdata/pull/18466),
[@​ilyam8](https://redirect.github.com/ilyam8)).
- Fixed buffer overflow in gorilla compression
([#​18463](https://redirect.github.com/netdata/netdata/pull/18463),
[@​vkalintiris](https://redirect.github.com/vkalintiris)).
- Added support for configuration files that are symbolic links to vnode
files (go.d.plugin)
([#​18445](https://redirect.github.com/netdata/netdata/pull/18445),
[@​ilyam8](https://redirect.github.com/ilyam8)).
- Fixed a problem where a stale node that was removed using `netdatacli`
could reappear after Agent restart
([#​18425](https://redirect.github.com/netdata/netdata/pull/18425),
[@​stelfrag](https://redirect.github.com/stelfrag)).
- Improved the readability of the `netdatacli` help message
([#​18403](https://redirect.github.com/netdata/netdata/pull/18403),
[@​ilyam8](https://redirect.github.com/ilyam8)).
- Fixes a potential panic that could occur in the `parseDHCPRangeValue`
function (go.d/dnsmasq_dhcp)
([#​18401](https://redirect.github.com/netdata/netdata/pull/18401),
[@​ilyam8](https://redirect.github.com/ilyam8)).
#### Support options <a id="v1471-support-options"></a>
As we grow, we stay committed to providing the best support ever seen
from an open-source solution. Should you encounter an issue with any of
the changes made in this release or any feature in the Netdata Agent,
feel free to contact us through one of the following channels:
- [Netdata Learn](https://learn.netdata.cloud): Find documentation,
guides, and reference material for monitoring and troubleshooting your
systems with Netdata.
- [GitHub Issues](https://redirect.github.com/netdata/netdata/issues):
Use the Netdata repository to report bugs or open a new feature request.
- [GitHub
Discussions](https://redirect.github.com/netdata/netdata/discussions):
Join the conversation around the Netdata development process and be a
part of it.
- [Community Forums](https://community.netdata.cloud/): Visit the
Community Forums and contribute to the collaborative knowledge base.
- [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata
Discord and hang out with like-minded sysadmins, DevOps, SREs, and other
troubleshooters. More than 2000 engineers are already using it!
</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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4wIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
3a607fc9ce
commit
a8a222984c
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.47.0
|
||||
appVersion: 1.47.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/netdata
|
||||
- https://hub.docker.com/r/netdata/netdata
|
||||
type: application
|
||||
version: 11.3.2
|
||||
version: 11.3.3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: netdata/netdata
|
||||
tag: v1.47.0@sha256:84ae61184a74d2c777c44d010b777d7bfa2a251c9cea4bf84880fb232ef93b57
|
||||
tag: v1.47.1@sha256:9aec543d8da83ff68da5032ed01b862ca96e55e3b20ab6ca98f95cab2e8ea255
|
||||
pullPolicy: IfNotPresent
|
||||
# -- The service account the pods will use to interact with the Kubernetes API
|
||||
serviceAccount:
|
||||
|
|
Loading…
Reference in New Issue