TrueCharts Bot
e849bcec4b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13400 )
2023-10-08 08:36:13 +02:00
TrueCharts Bot
3937745534
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13392 )
2023-10-08 04:01:38 +02:00
TrueCharts Bot
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
a4d6ce058e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13356 )
2023-10-07 18:39:08 +02:00
TrueCharts Bot
11fbccc66a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13348 )
2023-10-07 14:36:41 +02:00
TrueCharts Bot
45dd18a573
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13335 )
2023-10-07 08:35:36 +02:00
TrueCharts Bot
70dd529cf6
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13326 )
2023-10-07 02:53:06 +02:00
TrueCharts Bot
cbb7eeb6f9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13315 )
2023-10-06 16:39:13 +02:00
TrueCharts Bot
84605435dc
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13303 )
2023-10-06 10:39:15 +02:00
TrueCharts Bot
ade4be58e2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13301 )
2023-10-06 09:36:04 +02:00
TrueCharts Bot
6dc519325d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13289 )
2023-10-05 22:37:58 +02:00
TrueCharts Bot
2b533b0698
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13278 )
2023-10-05 15:41:03 +02:00
TrueCharts Bot
8c7480ccc0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13272 )
2023-10-05 12:37:59 +02:00
TrueCharts Bot
9a95c3e493
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13262 )
2023-10-05 06:41:58 +02:00
TrueCharts Bot
a9ad84514c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13247 )
2023-10-04 21:39:03 +02:00
TrueCharts Bot
2702dc20cf
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13238 )
2023-10-04 15:40:51 +02:00
TrueCharts Bot
e6cf6b8eca
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13230 )
2023-10-04 11:38:12 +02:00
TrueCharts Bot
f72af35f55
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13219 )
2023-10-04 04:45:28 +02:00
TrueCharts Bot
5cb72f03af
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13217 )
2023-10-04 03:59:11 +02:00
TrueCharts Bot
e6131ba3ba
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13204 )
2023-10-03 16:38:35 +02:00
TrueCharts Bot
b2f8c76bb8
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13189 )
2023-10-03 10:41:47 +02:00
TrueCharts Bot
7d9c44b6df
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13182 )
2023-10-03 05:35:50 +02:00
TrueCharts Bot
2c1d6b2409
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13171 )
2023-10-02 21:40:05 +02:00
TrueCharts Bot
f611fe704b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13170 )
2023-10-02 20:38:35 +02:00
TrueCharts Bot
0718ab0b57
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13143 )
2023-10-01 21:38:42 +02:00
TrueCharts Bot
64b268e9d1
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13135 )
2023-10-01 15:38:20 +02:00
TrueCharts Bot
67cee99a5e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13130 )
2023-10-01 09:35:08 +02:00
TrueCharts Bot
ea087b3947
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13127 )
2023-10-01 07:36:59 +02:00
TrueCharts Bot
198732d789
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13121 )
2023-09-30 21:37:36 +02:00
TrueCharts Bot
d515552d6b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13112 )
2023-09-30 15:36:31 +02:00
TrueCharts Bot
ab579b70b0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13105 )
2023-09-30 11:36:34 +02:00
TrueCharts Bot
6dd5b2e78d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13097 )
2023-09-30 05:38:38 +02:00
TrueCharts Bot
2d743e54e2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13093 )
2023-09-30 02:49:32 +02:00
TrueCharts Bot
5f6884276d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13080 )
2023-09-29 15:38:36 +02:00
TrueCharts Bot
e9d6982009
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13075 )
2023-09-29 09:40:13 +02:00
TrueCharts Bot
43e1c6149e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13064 )
2023-09-29 02:54:16 +02:00
TrueCharts Bot
d1384d2e63
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13051 )
2023-09-28 16:40:59 +02:00
TrueCharts Bot
93a1b3e2e0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13041 )
2023-09-28 10:37:06 +02:00
TrueCharts Bot
a3402aa99e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13034 )
2023-09-28 06:39:53 +02:00
TrueCharts Bot
a221828d93
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13026 )
2023-09-28 04:00:29 +02:00
TrueCharts Bot
fff30f976d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #13002 )
2023-09-27 15:38:59 +02:00
TrueCharts Bot
7f5a3d7f89
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12994 )
2023-09-27 10:37:34 +02:00
TrueCharts Bot
1559c08b67
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12985 )
2023-09-27 06:37:57 +02:00
TrueCharts Bot
95058f1787
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12973 )
2023-09-26 17:39:09 +02:00
TrueCharts Bot
6707067217
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12967 )
2023-09-26 14:40:43 +02:00
TrueCharts Bot
0a42098e52
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12953 )
2023-09-26 03:58:38 +02:00
TrueCharts Bot
a94393e7ce
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12924 )
2023-09-24 22:36:10 +02:00
TrueCharts Bot
cb4374ca3f
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12912 )
2023-09-24 15:35:48 +02:00
TrueCharts Bot
3230d21dc3
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12903 )
2023-09-24 09:36:22 +02:00
TrueCharts Bot
7bf01f8f70
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12901 )
2023-09-24 07:38:05 +02:00
TrueCharts Bot
c1b0829bec
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12891 )
2023-09-23 21:35:07 +02:00
TrueCharts Bot
95989a36ec
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12876 )
2023-09-23 15:36:28 +02:00
TrueCharts Bot
d4b1cabcc4
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12863 )
2023-09-23 10:38:42 +02:00
TrueCharts Bot
94158f721e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12858 )
2023-09-23 04:40:46 +02:00
TrueCharts Bot
d468e8ae13
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12837 )
2023-09-22 16:38:12 +02:00
TrueCharts Bot
1d1c2e2766
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12829 )
2023-09-22 11:35:22 +02:00
TrueCharts Bot
6953978a15
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12826 )
2023-09-22 08:37:20 +02:00
TrueCharts Bot
c350a88d7e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12812 )
2023-09-21 22:37:01 +02:00
TrueCharts Bot
a8cc125959
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12803 )
2023-09-21 15:39:05 +02:00
TrueCharts Bot
8f50963128
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12795 )
2023-09-21 07:36:04 +02:00
TrueCharts Bot
f6a967572c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12790 )
2023-09-21 02:53:03 +02:00
TrueCharts Bot
199cc672f4
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12784 )
2023-09-20 20:36:35 +02:00
TrueCharts Bot
75d703d3a7
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12768 )
2023-09-20 05:37:13 +02:00
TrueCharts Bot
7ccd2bd79b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12758 )
2023-09-19 23:36:54 +02:00
TrueCharts Bot
a5948bc81a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12743 )
2023-09-19 16:39:30 +02:00
TrueCharts Bot
345507d86c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12742 )
2023-09-19 15:50:36 +02:00
TrueCharts Bot
b3a963d3c8
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12724 )
2023-09-18 23:31:45 +02:00
TrueCharts Bot
558f9c276b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12720 )
2023-09-18 16:37:43 +02:00
TrueCharts Bot
2031a18b20
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12718 )
2023-09-18 15:38:33 +02:00
TrueCharts Bot
764ef19e6b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12703 )
2023-09-17 21:35:50 +02:00
TrueCharts Bot
db811db831
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12698 )
2023-09-17 18:34:48 +02:00
TrueCharts Bot
1c0bf64686
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12687 )
2023-09-17 09:36:29 +02:00
TrueCharts Bot
63cb18cc84
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12684 )
2023-09-17 07:36:07 +02:00
TrueCharts Bot
64572e509c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12673 )
2023-09-16 22:36:10 +02:00
TrueCharts Bot
bf61698664
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12659 )
2023-09-16 16:36:00 +02:00
TrueCharts Bot
e46c7a0e6e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12647 )
2023-09-16 11:33:29 +02:00
TrueCharts Bot
3cb11bdf4d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12636 )
2023-09-16 00:35:39 +02:00
TrueCharts Bot
d50a685d20
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12623 )
2023-09-15 15:38:35 +02:00
TrueCharts Bot
f2bf4600a5
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12615 )
2023-09-15 09:35:09 +02:00
TrueCharts Bot
c79885b8aa
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12614 )
2023-09-15 08:35:47 +02:00
TrueCharts Bot
6b8393a6d0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12605 )
2023-09-14 22:36:26 +02:00
TrueCharts Bot
40af0350ea
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12591 )
2023-09-14 15:36:35 +02:00
TrueCharts Bot
d6a42a3c81
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12587 )
2023-09-14 10:37:07 +02:00
TrueCharts Bot
5ff2469221
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12584 )
2023-09-14 07:39:15 +02:00
TrueCharts Bot
46a088580d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12573 )
2023-09-13 22:37:36 +02:00
TrueCharts Bot
664d21507b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12563 )
2023-09-13 18:35:55 +02:00
TrueCharts Bot
9079a4e3ef
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12555 )
2023-09-13 14:38:58 +02:00
TrueCharts Bot
51d5c6a5d2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12544 )
2023-09-13 07:36:35 +02:00
TrueCharts Bot
27555e4731
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12533 )
2023-09-12 22:35:19 +02:00
TrueCharts Bot
7198f63468
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12526 )
2023-09-12 15:38:58 +02:00
TrueCharts Bot
c388db0545
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12521 )
2023-09-12 12:35:28 +02:00
TrueCharts Bot
beed834ade
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12493 )
2023-09-11 21:36:06 +02:00
TrueCharts Bot
fcf6de845e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12488 )
2023-09-11 16:37:50 +02:00
TrueCharts Bot
556d8c2d95
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12466 )
2023-09-10 22:37:38 +02:00
TrueCharts Bot
2029d4354b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12461 )
2023-09-10 19:38:14 +02:00
TrueCharts Bot
f8d64d3b09
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12451 )
2023-09-10 07:36:07 +02:00
TrueCharts Bot
33da269c15
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12436 )
2023-09-09 22:34:38 +02:00
TrueCharts Bot
42e7cefb1e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12417 )
2023-09-09 15:35:47 +02:00
TrueCharts Bot
d683bd617d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12411 )
2023-09-09 09:36:02 +02:00
TrueCharts Bot
6b3fddc4ce
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12410 )
2023-09-09 08:34:40 +02:00
TrueCharts Bot
c486f48194
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12401 )
2023-09-09 02:49:41 +02:00
TrueCharts Bot
44ed665e34
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12386 )
2023-09-08 15:35:07 +02:00
TrueCharts Bot
ba3558b76b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12382 )
2023-09-08 12:34:38 +02:00
TrueCharts Bot
e7b6c4c8ee
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12376 )
2023-09-08 08:36:33 +02:00
TrueCharts Bot
9b3477af35
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12367 )
2023-09-08 02:53:24 +02:00
TrueCharts Bot
8720acd48b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12355 )
2023-09-07 20:39:53 +02:00
TrueCharts Bot
478e050c6d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12342 )
2023-09-07 14:39:48 +02:00
TrueCharts Bot
a69386d845
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12331 )
2023-09-07 09:36:30 +02:00
TrueCharts Bot
f49414773c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12308 )
2023-09-06 22:38:41 +02:00
TrueCharts Bot
41326f43dc
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12287 )
2023-09-06 15:37:20 +02:00
TrueCharts Bot
10162fcda2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12277 )
2023-09-06 10:36:21 +02:00
TrueCharts Bot
bb9ee069d9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12268 )
2023-09-06 04:40:12 +02:00
TrueCharts Bot
a43ab6a642
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12261 )
2023-09-05 21:41:47 +02:00
TrueCharts Bot
2aaa3d7fef
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12257 )
2023-09-05 20:39:55 +02:00
TrueCharts Bot
3b2083d178
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12247 )
2023-09-05 12:39:47 +02:00
TrueCharts Bot
83c2cc3e67
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12233 )
2023-09-05 03:57:12 +02:00
TrueCharts Bot
e930585789
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12221 )
2023-09-04 20:35:56 +02:00
TrueCharts Bot
cd0e81977c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12194 )
2023-09-04 00:37:56 +02:00
TrueCharts Bot
249a9a12da
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12183 )
2023-09-03 15:37:31 +02:00
TrueCharts Bot
f20de4d329
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12176 )
2023-09-03 09:37:17 +02:00
TrueCharts Bot
5ca4515b12
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12173 )
2023-09-03 08:37:44 +02:00
TrueCharts Bot
c231377c1c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #12065 )
2023-08-31 04:41:49 +02:00
TrueCharts Bot
ae810fc95e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11882 )
2023-08-26 04:38:17 +02:00
TrueCharts Bot
e8682c37a0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11864 )
2023-08-25 09:35:07 +02:00
TrueCharts Bot
38ef36f001
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11863 )
2023-08-25 07:37:00 +02:00
TrueCharts Bot
10b88d86a8
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11843 )
2023-08-24 15:37:08 +02:00
TrueCharts Bot
b4a10e11fd
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11841 )
2023-08-24 10:38:29 +02:00
TrueCharts Bot
370a43be7a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11836 )
2023-08-24 06:36:21 +02:00
TrueCharts Bot
649c5f977a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11731 )
2023-08-20 15:39:05 +02:00
TrueCharts Bot
1b1cb90f7f
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11661 )
2023-08-18 15:42:58 +02:00
TrueCharts Bot
d767f9b1e2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11656 )
2023-08-18 09:35:45 +02:00
TrueCharts Bot
c6d05076fa
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11655 )
2023-08-18 08:38:48 +02:00
TrueCharts Bot
add0d01c4b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11641 )
2023-08-17 21:36:20 +02:00
TrueCharts Bot
57df2ec200
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11639 )
2023-08-17 17:37:44 +02:00
TrueCharts Bot
d55a2b0252
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11632 )
2023-08-17 12:36:32 +02:00
TrueCharts Bot
419473c394
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11599 )
2023-08-16 15:39:23 +02:00
TrueCharts Bot
4f7e9abc20
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11526 )
2023-08-13 21:41:18 +02:00
TrueCharts Bot
f0bd0e8c2a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11513 )
2023-08-13 15:36:17 +02:00
TrueCharts Bot
4bced0e031
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11507 )
2023-08-13 12:40:16 +02:00
TrueCharts Bot
1d4e42d708
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11503 )
2023-08-13 08:36:09 +02:00
TrueCharts Bot
27fac43666
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11481 )
2023-08-12 21:35:39 +02:00
TrueCharts Bot
9da83e4f67
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11468 )
2023-08-12 15:37:37 +02:00
TrueCharts Bot
7602d42512
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11464 )
2023-08-12 13:34:43 +02:00
TrueCharts Bot
ee5e016ea0
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11419 )
2023-08-11 15:35:52 +02:00
TrueCharts Bot
f6fc417cc8
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11416 )
2023-08-11 10:37:00 +02:00
TrueCharts Bot
e95bfe5855
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11306 )
2023-08-07 19:41:05 +02:00
TrueCharts Bot
6371115ebe
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11231 )
2023-08-06 11:36:46 +02:00
TrueCharts Bot
8e8f40f471
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11228 )
2023-08-06 08:37:12 +02:00
TrueCharts Bot
1be5b6bb8a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11222 )
2023-08-05 21:34:15 +02:00
TrueCharts Bot
0e40bf2193
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11215 )
2023-08-05 15:33:42 +02:00
TrueCharts Bot
52cc561185
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11214 )
2023-08-05 12:34:33 +02:00
TrueCharts Bot
a8970dbbe4
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11190 )
2023-08-04 15:37:27 +02:00
TrueCharts Bot
46ca6fd1ba
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11189 )
2023-08-04 10:42:32 +02:00
TrueCharts Bot
a09fd43314
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11177 )
2023-08-03 21:36:15 +02:00
TrueCharts Bot
5df6930a66
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11170 )
2023-08-03 15:40:19 +02:00
TrueCharts Bot
c3d6327e1f
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11162 )
2023-08-03 05:37:50 +02:00
TrueCharts Bot
548867372d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11155 )
2023-08-03 00:45:50 +02:00
TrueCharts Bot
b9bb4aeeee
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11146 )
2023-08-02 11:42:36 +02:00
Kjeld Schouten
34bd9b147b
revert bumps on incubator (+2 squashed commit)
...
Squashed commit:
[7e168fa0eb
] chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9633 )
[c21e8fb9d8
] bump everything to common 14.0.1 (will need to fix inherently failing CI)
2023-07-31 19:23:26 +02:00
TrueCharts Bot
5ae124a660
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11057 )
2023-07-30 21:33:03 +02:00
TrueCharts Bot
5f7572473a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11044 )
2023-07-30 15:35:32 +02:00
TrueCharts Bot
b9ef0535db
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #11029 )
2023-07-30 09:35:46 +02:00
TrueCharts Bot
8539dd5c2b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10991 )
2023-07-29 15:33:45 +02:00
TrueCharts Bot
72313a0816
chore(deps): update helm general non-major ( #10955 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager ) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.3` ->
`7.0.5` |
---
### ⚠ 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.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3 )
#### Changes by Kind
##### Bugfixes
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#​6235](https://togithub.com/cert-manager/cert-manager/issues/6235 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0 )
Function library for TrueCharts
###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8 )
Function library for TrueCharts
###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.4...kube-state-metrics-2.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.
###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.3...kube-state-metrics-2.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.
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
TrueCharts Bot
17dc67aa1e
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10938 )
2023-07-28 23:37:07 +02:00
TrueCharts Bot
86f6db2a5b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10923 )
2023-07-28 15:36:49 +02:00
TrueCharts Bot
6eb51f71b9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10913 )
2023-07-28 10:37:09 +02:00
TrueCharts Bot
3977153dbc
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10902 )
2023-07-28 00:34:53 +02:00
TrueCharts Bot
4275cdeb8f
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10895 )
2023-07-27 15:42:04 +02:00
TrueCharts Bot
773f05442c
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10892 )
2023-07-27 10:37:03 +02:00
TrueCharts Bot
4b8523ea31
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10890 )
2023-07-27 08:35:29 +02:00
TrueCharts Bot
9faacc40a2
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10772 )
2023-07-23 15:35:58 +02:00
TrueCharts Bot
c70a098905
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10769 )
2023-07-23 09:41:25 +02:00
TrueCharts Bot
ce343a3636
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10767 )
2023-07-23 06:35:47 +02:00
TrueCharts Bot
c8a52e1ed3
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10735 )
2023-07-22 11:29:01 +02:00
TrueCharts Bot
c697749e91
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10701 )
2023-07-21 16:37:58 +02:00
TrueCharts Bot
93da4a3aaa
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10693 )
2023-07-21 11:36:29 +02:00
TrueCharts Bot
9e9b8fbac6
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10669 )
2023-07-20 15:40:03 +02:00
TrueCharts Bot
971e4b422b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10651 )
2023-07-20 10:36:58 +02:00
TrueCharts Bot
29c56e910b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10642 )
2023-07-20 06:35:38 +02:00
TrueCharts Bot
a01cf07704
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10570 )
2023-07-18 14:46:21 +02:00
TrueCharts Bot
2c99e550b9
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10518 )
2023-07-16 21:34:00 +02:00
TrueCharts Bot
3bbccf0638
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10514 )
2023-07-16 15:38:59 +02:00
TrueCharts Bot
9f679adcb4
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10512 )
2023-07-16 09:36:04 +02:00
TrueCharts Bot
1598af155a
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10508 )
2023-07-16 04:04:58 +02:00
TrueCharts Bot
3f17c3640d
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10507 )
2023-07-16 01:37:13 +02:00
TrueCharts Bot
8d3a6a3016
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10494 )
2023-07-15 15:39:14 +02:00
TrueCharts Bot
4110f35119
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10487 )
2023-07-15 11:38:13 +02:00
TrueCharts Bot
44c9efd0b8
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10483 )
2023-07-15 04:10:28 +02:00
TrueCharts Bot
641d763368
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10482 )
2023-07-15 02:56:45 +02:00
TrueCharts Bot
ed0874e1ca
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10470 )
2023-07-14 18:37:38 +02:00
TrueCharts Bot
2296dc3699
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10459 )
2023-07-14 09:39:15 +02:00
TrueCharts Bot
ce458b5738
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10457 )
2023-07-14 08:38:58 +02:00
TrueCharts Bot
bfe62017e7
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10449 )
2023-07-13 22:35:01 +02:00
TrueCharts Bot
0fd52991ac
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10445 )
2023-07-13 16:35:08 +02:00
TrueCharts Bot
7622a56412
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10437 )
2023-07-13 10:36:32 +02:00
TrueCharts Bot
a45d74c5cb
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10433 )
2023-07-13 04:03:44 +02:00
TrueCharts Bot
09a710584b
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10430 )
2023-07-13 01:35:38 +02:00
TrueCharts Bot
8e7079eee5
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10352 )
2023-07-10 00:36:56 +02:00
TrueCharts Bot
657a94bee6
chore(deps): update container image tccr.io/truecharts/libremdb to latest ( #10344 )
2023-07-09 15:43:12 +02:00