TrueCharts Bot
f30eb37a47
chore(deps): update container image xwiki to 15.10.1-postgres-tomcat@0cf6775 ( #16189 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | digest | `239a6e5` -> `0cf6775` |
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-17 01:35:45 +01:00
TrueCharts-Bot
4fceb64003
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-17 00:09:15 +00:00
TrueCharts Bot
45f50c7fcc
chore(deps): update helm general non-major ( #14784 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager ) | patch
| `v1.13.2` -> `v1.13.3` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.25` ->
`7.0.30` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.3.5` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`15.0.1` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`16.0.0` -> `16.2.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`15.2.0` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.3.3` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`15.3.1` -> `15.3.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.38` ->
`3.0.41` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.40` ->
`9.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.40` ->
`3.0.43` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.44` ->
`8.0.47` |
| [velero](https://togithub.com/vmware-tanzu/velero )
([source](https://togithub.com/vmware-tanzu/helm-charts )) | minor |
`5.1.4` -> `5.2.0` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>
###
[`v1.13.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.3 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.2...v1.13.3 )
cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.
> ⚠️ Read about the [**breaking changes in cert-manager
1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0 )
before you upgrade from a < v1.13 version!
This patch release contains fixes for the following security
vulnerabilities in the cert-manager-controller:
- [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334 ): Decryption of
malicious PBES2 JWE objects can consume unbounded system resources.
If you use [ArtifactHub Security
report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report )
or [trivy](https://trivy.dev/ ), this patch will also silence the
following warning about a vulnerability in code which is imported but
**not used** by the cert-manager-controller:
-
[`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108 ):
DoS vulnerability in `otelgrpc` due to unbound cardinality metrics.
An ongoing security audit of cert-manager suggested some changes to the
webhook code to mitigate DoS attacks, and these are included in this
patch release.
##### Changes
##### Bug or Regression
- The webhook server now returns HTTP error 413 (Content Too Large) for
requests with body size `>= 3MiB`. This is to mitigate DoS attacks that
attempt to crash the webhook process by sending large requests that
exceed the available memory.
([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507 ),
[@​inteon](https://togithub.com/inteon ))
- The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507 ),
[@​inteon](https://togithub.com/inteon ))
- The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#​6507](https://togithub.com/cert-manager/cert-manager/pull/6507 ),
[@​inteon](https://togithub.com/inteon ))
- Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout`
in all `http.Server` instances.
([#​6538](https://togithub.com/cert-manager/cert-manager/pull/6538 ),
[@​wallrj](https://togithub.com/wallrj ))
- Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts.
See https://github.com/advisories/GHSA-8pgv-569h-w5rw ,
https://github.com/advisories/GHSA-jq35-85cj-fj4p , and
https://github.com/advisories/GHSA-2c7c-3mj9-8fqh .
([#​6514](https://togithub.com/cert-manager/cert-manager/pull/6514 ),
[@​inteon](https://togithub.com/inteon ))
##### Dependencies
##### Added
*Nothing has changed.*
##### Changed
- `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0`
- `cloud.google.com/go`: `v0.110.6 → v0.110.7`
- `github.com/felixge/httpsnoop`: [`v1.0.3 →
v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4 )
- `github.com/go-jose/go-jose/v3`: [`v3.0.0 →
v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1 )
- `github.com/go-logr/logr`: [`v1.2.4 →
v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0 )
- `github.com/golang/glog`: [`v1.1.0 →
v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2 )
- `github.com/google/go-cmp`: [`v0.5.9 →
v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0 )
-
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`:
`v0.45.0 → v0.46.0`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`:
`v0.44.0 → v0.46.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`:
`v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 →
v1.20.0`
- `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0`
- `go.uber.org/goleak`: `v1.2.1 → v1.3.0`
- `golang.org/x/sys`: `v0.13.0 → v0.14.0`
- `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec`
- `google.golang.org/genproto`: `f966b18 → b8732ec`
- `google.golang.org/grpc`: `v1.58.3 → v1.59.0`
##### Removed
*Nothing has changed.*
</details>
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.30`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.30 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.29...clickhouse-7.0.30 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.29 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.28...clickhouse-7.0.29 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.28 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.27...clickhouse-7.0.28 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.27`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.27 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.26...clickhouse-7.0.27 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.26 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.25...clickhouse-7.0.26 )
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.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.5.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.4.0...common-14.5.0 )
Function library for TrueCharts
###
[`v14.4.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.4.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.5...common-14.4.0 )
Function library for TrueCharts
</details>
<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>
###
[`v5.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.0 )
[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0 )
A Helm chart for velero
#### What's Changed
- \[velero] Pass config trough tpl and implement reload trigger by
[@​jkroepke](https://togithub.com/jkroepke ) in
[https://github.com/vmware-tanzu/helm-charts/pull/525 ](https://togithub.com/vmware-tanzu/helm-charts/pull/525 )
**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0
###
[`v5.1.7`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.7 )
[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7 )
A Helm chart for velero
#### What's Changed
- \[velero]: Feature push new charts to GHCR OCI registry as well by
[@​ishuar](https://togithub.com/ishuar ) in
[https://github.com/vmware-tanzu/helm-charts/pull/523 ](https://togithub.com/vmware-tanzu/helm-charts/pull/523 )
- \[velero] feat: Add additional templating options for Velero upgrade
CRDs job by [@​cbuto](https://togithub.com/cbuto ) in
[https://github.com/vmware-tanzu/helm-charts/pull/528 ](https://togithub.com/vmware-tanzu/helm-charts/pull/528 )
#### New Contributors
- [@​cbuto](https://togithub.com/cbuto ) made their first
contribution in
[https://github.com/vmware-tanzu/helm-charts/pull/528 ](https://togithub.com/vmware-tanzu/helm-charts/pull/528 )
**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7
###
[`v5.1.6`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.6 )
[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6 )
A Helm chart for velero
#### What's Changed
- \[velero]: Disable default values for upgradeJobResources by
[@​ishuar](https://togithub.com/ishuar ) in
[https://github.com/vmware-tanzu/helm-charts/pull/524 ](https://togithub.com/vmware-tanzu/helm-charts/pull/524 )
**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6
###
[`v5.1.5`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.5 )
[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5 )
A Helm chart for velero
#### What's Changed
- Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by
[@​dependabot](https://togithub.com/dependabot ) in
[https://github.com/vmware-tanzu/helm-charts/pull/522 ](https://togithub.com/vmware-tanzu/helm-charts/pull/522 )
**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5
</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-16 13:45:50 +01:00
Kjeld Schouten
b3cff36b48
chore: fix move mistake and cleanup metadata
2023-12-16 13:04:04 +01:00
TrueCharts-Bot
5c47316bce
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-16 00:13:05 +00:00
TrueCharts-Bot
836a202222
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00:00
TrueCharts Bot
ab0a4c38cc
chore(deps): update container image xwiki to 15.10.1-postgres-tomcat@239a6e5 ( #16055 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | digest | `5d3151b` -> `239a6e5` |
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:49:45 +01:00
TrueCharts-Bot
58ebe44c10
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 00:08:50 +00:00
TrueCharts Bot
3fd44f507c
chore(deps): update container image xwiki to v15.10.1-postgres-tomcat@5d3151b ( #16049 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | patch | `15.10.0-postgres-tomcat` -> `15.10.1-postgres-tomcat`
|
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 19:35:44 +01:00
TrueCharts-Bot
61f5b6aca3
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 12:03:05 +00:00
TrueCharts Bot
e9f50b2e78
chore(deps): update container image xwiki to 15.10.0-postgres-tomcat@554b5c6 ( #16033 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | digest | `195a381` -> `554b5c6` |
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45MS40IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-13 07:34:08 +01:00
TrueCharts-Bot
8600090269
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 15:59:06 +00:00
TrueCharts-Bot
b9f4ccaee6
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 12:02:26 +00:00
TrueCharts-Bot
22527b3c61
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-08 00:08:52 +00:00
TrueCharts-Bot
fbb022673b
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-07 00:09:07 +00:00
TrueCharts-Bot
394da26ab8
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-06 00:09:00 +00:00
TrueCharts-Bot
66867723d6
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-05 00:10:24 +00:00
TrueCharts-Bot
c5c271cb7e
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:55:02 +00:00
TrueCharts-Bot
1805e0a25a
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:43:13 +00:00
Kjeld Schouten
02d153a62c
chore: bump everything to ensure catalog has latest versions
2023-12-03 23:19:50 +01:00
TrueCharts-Bot
8f14f125ff
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 11:26:32 +00:00
TrueCharts Bot
73639f2bfe
chore(deps): update container image xwiki to 15.10.0-postgres-tomcat@195a381 ( #15618 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | digest | `ed0c7cd` -> `195a381` |
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-02 19:28:33 +01:00
TrueCharts-Bot
57a03f8731
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:55:57 +00:00
Kjeld Schouten
968da8ed45
chore: fix annotations again
2023-12-02 13:45:18 +01:00
TrueCharts-Bot
a0cab80135
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:12:50 +00:00
Kjeld Schouten
5e194fb0bb
chore: update annotations
2023-12-02 13:06:17 +01:00
TrueCharts-Bot
4029aea090
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 11:49:35 +00:00
TrueCharts-Bot
e75af597d0
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-01 20:51:42 +00:00
TrueCharts-Bot
04aa896160
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-01 00:10:35 +00:00
TrueCharts Bot
ff8d8eced3
chore(deps): update container image xwiki to v15.10.0-postgres-tomcat@ed0c7cd ( #15489 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | minor | `15.9.0-postgres-tomcat` -> `15.10.0-postgres-tomcat`
|
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy43NC4xIiwidXBkYXRlZEluVmVyIjoiMzcuNzQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-30 13:28:59 +01:00
TrueCharts-Bot
0ff17274f8
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-30 11:19:40 +00:00
TrueCharts-Bot
17dedb7c33
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-30 00:24:03 +00:00
TrueCharts-Bot
501680e43c
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-30 00:09:32 +00:00
TrueCharts-Bot
f0ef8c05cc
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-29 00:24:09 +00:00
TrueCharts-Bot
0027f3756f
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:42:58 +00:00
TrueCharts-Bot
d1c22138f9
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:22:53 +00:00
TrueCharts-Bot
3fab41f7a1
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:04:03 +00:00
TrueCharts-Bot
01b018378c
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 00:23:58 +00:00
TrueCharts-Bot
3c71f33be8
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-27 12:03:08 +00:00
TrueCharts Bot
2a5526a5b4
fix(images): update container image xwiki to 15.9.0-postgres-tomcat ( #14783 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| xwiki | digest | `a58140f` -> `4006373` |
---
> [!WARNING]
> Some dependencies could not be looked up. 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**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-17 20:33:00 +01:00
TrueCharts Bot
1185deaefe
chore(deps): update container image tccr.io/truecharts/xwiki to v15.9.0-postgres ( #14748 )
2023-11-17 08:41:43 +01:00
TrueCharts Bot
63cbcae35a
chore(deps): update helm general non-major ( #14465 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.22` ->
`7.0.24` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.3.3` -> `14.3.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.35` ->
`3.0.36` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.38` ->
`9.0.39` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.37` ->
`3.0.38` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.42` ->
`8.0.43` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.24 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.23...clickhouse-7.0.24 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.23 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.22...clickhouse-7.0.23 )
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.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.4...common-14.3.5 )
Function library for TrueCharts
###
[`v14.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.3...common-14.3.4 )
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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 23:23:35 +01:00
TrueCharts Bot
1baf16be9b
chore(deps): update helm general non-major ( #14454 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.21` ->
`7.0.22` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.2.3` -> `14.3.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.34` ->
`3.0.35` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.37` ->
`9.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.36` ->
`3.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.41` ->
`8.0.42` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.22`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.22 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.21...clickhouse-7.0.22 )
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.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.2...common-14.3.3 )
Function library for TrueCharts
###
[`v14.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.1...common-14.3.2 )
Function library for TrueCharts
###
[`v14.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.0...common-14.3.1 )
Function library for TrueCharts
###
[`v14.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.3...common-14.3.0 )
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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 18:13:07 +01:00
TrueCharts Bot
9f826022c3
chore(deps): update container image tccr.io/truecharts/xwiki to v15.9.0-postgres ( #14406 )
2023-11-07 07:43:02 +01:00
TrueCharts Bot
3d6e6bfdbd
chore(deps): update helm general non-major ( #14365 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.19` ->
`7.0.21` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.2.2` -> `14.2.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.33` ->
`3.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.36` ->
`9.0.37` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.35` ->
`3.0.36` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.40` ->
`8.0.41` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.21 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.20...clickhouse-7.0.21 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.20`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.20 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.19...clickhouse-7.0.20 )
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.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.2...common-14.2.3 )
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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 16:16:09 +01:00
TrueCharts Bot
4f3a7d8442
chore(deps): update helm general non-major ( #14287 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.16` ->
`7.0.19` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.2.0` -> `14.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.2.1` -> `14.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.31` ->
`3.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.34` ->
`9.0.36` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.33` ->
`3.0.35` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.37` ->
`8.0.40` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.18...clickhouse-7.0.19 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.18 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.17...clickhouse-7.0.18 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.16...clickhouse-7.0.17 )
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.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.1...common-14.2.2 )
Function library for TrueCharts
###
[`v14.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.0...common-14.2.1 )
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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My4zIiwidXBkYXRlZEluVmVyIjoiMzcuNDMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 10:14:57 +01:00
TrueCharts Bot
e54848eec1
chore(deps): update container image tccr.io/truecharts/xwiki to v15.9.0 ( #14192 )
2023-11-01 03:48:05 +01:00
TrueCharts Bot
1a589cc181
chore(deps): update container image tccr.io/truecharts/xwiki to v15.8.0-postgres ( #14168 )
2023-10-31 18:58:52 +01:00
TrueCharts Bot
374557a246
chore(deps): update helm general non-major ( #14094 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.9` ->
`7.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.0.9` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.0.14` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.0.12` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.0.10` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`14.1.0` -> `14.2.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.23` ->
`3.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.27` ->
`9.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.26` ->
`9.0.34` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.25` ->
`3.0.33` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.29` ->
`8.0.37` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.16`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.15...clickhouse-7.0.16 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.15`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.14...clickhouse-7.0.15 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.13...clickhouse-7.0.14 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.12...clickhouse-7.0.13 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.11...clickhouse-7.0.12 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.10...clickhouse-7.0.11 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.10 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.9...clickhouse-7.0.10 )
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.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.1.1...common-14.2.0 )
Function library for TrueCharts
###
[`v14.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.1.0...common-14.1.1 )
Function library for TrueCharts
###
[`v14.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.15...common-14.1.0 )
Function library for TrueCharts
###
[`v14.0.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.15 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.14...common-14.0.15 )
Function library for TrueCharts
###
[`v14.0.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.14 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.13...common-14.0.14 )
Function library for TrueCharts
###
[`v14.0.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.13 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.12...common-14.0.13 )
Function library for TrueCharts
###
[`v14.0.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.12 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.11...common-14.0.12 )
Function library for TrueCharts
###
[`v14.0.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.11 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.10...common-14.0.11 )
Function library for TrueCharts
###
[`v14.0.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.10 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.9...common-14.0.10 )
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 18:01:50 +01:00
Jon S. Stumpf
6895cfde2a
chore(categories): Fix typo in categories and make them singular ( #13693 )
...
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/ ), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh
**📃 Notes:**
n/a
**✔️ Checklist:**
- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---------
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-28 15:07:52 +03:00