aedf77b4b8
chore(deps): update helm general non-major ( #13386 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager ) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.1` ->
`7.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.1` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.6` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.3` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.4` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.2` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.8` -> `14.0.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.22` ->
`3.0.23` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.25` ->
`9.0.26` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.24` ->
`3.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.0` ->
`8.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.28` ->
`8.0.29` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>
###
[`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1 )
v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.
##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!
#### Changes since v1.13.0
##### Bug or Regression
- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#​6358](https://togithub.com/cert-manager/cert-manager/issues/6358 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
##### Other (Cleanup or Flake)
- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#​6368](https://togithub.com/cert-manager/cert-manager/issues/6368 ),
[@​inteon](https://togithub.com/inteon ))
- Upgrade Go from 1.20.7 to 1.20.8.
([#​6370](https://togithub.com/cert-manager/cert-manager/issues/6370 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
###
[`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0 )
cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.
This is the 1.13 release of cert-manager!
cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.
#### Known issues
The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342 ](https://togithub.com/cert-manager/cert-manager/issues/6342 )
This will be fixed in v1.13.1.
#### Breaking Changes (You MUST read this before you upgrade!)
1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182 ),
[@​inteon](https://togithub.com/inteon ))
#### Community
Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260 ](https://togithub.com/cert-manager/cert-manager/pull/6260 )):
[@​jsoref](https://togithub.com/jsoref )
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart )
[@​hawksight](https://togithub.com/hawksight )
[@​erikgb](https://togithub.com/erikgb )
Thanks again to all open-source contributors with commits in this
release, including:
[@​AcidLeroy](https://togithub.com/AcidLeroy )
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart )
[@​lucacome](https://togithub.com/lucacome )
[@​cypres](https://togithub.com/cypres )
[@​erikgb](https://togithub.com/erikgb )
[@​ubergesundheit](https://togithub.com/ubergesundheit )
[@​jkroepke](https://togithub.com/jkroepke )
[@​jsoref](https://togithub.com/jsoref )
[@​gdvalle](https://togithub.com/gdvalle )
[@​rouke-broersma](https://togithub.com/rouke-broersma )
[@​schrodit](https://togithub.com/schrodit )
[@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs )
[@​arukiidou](https://togithub.com/arukiidou )
[@​hawksight](https://togithub.com/hawksight )
[@​Richardds](https://togithub.com/Richardds )
[@​kahirokunn](https://togithub.com/kahirokunn )
Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@​SgtCoDFish](https://togithub.com/SgtCoDFish )
[@​maelvls](https://togithub.com/maelvls )
[@​irbekrm](https://togithub.com/irbekrm )
[@​inteon](https://togithub.com/inteon )
Equally thanks to everyone who provided feedback, helped users and
raised issues on Github and Slack and joined our meetings!
Special thanks to [@​AcidLeroy](https://togithub.com/AcidLeroy )
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337 ](https://togithub.com/cert-manager/cert-manager/pull/5337 ))
Also, thanks a lot to
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart ) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003 ](https://togithub.com/cert-manager/cert-manager/pull/5003 ))
Thanks also to the [CNCF](https://www.cncf.io/ ), which provides
resources and support, and to the AWS open source team for being good
community members and for their maintenance of the [PrivateCA
Issuer](https://togithub.com/cert-manager/aws-privateca-issuer ).
In addition, massive thanks to [Venafi](https://www.venafi.com/ ) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.
#### Changes since v1.12.0
##### Feature
- Add support for logging options to webhook config file.
([#​6243](https://togithub.com/cert-manager/cert-manager/issues/6243 ),
[@​inteon](https://togithub.com/inteon ))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#​6241](https://togithub.com/cert-manager/cert-manager/issues/6241 ),
[@​erikgb](https://togithub.com/erikgb ))
- Certificate Shim: distinguish dns names and ip address in certificate
([#​6267](https://togithub.com/cert-manager/cert-manager/issues/6267 ),
[@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs ))
- Cmctl can now be imported by third parties.
([#​6049](https://togithub.com/cert-manager/cert-manager/issues/6049 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#​6292](https://togithub.com/cert-manager/cert-manager/issues/6292 ),
[@​ubergesundheit](https://togithub.com/ubergesundheit ))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#​6298](https://togithub.com/cert-manager/cert-manager/issues/6298 ),
[@​inteon](https://togithub.com/inteon ))
- The cert-manager controller options are now configurable using a
configuration file.
([#​5337](https://togithub.com/cert-manager/cert-manager/issues/5337 ),
[@​AcidLeroy](https://togithub.com/AcidLeroy ))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#​6199](https://togithub.com/cert-manager/cert-manager/issues/6199 ),
[@​inteon](https://togithub.com/inteon ))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#​6110](https://togithub.com/cert-manager/cert-manager/issues/6110 ),
[@​jkroepke](https://togithub.com/jkroepke ))
##### Design
- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query `). It keeps using DNS lookup as a default
method.
([#​5003](https://togithub.com/cert-manager/cert-manager/issues/5003 ),
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart ))
##### Bug or Regression
- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#​6087](https://togithub.com/cert-manager/cert-manager/issues/6087 ),
[@​rouke-broersma](https://togithub.com/rouke-broersma ))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#​6109](https://togithub.com/cert-manager/cert-manager/issues/6109 ),
[@​inteon](https://togithub.com/inteon ))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#​6147](https://togithub.com/cert-manager/cert-manager/issues/6147 ),
[@​inteon](https://togithub.com/inteon ))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#​6232](https://togithub.com/cert-manager/cert-manager/issues/6232 ),
[@​inteon](https://togithub.com/inteon ))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#​6088](https://togithub.com/cert-manager/cert-manager/issues/6088 ),
[@​cypres](https://togithub.com/cypres ))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#​6220](https://togithub.com/cert-manager/cert-manager/issues/6220 ),
[@​ubergesundheit](https://togithub.com/ubergesundheit ))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#​6191](https://togithub.com/cert-manager/cert-manager/issues/6191 ),
[@​Richardds](https://togithub.com/Richardds ))
- Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️ ** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️ Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#​6293](https://togithub.com/cert-manager/cert-manager/issues/6293 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#​6143](https://togithub.com/cert-manager/cert-manager/issues/6143 ),
[@​schrodit](https://togithub.com/schrodit ))
- **⚠️ Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182 ),
[@​inteon](https://togithub.com/inteon ))
##### Other (Cleanup or Flake)
- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#​5879](https://togithub.com/cert-manager/cert-manager/issues/5879 ),
[@​maelvls](https://togithub.com/maelvls ))
- All service links in helm chart deployments have been disabled.
([#​6144](https://togithub.com/cert-manager/cert-manager/issues/6144 ),
[@​schrodit](https://togithub.com/schrodit ))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#​6168](https://togithub.com/cert-manager/cert-manager/issues/6168 ),
[@​inteon](https://togithub.com/inteon ))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#​6156](https://togithub.com/cert-manager/cert-manager/issues/6156 ),
[@​kahirokunn](https://togithub.com/kahirokunn ))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#​6242](https://togithub.com/cert-manager/cert-manager/issues/6242 ),
[@​inteon](https://togithub.com/inteon ))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#​6085](https://togithub.com/cert-manager/cert-manager/issues/6085 ),
[@​irbekrm](https://togithub.com/irbekrm ))
- Helm: Add apache 2.0 license annotation
([#​6225](https://togithub.com/cert-manager/cert-manager/issues/6225 ),
[@​arukiidou](https://togithub.com/arukiidou ))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#​6034](https://togithub.com/cert-manager/cert-manager/issues/6034 ),
[@​gdvalle](https://togithub.com/gdvalle ))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#​6176](https://togithub.com/cert-manager/cert-manager/issues/6176 ),
[@​inteon](https://togithub.com/inteon ))
- The cmctl logging has been improved and support for json logging has
been added.
([#​6247](https://togithub.com/cert-manager/cert-manager/issues/6247 ),
[@​inteon](https://togithub.com/inteon ))
- Updates Kubernetes libraries to `v0.27.2`.
([#​6077](https://togithub.com/cert-manager/cert-manager/issues/6077 ),
[@​lucacome](https://togithub.com/lucacome ))
- Updates Kubernetes libraries to `v0.27.4`.
([#​6227](https://togithub.com/cert-manager/cert-manager/issues/6227 ),
[@​lucacome](https://togithub.com/lucacome ))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#​6152](https://togithub.com/cert-manager/cert-manager/issues/6152 ),
[@​inteon](https://togithub.com/inteon ))
###
[`v1.12.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.5 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.4...v1.12.5 )
v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0
#### Changes since v1.12.4
##### Bug or Regression
- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#​6359](https://togithub.com/cert-manager/cert-manager/issues/6359 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
##### Other (Cleanup or Flake)
- Updated base images to the latest version.
([#​6372](https://togithub.com/cert-manager/cert-manager/issues/6372 ),
[@​inteon](https://togithub.com/inteon ))
- Upgrade Go from 1.20.7 to 1.20.8.
([#​6371](https://togithub.com/cert-manager/cert-manager/issues/6371 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
###
[`v1.12.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.4 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4 )
v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409 ).
#### Changes since v1.12.3
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#​6297](https://togithub.com/cert-manager/cert-manager/issues/6297 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#​6318](https://togithub.com/cert-manager/cert-manager/issues/6318 ),
[@​maelvls](https://togithub.com/maelvls ))
</details>
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.8...clickhouse-7.0.9 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.7...clickhouse-7.0.8 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.6...clickhouse-7.0.7 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.5...clickhouse-7.0.6 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.4...clickhouse-7.0.5 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.8...common-14.0.9 )
Function library for TrueCharts
###
[`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.7...common-14.0.8 )
Function library for TrueCharts
###
[`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.6...common-14.0.7 )
Function library for TrueCharts
###
[`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.5...common-14.0.6 )
Function library for TrueCharts
###
[`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.4...common-14.0.5 )
Function library for TrueCharts
###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4 )
Function library for TrueCharts
###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3 )
Function library for TrueCharts
###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2 )
Function library for TrueCharts
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 01:47:09 +03:00
TrueCharts Bot and GitHub
494dde7474
chore(deps): update container image tccr.io/truecharts/theme-park to v1.14.0 ( #13385 )
2023-10-08 00:36:58 +02:00
TrueCharts Bot and GitHub
c41609ed45
chore(deps): update helm chart common to 14.0.9 ( #13384 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.8` -> `14.0.9` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.8...common-14.0.9 )
Function library for TrueCharts
</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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-08 01:33:47 +03:00
c6427fe4fa
chore(deps): update container image tccr.io/truecharts/onlyoffice-ds to v7.4.1 ( #11258 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/onlyoffice-ds](https://togithub.com/truecharts/containers )
| patch | `v7.4.0` -> `v7.4.1` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 01:07:21 +03:00
TrueCharts Bot and GitHub
5e4435c332
chore(deps): update container image tccr.io/truecharts/jellystat to vlatest ( #13383 )
2023-10-07 23:40:23 +02:00
TrueCharts Bot and GitHub
514d3814ed
chore(deps): update container image tccr.io/truecharts/firefox to v116.0.3 ( #13382 )
2023-10-07 23:38:49 +02:00
1101c91371
chore(deps): update container image tccr.io/truecharts/alertmanager to v0.26.0 ( #11924 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/alertmanager](https://togithub.com/truecharts/containers )
| minor | `0.25.0` -> `v0.26.0` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC42IiwidXBkYXRlZEluVmVyIjoiMzcuNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 00:29:54 +03:00
4c7fae1a82
chore(deps): update container image tccr.io/truecharts/matomo to v4.15.1 ( #11255 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/matomo](https://togithub.com/truecharts/containers )
| patch | `v4.15.0` -> `v4.15.1` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zMy41IiwidXBkYXRlZEluVmVyIjoiMzYuMzMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros kois <s.kois@outlook.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 00:17:23 +03:00
TrueCharts Bot and GitHub
10052f3bd4
chore(deps): update container image tccr.io/truecharts/fileflows to v23.10.0 ( #13381 )
2023-10-07 23:13:30 +02:00
TrueCharts Bot and GitHub
103a6a3433
chore(deps): update container image tccr.io/truecharts/calibre to v6.28.1 ( #13379 )
2023-10-07 23:12:55 +02:00
TrueCharts Bot and GitHub
5939e7f07b
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #13374 )
2023-10-07 23:12:38 +02:00
TrueCharts Bot and GitHub
ea872ec7f3
chore(deps): update container image tccr.io/truecharts/tvheadend to latest ( #13378 )
2023-10-07 23:12:16 +02:00
TrueCharts Bot and GitHub
ac14cd0a94
chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.1 ( #13377 )
2023-10-07 23:11:30 +02:00
TrueCharts Bot and GitHub
d602143904
chore(deps): update container image tccr.io/truecharts/searxng to latest ( #13376 )
2023-10-07 23:10:48 +02:00
TrueCharts Bot and GitHub
cb301efdc8
chore(deps): update container image tccr.io/truecharts/readarr to v0.3.6.2232 ( #13373 )
2023-10-07 23:10:42 +02:00
TrueCharts Bot and GitHub
21d15d28f1
chore(deps): update container image tccr.io/truecharts/radarr to v4.7.5.7809 ( #13372 )
2023-10-07 23:10:10 +02:00
TrueCharts Bot and GitHub
a9fd231ec0
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.9.1.3981 ( #13370 )
2023-10-07 23:10:02 +02:00
TrueCharts Bot and GitHub
3cf4d0f9ea
chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.1.0 ( #13375 )
2023-10-07 23:09:55 +02:00
TrueCharts Bot and GitHub
e831bf0a75
chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7557 ( #13369 )
2023-10-07 23:09:21 +02:00
TrueCharts Bot and GitHub
20600f90a4
chore(deps): update helm chart common to 14.0.8 ( #13380 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.6` -> `14.0.8` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.7...common-14.0.8 )
Function library for TrueCharts
###
[`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.6...common-14.0.7 )
Function library for TrueCharts
</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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-10-08 00:09:13 +03:00
TrueCharts Bot and GitHub
7e32152439
chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.5 ( #13371 )
2023-10-07 23:09:01 +02:00
0e60bf3fe6
chore(deps): update container image tccr.io/truecharts/thanos to v0.32.4 ( #12110 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers )
| minor | `v0.31.0` -> `v0.32.4` |
|
[tccr.io/truecharts/thanos](https://togithub.com/truecharts/containers )
| minor | `0.31.0` -> `v0.32.4` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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 these
updates again.
---
- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzcuMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-08 00:01:01 +03:00
TrueCharts Bot and GitHub
93f76b1762
chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.1 ( #12350 )
2023-10-07 23:37:59 +03:00
TrueCharts Bot and GitHub
4c20a782d4
chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.3.3586 ( #13366 )
2023-10-07 22:36:01 +02:00
TrueCharts Bot and GitHub
852a1f14c6
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest ( #13367 )
2023-10-07 22:35:02 +02:00
0313d34ee1
chore(deps): update helm general major (major) ( #11104 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | major | `2.0.6` ->
`3.0.22` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | major | `2.0.7` ->
`3.0.24` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `7.0.6` ->
`8.0.28` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v3.0.22`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.22 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.21...kube-state-metrics-3.0.22 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.21`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.21 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.20...kube-state-metrics-3.0.21 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.20 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.19...kube-state-metrics-3.0.20 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.18...kube-state-metrics-3.0.19 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.18 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.17...kube-state-metrics-3.0.18 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.16...kube-state-metrics-3.0.17 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.15...kube-state-metrics-3.0.16 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.14...kube-state-metrics-3.0.15 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.13...kube-state-metrics-3.0.14 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.12...kube-state-metrics-3.0.13 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.11...kube-state-metrics-3.0.12 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.10...kube-state-metrics-3.0.11 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.10 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.9...kube-state-metrics-3.0.10 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.8...kube-state-metrics-3.0.9 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.7...kube-state-metrics-3.0.8 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.6...kube-state-metrics-3.0.7 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.5...kube-state-metrics-3.0.6 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.4...kube-state-metrics-3.0.5 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.3...kube-state-metrics-3.0.4 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.2...kube-state-metrics-3.0.3 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.2`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.1...kube-state-metrics-3.0.2 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.1`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.1 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.0...kube-state-metrics-3.0.1 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.0`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.6...kube-state-metrics-3.0.0 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.
👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-07 23:24:33 +03:00
8d16e9767c
chore(deps): update container image tccr.io/truecharts/nocodb to v0.111.4 ( #9966 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/nocodb](https://togithub.com/truecharts/containers )
| minor | `v0.107.5` -> `v0.111.4` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjM2LjkyLjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros kois <s.kois@outlook.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-07 23:15:15 +03:00
TrueCharts Bot and GitHub
fe34f2b9af
chore(deps): update container image tccr.io/truecharts/invidious to latest ( #13364 )
2023-10-07 21:36:26 +02:00
TrueCharts Bot and GitHub
6430d23cdb
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest ( #13365 )
2023-10-07 21:35:57 +02:00
TrueCharts Bot and GitHub
87a2c9f8df
chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 ( #13363 )
2023-10-07 20:38:48 +02:00
TrueCharts Bot and GitHub
ac3ac72c3c
chore(deps): update container image tccr.io/truecharts/lidarr to v1.4.3.3586 ( #13362 )
2023-10-07 20:35:42 +02:00
TrueCharts Bot and GitHub
4a8d8080bb
chore(deps): update container image tccr.io/truecharts/alpine to latest ( #11522 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/alpine | digest | `a661597` -> `17cd77e` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
2023-10-07 20:47:06 +03:00
3b81639aae
chore(deps): update container image tccr.io/truecharts/scratch to latest ( #11380 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/scratch | digest | `1a9a10a` -> `3bf74a0` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-07 20:46:51 +03:00
TrueCharts Bot and GitHub
0173479f56
chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 ( #13358 )
2023-10-07 19:35:13 +02:00
TrueCharts Bot and GitHub
65b2fa2323
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13357 )
2023-10-07 19:34:56 +02:00
TrueCharts Bot and GitHub
654431906d
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.1 ( #13258 )
2023-10-07 19:26:06 +02:00
bd24f4b353
chore(deps): update container image tccr.io/truecharts/kavita to v0.7.8 ( #9524 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/kavita](https://togithub.com/truecharts/containers )
| patch | `v0.7.2` -> `v0.7.8` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM2LjgyLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros kois <s.kois@outlook.com >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-07 20:04:34 +03:00
cd47c400fc
chore(deps): update container image tccr.io/truecharts/mkvcleaver to v23.06.1 ( #8300 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/mkvcleaver](https://togithub.com/truecharts/containers )
| major | `v1.3.0` -> `v23.06.1` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuMTE1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
Co-authored-by: Stavros kois <s.kois@outlook.com >
2023-10-07 20:02:36 +03:00
TrueCharts Bot and GitHub
a4d6ce058e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13356 )
2023-10-07 18:39:08 +02:00
TrueCharts Bot and GitHub
0fb77a3b55
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.976 ( #13355 )
2023-10-07 18:37:58 +02:00
TrueCharts Bot and GitHub
a528939334
chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 ( #13354 )
2023-10-07 17:35:59 +02:00
TrueCharts Bot and GitHub
9bc9654e6b
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13353 )
2023-10-07 17:35:39 +02:00
TrueCharts Bot and GitHub
3e78ec9ef4
chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 ( #13351 )
2023-10-07 16:37:30 +02:00
TrueCharts Bot and GitHub
e79da1b22e
chore(deps): update container image tccr.io/truecharts/grav to v1.7.43 ( #13352 )
2023-10-07 16:36:11 +02:00
TrueCharts Bot and GitHub
4521aa6759
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13349 )
2023-10-07 15:34:44 +02:00
TrueCharts Bot and GitHub
b6940f4e67
chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 ( #13350 )
2023-10-07 15:34:22 +02:00
TrueCharts Bot and GitHub
11fbccc66a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13348 )
2023-10-07 14:36:41 +02:00
TrueCharts Bot and GitHub
c270888678
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13347 )
2023-10-07 14:36:21 +02:00
TrueCharts Bot and GitHub
468733a3c1
chore(deps): update container image tccr.io/truecharts/plex to v1.32.6.7557 ( #13346 )
2023-10-07 13:37:48 +02:00
TrueCharts Bot and GitHub
e195b7ed97
chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 ( #13345 )
2023-10-07 12:34:46 +02:00
TrueCharts Bot and GitHub
0aa8c91521
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13344 )
2023-10-07 12:34:29 +02:00
TrueCharts Bot and GitHub
5ee5313cb8
chore(deps): update container image tccr.io/truecharts/emby to v4.7.14.0 ( #13343 )
2023-10-07 11:33:03 +02:00
TrueCharts Bot and GitHub
4d62d912a8
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13342 )
2023-10-07 11:32:38 +02:00
TrueCharts Bot and GitHub
90d30dc97e
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 ( #13341 )
2023-10-07 10:40:23 +02:00
TrueCharts Bot and GitHub
96e57d1108
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13340 )
2023-10-07 10:37:29 +02:00
TrueCharts Bot and GitHub
6e28e333b8
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 ( #13338 )
2023-10-07 09:37:09 +02:00
TrueCharts Bot and GitHub
15047bb0f9
chore(deps): update container image tccr.io/truecharts/bazarr to v1.3.0 ( #13337 )
2023-10-07 09:34:44 +02:00
TrueCharts Bot and GitHub
8d1602870f
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.124.0 ( #13336 )
2023-10-07 08:36:06 +02:00
TrueCharts Bot and GitHub
45dd18a573
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13335 )
2023-10-07 08:35:36 +02:00
TrueCharts Bot and GitHub
431dbb0008
chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 ( #13334 )
2023-10-07 06:37:55 +02:00
TrueCharts Bot and GitHub
a74cb2dfd4
chore(deps): update container image tccr.io/truecharts/outline to v0.72.1 ( #13332 )
2023-10-07 05:38:20 +02:00
TrueCharts Bot and GitHub
79a607f98a
chore(deps): update container image tccr.io/truecharts/watchyourlan to v1.0.2 ( #13333 )
2023-10-07 05:35:54 +02:00
TrueCharts Bot and GitHub
2e15747a29
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #13330 )
2023-10-07 04:41:54 +02:00
TrueCharts Bot and GitHub
9eadaf3bfc
chore(deps): update container image tccr.io/truecharts/linkding to v1.22.1 ( #13331 )
2023-10-07 04:40:22 +02:00
TrueCharts Bot and GitHub
c26ca1327c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.1 ( #13328 )
2023-10-07 03:58:08 +02:00
TrueCharts Bot and GitHub
f8728e6028
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.976 ( #13329 )
2023-10-07 03:57:14 +02:00
TrueCharts Bot and GitHub
70dd529cf6
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13326 )
2023-10-07 02:53:06 +02:00
TrueCharts Bot and GitHub
4a142d4b58
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.11 ( #13327 )
2023-10-07 02:52:22 +02:00
TrueCharts Bot and GitHub
506c132540
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 ( #13325 )
2023-10-06 21:36:40 +02:00
TrueCharts Bot and GitHub
2b0c78fd5f
chore(deps): update webtop ( #13324 )
2023-10-06 20:35:08 +02:00
TrueCharts Bot and GitHub
a163833550
chore(deps): update rdesktop ( #13323 )
2023-10-06 20:34:48 +02:00
TrueCharts Bot and GitHub
3b4ddbf544
chore(deps): update rdesktop ( #13322 )
2023-10-06 19:32:30 +02:00
TrueCharts Bot and GitHub
1938020123
chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 ( #13320 )
2023-10-06 18:38:14 +02:00
TrueCharts Bot and GitHub
ab15a5b707
chore(deps): update container image tccr.io/truecharts/deconz to v2.24.1 ( #13321 )
2023-10-06 18:36:36 +02:00
TrueCharts Bot and GitHub
8efafaeacc
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.1.0 ( #13318 )
2023-10-06 17:35:54 +02:00
TrueCharts Bot and GitHub
b6c81065b2
chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 ( #13317 )
2023-10-06 17:35:37 +02:00
TrueCharts Bot and GitHub
45bb3f65c2
chore(deps): update container image tccr.io/truecharts/calibre to v6.28.0 ( #13316 )
2023-10-06 16:39:40 +02:00
TrueCharts Bot and GitHub
cbb7eeb6f9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13315 )
2023-10-06 16:39:13 +02:00
TrueCharts Bot and GitHub
31f5d06d71
chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest ( #13314 )
2023-10-06 15:40:09 +02:00
TrueCharts Bot and GitHub
51577d3d03
chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly ( #13313 )
2023-10-06 15:38:23 +02:00
TrueCharts Bot and GitHub
bf77e1906b
chore(deps): update container image tccr.io/truecharts/jellystat to vlatest ( #13312 )
2023-10-06 14:41:54 +02:00
TrueCharts Bot and GitHub
1dc258834d
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.969 ( #13311 )
2023-10-06 14:39:13 +02:00
TrueCharts Bot and GitHub
6e2c600fc4
chore(deps): update container image tccr.io/truecharts/mattermost to v9.1.0 ( #13309 )
2023-10-06 13:36:41 +02:00
TrueCharts Bot and GitHub
0c7cd60bc7
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 ( #13308 )
2023-10-06 12:36:58 +02:00
TrueCharts Bot and GitHub
90d056d554
chore(deps): update container image tccr.io/truecharts/searxng to latest ( #13307 )
2023-10-06 12:36:05 +02:00
TrueCharts Bot and GitHub
70ce17f009
chore(deps): update container image tccr.io/truecharts/wordpress to v6.3.1 ( #13306 )
2023-10-06 11:37:43 +02:00
TrueCharts Bot and GitHub
dd60d05090
chore(deps): update container image tccr.io/truecharts/searxng to latest ( #13305 )
2023-10-06 11:36:56 +02:00
TrueCharts Bot and GitHub
05572624b5
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest ( #13304 )
2023-10-06 10:39:47 +02:00
TrueCharts Bot and GitHub
84605435dc
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13303 )
2023-10-06 10:39:15 +02:00
TrueCharts Bot and GitHub
5444c55f89
chore(deps): update container image tccr.io/truecharts/omada-controller to v5.12.0 ( #13302 )
2023-10-06 09:36:27 +02:00
TrueCharts Bot and GitHub
ade4be58e2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13301 )
2023-10-06 09:36:04 +02:00
1fcf339635
chore(deps): update immich to v1.81.1 (patch) ( #13277 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/immich-server](https://togithub.com/truecharts/containers )
| patch | `v1.81.0` -> `v1.81.1` |
|
[tccr.io/truecharts/immich-web](https://togithub.com/truecharts/containers )
| patch | `v1.81.0` -> `v1.81.1` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy42LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNy42LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org >
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com >
2023-10-06 09:50:15 +03:00
TrueCharts Bot and GitHub
b13a2cb83b
chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 ( #13300 )
2023-10-06 08:37:21 +02:00
TrueCharts Bot and GitHub
4723bee67f
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 ( #13299 )
2023-10-06 08:36:24 +02:00
TrueCharts Bot and GitHub
422de7e8df
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 ( #13298 )
2023-10-06 04:44:50 +02:00
TrueCharts Bot and GitHub
2ec1972a5d
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #13296 )
2023-10-06 04:00:29 +02:00
TrueCharts Bot and GitHub
7a0a74b182
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.969 ( #13297 )
2023-10-06 04:00:18 +02:00
TrueCharts Bot and GitHub
24808d8a3c
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 ( #13294 )
2023-10-06 02:57:45 +02:00
TrueCharts Bot and GitHub
f02736f566
chore(deps): update container image tccr.io/truecharts/drawio to v22.0.3 ( #13295 )
2023-10-06 02:52:54 +02:00
TrueCharts Bot and GitHub
2f8186bed4
chore(deps): update container image tccr.io/truecharts/rsshub to latest ( #13293 )
2023-10-06 01:39:03 +02:00