TrueCharts Bot
5280f7b036
chore(deps): update container image baserow/baserow to v1.22.1@fb2b92c by renovate ( #16484 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow ) | minor |
`1.21.2` -> `1.22.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>baserow/baserow (baserow/baserow)</summary>
###
[`v1.22.1`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1221 )
[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.0...1.22.1 )
##### Bug fixes
- Fix bug causing Baserow to use empty jwt secret by default when
running baserow from docker compose.
[#​2160](https://gitlab.com/baserow/baserow/-/issues/2160 )
- Fixed incorrect handling of row moved warning.
###
[`v1.22.0`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1220 )
[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.21.2...1.22.0 )
##### New features
- Add support for multiple select in the formula field. Add `has_option`
formula to check if a multiple select field has a specific option.
[#​1363](https://gitlab.com/baserow/baserow/-/issues/1363 )
- Group rows by field.
[#​143](https://gitlab.com/baserow/baserow/-/issues/143 )
- Allow switching between personal and collaborative views.
[#​1449](https://gitlab.com/baserow/baserow/-/issues/1449 )
- Added UUID field type.
[#​1463](https://gitlab.com/baserow/baserow/-/issues/1463 )
- Allow choosing a checkbox input option for the multiple select field
in the form view.
[#​1899](https://gitlab.com/baserow/baserow/-/issues/1899 )
- Add chips UI component
[#​1918](https://gitlab.com/baserow/baserow/-/issues/1918 )
- Redesign context and select menus
[#​1918](https://gitlab.com/baserow/baserow/-/issues/1918 )
- Restyle input and textarea
[#​1918](https://gitlab.com/baserow/baserow/-/issues/1918 )
- Restyle radio button
[#​1918](https://gitlab.com/baserow/baserow/-/issues/1918 )
- Add Last Modified By field
[#​2042](https://gitlab.com/baserow/baserow/-/issues/2042 )
- Send a notification on form submission to subscribed users.
[#​2054](https://gitlab.com/baserow/baserow/-/issues/2054 )
- Allow to follow/unfollow comments on a specific row.
[#​2086](https://gitlab.com/baserow/baserow/-/issues/2086 )
- Display 'available in premium version' message for non-premium users
when switching view to Personal
[#​2087](https://gitlab.com/baserow/baserow/-/issues/2087 )
- Add the duration field type.
[#​2088](https://gitlab.com/baserow/baserow/-/issues/2088 )
- Add support for sorting Last Modified By fields
[#​2106](https://gitlab.com/baserow/baserow/-/issues/2106 )
- Add support for search for last modified by field type
[#​2108](https://gitlab.com/baserow/baserow/-/issues/2108 )
- Add is, is not, empty, not empty filters for last modified by field
[#​2109](https://gitlab.com/baserow/baserow/-/issues/2109 )
- Immediate frontend rendering for changing Last modified by field
values [#​2113](https://gitlab.com/baserow/baserow/-/issues/2113 )
- Add the created_by field type.
[#​624](https://gitlab.com/baserow/baserow/-/issues/624 )
- Add autonumber field
[#​811](https://gitlab.com/baserow/baserow/-/issues/811 )
- Allow choosing a radio input option for the single select field in the
form view.
[#​813](https://gitlab.com/baserow/baserow/-/issues/813 )
- Introduced `BASEROW_FRONTEND_SAME_SITE_COOKIE` environment variable to
change the cookie sameSite value.
- New templates:
- Beverage Sales Management
- Car Comparison
- ESG Management
- Staff Development
##### Bug fixes
- Fixed incorrect font in emails by introducing fallback.
[#​1947](https://gitlab.com/baserow/baserow/-/issues/1947 )
- Fixes the deadlock errors that can occur when updating TSV cells.
[#​1984](https://gitlab.com/baserow/baserow/-/issues/1984 )
- Fix shift arrow selection on grid view when primary key field option
is not first
[#​1998](https://gitlab.com/baserow/baserow/-/issues/1998 )
- Make date field responsive in Row dialog.
[#​2048](https://gitlab.com/baserow/baserow/-/issues/2048 )
- Fixed a bug that prevented table duplication when a 'Link to Table'
field is modified to link to a different table.
[#​2053](https://gitlab.com/baserow/baserow/-/issues/2053 )
- Remove the 'App pitch planner' database from the 'Elementary School
Management System' template.
[#​2060](https://gitlab.com/baserow/baserow/-/issues/2060 )
- Fix a bug causing the 'Duplicate row' in the UI not showing values
correctly for single and multiple select fields.
[#​2068](https://gitlab.com/baserow/baserow/-/issues/2068 )
- Fix a bug preventing lookup fields to work properly with last modified
fields. [#​2081](https://gitlab.com/baserow/baserow/-/issues/2081 )
- Fixed a bug causing the UI to freeze on clicking the already opened
table link in sidebar.
[#​2082](https://gitlab.com/baserow/baserow/-/issues/2082 )
- Fix filename inconsistency for downloaded files
[#​2096](https://gitlab.com/baserow/baserow/-/issues/2096 )
- Disable incompatible filters in public views
[#​2116](https://gitlab.com/baserow/baserow/-/issues/2116 )
- Fix values not being updated in row edit modal if the row is not in
the buffer.
[#​2128](https://gitlab.com/baserow/baserow/-/issues/2128 )
- Fix a bug causing comments not syncing in row edit modal on
navigation.
[#​2144](https://gitlab.com/baserow/baserow/-/issues/2144 )
- Fix bug causing the notification panel to crash with comment
notifications lacking user sender
[#​2157](https://gitlab.com/baserow/baserow/-/issues/2157 )
- Disable session recording in Posthog to prevent ReportingObserver
error.
- Fix show paginated response of the APIListingView in the OpenAPI spec.
- Fixed undefined event when copying rows via multiple row context.
- Fix duplicate darker color in palette.
- Fix limit of the multiple selection in the web-frontend
- Resolve the postcss-loader warnings.
- Fix bug where commenters were not able to see row comments and change
history.
- Suppress redirect error when selecting the database application.
##### Refactors
- Alert and toast refactor
[#​1918](https://gitlab.com/baserow/baserow/-/issues/1918 )
- Reduce the amount of data written from automatic field updates when
possible.
[#​2021](https://gitlab.com/baserow/baserow/-/issues/2021 )
- Pick a valid view from the available ones if a rowId is provided in
the route params.
[#​2095](https://gitlab.com/baserow/baserow/-/issues/2095 )
- Add the `workspace_id` and the `database_id` to webhook payload.
[#​2147](https://gitlab.com/baserow/baserow/-/issues/2147 )
- Improved performance of the field dependency updating.
- Improved performance of the field serialized import export, resulting
in fast duplication.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 01:53:29 +01:00
TrueCharts-Bot
c26aa35148
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-25 00:08:55 +00:00
TrueCharts Bot
702b146d12
chore(deps): update helm general non-major by renovate ( #16384 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.16` ->
`9.0.17` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.20` -> `16.2.21` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.15` ->
`5.0.16` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.16`
-> `11.0.17` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.16`
-> `10.0.17` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.15`
-> `10.0.16` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.15` ->
`5.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.16`
-> `10.0.17` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.16...clickhouse-9.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>
###
[`v16.2.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.21 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.20...common-16.2.21 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-24 16:57:27 +01:00
TrueCharts Bot
af2c9bee81
chore(deps): update helm general non-major by renovate ( #16376 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.15` ->
`9.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.17` -> `16.2.20` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.14` ->
`5.0.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.15`
-> `11.0.16` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.15`
-> `10.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.14`
-> `10.0.15` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.14` ->
`5.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.15`
-> `10.0.16` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.16`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.15...clickhouse-9.0.16 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.20 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.19...common-16.2.20 )
Function library for TrueCharts
###
[`v16.2.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.19 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.18...common-16.2.19 )
Function library for TrueCharts
###
[`v16.2.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.18 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.17...common-16.2.18 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 14:01:40 +01:00
TrueCharts-Bot
40b9ad4519
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-24 00:09:56 +00:00
TrueCharts Bot
7a9e19fed7
chore(deps): update helm general non-major by renovate ( #16373 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.13` ->
`9.0.15` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.15` -> `16.2.17` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.12` ->
`5.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.13`
-> `11.0.15` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.13`
-> `10.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.12`
-> `10.0.14` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.12` ->
`5.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.13`
-> `10.0.15` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.15`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.14...clickhouse-9.0.15 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.13...clickhouse-9.0.14 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.17`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.17 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.16...common-16.2.17 )
Function library for TrueCharts
###
[`v16.2.16`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.16 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.15...common-16.2.16 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 21:52:32 +01:00
TrueCharts Bot
712d425846
chore(deps): update helm general non-major by renovate ( #16369 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.12` ->
`9.0.13` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.13` -> `16.2.15` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.11` ->
`5.0.12` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.12`
-> `11.0.13` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.12`
-> `10.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.11`
-> `10.0.12` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.11` ->
`5.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.12`
-> `10.0.13` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.12...clickhouse-9.0.13 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.15 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.14...common-16.2.15 )
Function library for TrueCharts
###
[`v16.2.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.14 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.13...common-16.2.14 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 18:55:38 +01:00
TrueCharts Bot
93a7988815
chore(deps): update helm general non-major by renovate ( #16361 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.10` ->
`9.0.12` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.12` -> `16.2.13` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.9` ->
`5.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.10`
-> `11.0.12` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.10`
-> `10.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.9` ->
`10.0.11` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.9` ->
`5.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.10`
-> `10.0.12` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.11...clickhouse-9.0.12 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.10...clickhouse-9.0.11 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.13 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.12...common-16.2.13 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 09:08:00 +02:00
TrueCharts-Bot
2f00f14103
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-23 00:09:08 +00:00
TrueCharts Bot
38ea5f1c8e
chore(deps): update helm general non-major by renovate ( #16359 )
2023-12-22 21:16:27 +02:00
Kjeld Schouten
257c24ed26
fix(ingress): expose custom options for homepage integration
2023-12-22 11:18:53 +01:00
TrueCharts-Bot
726c4327b8
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-22 00:09:32 +00:00
Kjeld Schouten
b3058e799e
fix: bump to release middleware fix
2023-12-21 17:52:24 +01:00
TrueCharts Bot
6f0ac9ae20
chore(deps): update helm general non-major by renovate ( #16346 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.5` ->
`9.0.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.7` -> `16.2.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.4` ->
`5.0.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.5` ->
`11.0.7` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.5` ->
`10.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.4` ->
`10.0.6` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.4` ->
`5.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.4` ->
`10.0.7` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.6...clickhouse-9.0.7 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.5...clickhouse-9.0.6 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.8...common-16.2.9 )
Function library for TrueCharts
###
[`v16.2.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.7...common-16.2.8 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDUuMyIsInVwZGF0ZWRJblZlciI6IjM3LjEwNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 17:36:26 +01:00
Kjeld Schouten
fd610994c1
chore: bump everything to ensure patches are applied globally
2023-12-21 14:22:19 +01:00
Kjeld Schouten
79d3af05dc
fix(cnpg): ensure the cnpg GUI is included on CNPG apps
2023-12-21 14:20:12 +01:00
TrueCharts Bot
8d456c3bcf
chore(deps): update helm general non-major by renovate ( #16341 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.4` ->
`9.0.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.7` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.5` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`16.2.4` -> `16.2.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.3` ->
`5.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `11.0.4` ->
`11.0.5` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.4` ->
`10.0.5` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.3` ->
`10.0.4` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `5.0.3` ->
`5.0.4` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `10.0.3` ->
`10.0.4` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.4...clickhouse-9.0.5 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.8...common-16.2.9 )
Function library for TrueCharts
###
[`v16.2.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.7...common-16.2.8 )
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**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-21 13:23:49 +01:00
TrueCharts-Bot
4001f85191
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-21 00:11:53 +00:00
Kjeld Schouten
5385fd4cbe
chore: bump patch versions on all charts for new GUI release
2023-12-20 20:59:09 +01:00
TrueCharts-Bot
1b4ce58b07
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 19:51:11 +00:00
TrueCharts Bot
49e418b488
chore(deps): update helm general major by renovate (major) ( #14631 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | major | `7.0.30` ->
`9.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`14.5.0` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`13.2.2` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`15.3.4` -> `16.2.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | major | `3.0.41` ->
`5.0.3` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | major | `7.0.70` ->
`11.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | major | `9.0.43` ->
`11.0.4` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | major | `6.0.77` ->
`10.0.4` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | major | `6.0.67` ->
`10.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | major | `3.0.43` ->
`5.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `6.0.66` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `7.0.6` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `8.0.47` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `9.0.3` ->
`10.0.3` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v9.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.3...clickhouse-9.0.4 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.2...clickhouse-9.0.3 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.0...clickhouse-9.0.2 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v9.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.1.0...clickhouse-9.0.0 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v8.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.1.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.2...clickhouse-8.1.0 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v8.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.1...clickhouse-8.0.2 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v8.0.1`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.1 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.0...clickhouse-8.0.1 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v8.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.30...clickhouse-8.0.0 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v16.2.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.6...common-16.2.7 )
Function library for TrueCharts
###
[`v16.2.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.5...common-16.2.6 )
Function library for TrueCharts
###
[`v16.2.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.4...common-16.2.5 )
Function library for TrueCharts
###
[`v16.2.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.3...common-16.2.4 )
Function library for TrueCharts
###
[`v16.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.1.0...common-16.2.3 )
Function library for TrueCharts
###
[`v16.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.1.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.0.0...common-16.1.0 )
Function library for TrueCharts
###
[`v16.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.0.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.4...common-16.0.0 )
Function library for TrueCharts
###
[`v15.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.3...common-15.3.4 )
Function library for TrueCharts
###
[`v15.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.2...common-15.3.3 )
Function library for TrueCharts
###
[`v15.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.1...common-15.3.2 )
Function library for TrueCharts
###
[`v15.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.0...common-15.3.1 )
Function library for TrueCharts
###
[`v15.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.2.0...common-15.3.0 )
Function library for TrueCharts
###
[`v15.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.2.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.1.1...common-15.2.0 )
Function library for TrueCharts
###
[`v15.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.1.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.1.0...common-15.1.1 )
Function library for TrueCharts
###
[`v15.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.1.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.2...common-15.1.0 )
Function library for TrueCharts
###
[`v15.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.1...common-15.0.2 )
Function library for TrueCharts
###
[`v15.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.0...common-15.0.1 )
Function library for TrueCharts
###
[`v15.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.5.0...common-15.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTA1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-12-20 19:30:50 +01:00
Kjeld Schouten
3f74856193
chore: Bump everything to force min/max scale version update
2023-12-20 14:15:47 +01:00
TrueCharts-Bot
dc6307df6c
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 13:11:56 +00:00
TrueCharts-Bot
c5cffa07e4
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-19 00:08:54 +00: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
836a202222
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00: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
61f5b6aca3
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 12:03:05 +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
3ac7442c25
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 00:09:22 +00:00
TrueCharts-Bot
c43b0458e7
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-10 00:09:20 +00:00
TrueCharts-Bot
9edb8f34a2
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-09 00:08:31 +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
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
a39b2b8d19
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 00:08:48 +00: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
Kjeld Schouten
286f68aed0
chore: cleanup chart.yaml and add min-max scale version
2023-11-30 15:16:41 +01: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
Xstar97TheNoob
613fd90a4c
chore(repo) change stable charts to the upstream images ( #14739 )
...
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes # <!--(issue)-->
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00