Commit Graph
43 Commits
Author SHA1 Message Date
Kjeld Schouten d25d00b9c2 fix(website): remove references to deprecated guides 2024-11-04 00:42:33 +01:00
TrueCharts BotandGitHub 1a2067b68e chore(helm): update image docker.io/kubernetesui/dashboard-web 1.5.2 → 1.6.0 (#28659)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| minor | `2c4f217` -> `67d4304` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>kubernetes/dashboard
(docker.io/kubernetesui/dashboard-web)</summary>

###
[`v1.6.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.6.0)

#### Breaking change

Due to migration to
[client-go](https://redirect.github.com/kubernetes/client-go) Dashboard
no longer supports in-cluster config without enabled Service Accounts.

You can read more about it in our [troubleshooting
guide](https://redirect.github.com/kubernetes/dashboard/blob/master/docs/user-guide/troubleshooting.md).

#### Changelog

##### Bug Fixes

-   Don't display pods for services without selector
-   Return status 200 instead of 201 while getting resources
-   Fix "unknown creator" display bug
-   Fix status icon for terminated successful pods
-   Use valid error status coming from cluster
-   Fix orphaned pods view bug
-   Fix node events
-   Fix card issue on daemon set and node details view
-   Fix created by list on pod detail page

##### Features

-   Add Storage Classes view
-   Add initial Third Party Resources view
-   Add `bind-address` CLI option
-   Add custom page title for each view
-   Parse URLs in annotations
-   Add events list for Pods view
-   Update Japanese translations
-   Improve project documentation
-   Migrate to Kubernetes `client-go` and refactor backend
-   Update internal error page
-   Cap Dashboard's replica set limit at 10

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.6.0
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.0
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.6.0
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.0

#### Installation

```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.6.0/src/deploy/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-31 17:42:58 +01:00
TrueCharts BotandGitHub 87cd1e0ffc chore(helm): update chart common 25.1.0 → 25.1.5 (#28377)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.0` ->
`25.1.5` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->
2024-10-27 20:11:25 +01:00
TrueCharts BotandGitHub bff7d61687 chore(helm): update image docker.io/kubernetesui/dashboard-api 1.10.0 → 1.10.1 (#28421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| patch | `004f22c` -> `a73ae22` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>kubernetes/dashboard
(docker.io/kubernetesui/dashboard-api)</summary>

###
[`v1.10.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.10.1)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.10.0...v1.10.1)

#### Changelog

- CVE-2018-18264: Fix security issue related to using Dashboard's
Service Account
([https://github.com/kubernetes/dashboard/pull/3400](https://redirect.github.com/kubernetes/dashboard/pull/3400)
and
[https://github.com/kubernetes/dashboard/pull/3289](https://redirect.github.com/kubernetes/dashboard/pull/3289))
- Add new flag `--enable-skip-login` and disable `Skip` option on the
login view by default
- Fix issue with closing terminal
([https://github.com/kubernetes/dashboard/pull/3327](https://redirect.github.com/kubernetes/dashboard/pull/3327))
- Fix saving Dashboard's settings into Config Maps without any data
([https://github.com/kubernetes/dashboard/pull/3280](https://redirect.github.com/kubernetes/dashboard/pull/3280))
- Update links on deploy view
([https://github.com/kubernetes/dashboard/pull/3249](https://redirect.github.com/kubernetes/dashboard/pull/3249))
-   Minor performance enhancements and typography fixes

#### Compatibility

| Kubernetes version | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 |
|--------------------|----|----|-----|-----|-----|-----|
| Compatibility            | ✓    | ✓   | ✓   |   ?   |    ?   |   ✕   |

-   `✓` Fully supported version range.
- `?` Due to breaking changes between Kubernetes API versions, some
features might not work correctly in the Dashboard.
-   `✕` Unsupported version range.

#### Images

    k8s.gcr.io/kubernetes-dashboard-arm64:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-ppc64le:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-arm:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-s390x:v1.10.1

#### Installation

kubectl apply -f
https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 19:49:02 +01:00
TrueCharts BotandGitHub fddb2a5af3 chore(helm): update image docker.io/kubernetesui/dashboard-web 1.5.1 → 1.5.2 (#28423)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| patch | `86da03d` -> `2c4f217` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 18:48:56 +00:00
TrueCharts BotandGitHub 12734c3b2a chore(helm): update image docker.io/kubernetesui/dashboard-auth 1.2.1 → 1.2.2 (#28422)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-auth](https://redirect.github.com/kubernetes/dashboard)
| patch | `7d1b97b` -> `2d292e8` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-27 19:46:15 +01:00
TrueCharts BotandGitHub a7283fab4b chore(helm): update image docker.io/kubernetesui/dashboard-metrics-scraper 1.2.0 → 1.2.1 (#28168)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-metrics-scraper](https://redirect.github.com/kubernetes/dashboard)
| patch | `bd9efff` -> `82afbb4` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-23 06:21:40 +00:00
TrueCharts BotandGitHub be028dc76d chore(helm): update image docker.io/kubernetesui/dashboard-api 1.9.0 → 1.10.0 (#28174)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| minor | `6b6db6a` -> `004f22c` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>kubernetes/dashboard
(docker.io/kubernetesui/dashboard-api)</summary>

###
[`v1.10.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.10.0)

#### Changelog

- Hide nodePort in internal endpoints when nodePort is not set
([#&#8203;2858](https://redirect.github.com/kubernetes/dashboard/issues/2858))
- Fix occasional Dashboard crashes when using terminal
([#&#8203;3062](https://redirect.github.com/kubernetes/dashboard/issues/3062))
- Allow disabling the skip button
([#&#8203;3077](https://redirect.github.com/kubernetes/dashboard/issues/3077))
- Support for viewing completed/inactive jobs
([#&#8203;3103](https://redirect.github.com/kubernetes/dashboard/issues/3103))
- Fix issue when displaying pods with owner reference set to another pod
([#&#8203;3108](https://redirect.github.com/kubernetes/dashboard/issues/3108))
- Fix job status display
([#&#8203;3098](https://redirect.github.com/kubernetes/dashboard/issues/3098))
- Improve backend logging
([#&#8203;3180](https://redirect.github.com/kubernetes/dashboard/issues/3180))
- Filter out sensitive data from the logs
([#&#8203;3198](https://redirect.github.com/kubernetes/dashboard/issues/3198))
- Update client-go to version 1.10.1
([#&#8203;3157](https://redirect.github.com/kubernetes/dashboard/issues/3157))
-   Other minor fixes and translation updates

#### Compatibility

| Kubernetes version | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 |
|--------------------|----|----|-----|-----|-----|-----|
| Compatibility            | ✓    | ✓   | ✓   |   ?   |    ?   |   ✕   |

-   `✓` Fully supported version range.
- `?` Due to breaking changes between Kubernetes API versions, some
features might not work correctly in the Dashboard.
-   `✕` Unsupported version range.

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.10.0
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.10.0
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.10.0
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.10.0
    gcr.io/google_containers/kubernetes-dashboard-s390x:v1.10.0

#### Installation

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.0/src/deploy/recommended/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-23 00:31:55 +00:00
TrueCharts BotandGitHub 081386d534 chore(helm): update image docker.io/kubernetesui/dashboard-auth 1.2.0 → 1.2.1 (#28167)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-auth](https://redirect.github.com/kubernetes/dashboard)
| patch | `74a3d61` -> `7d1b97b` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-22 20:16:41 +02:00
TrueCharts BotandGitHub 57b8bae449 chore(helm): update image docker.io/kubernetesui/dashboard-web 1.5.0 → 1.5.1 (#28169)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| patch | `fc2c7fe` -> `86da03d` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>kubernetes/dashboard
(docker.io/kubernetesui/dashboard-web)</summary>

###
[`v1.5.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.5.1)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.5.0...v1.5.1)

#### Changelog

##### Bug Fixes

-   Fix CSRF vulnerability in the Deploy form
- Fix not able to edit and delete objects not in a namespace (Physical
Volumes etc)
-   Various typos

##### Minor Features

- Improved display of pod state (use condition when determining color of
icon)
-   Provide basic statistics to Prometheus

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.1
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.1
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1

#### Installation

```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.1/src/deploy/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-22 20:16:35 +02:00
Kjeld SchoutenandGitHub d9eb4a96dd chore(charts): explicitly reference docker.io (#28025)
**Description**
This ensures docker.io is explicitly referenced as a container source,
instead of relying on container-engine defaults

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
<!--
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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-10-19 12:44:34 +02:00
TrueCharts BotandGitHub 37bd2b67d5 chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:11:39 +02:00
TrueCharts-Bot d1abf80d18 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-10-09 00:17:54 +00:00
TrueCharts BotandGitHub fe4d45c550 chore(deps): update container image kubernetesui/dashboard-web to v1.5.0@fc2c7fe by renovate (#27444)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetesui/dashboard-web](https://redirect.github.com/kubernetes/dashboard)
| minor | `1.4.0` -> `1.5.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetesui/dashboard-web)</summary>

###
[`v1.5.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.4.0...v1.5.0)

#### Changelog

##### New features

- Deploy a containerized app/Create feature now creates a Deployment
instead of a Replication Controller
([#&#8203;1330](https://redirect.github.com/kubernetes/dashboard/issues/1330))
- Display annotations for all objects
([#&#8203;1307](https://redirect.github.com/kubernetes/dashboard/issues/1307))
- Improved display of the status of pods
([#&#8203;1444](https://redirect.github.com/kubernetes/dashboard/issues/1444),
[#&#8203;1308](https://redirect.github.com/kubernetes/dashboard/issues/1308))
- Show Resource Quotas on the namespace detail page
([#&#8203;1292](https://redirect.github.com/kubernetes/dashboard/issues/1292))
- Show Limit Ranges on the namespace detail page
([#&#8203;1258](https://redirect.github.com/kubernetes/dashboard/issues/1258))
- Show information about the creator of a Pod on the Pod detail page
([#&#8203;1306](https://redirect.github.com/kubernetes/dashboard/issues/1306))
- Switch from using Pet Sets to using new Stateful Sets api
([#&#8203;1395](https://redirect.github.com/kubernetes/dashboard/issues/1395))
- Requires kubernetes 1.5 to work, we don't support kubernetes 1.4 Pet
Sets at all
- Display Horizontal Pod Autoscalers on Deployments, Replica Sets and
Replication Controllers
([#&#8203;1389](https://redirect.github.com/kubernetes/dashboard/issues/1389))
- Redesign Secrets page to not show secrets in plain text by default
([#&#8203;1291](https://redirect.github.com/kubernetes/dashboard/issues/1291))

##### Bug fixes

- Fix various layout issues
([#&#8203;1479](https://redirect.github.com/kubernetes/dashboard/issues/1479),
[#&#8203;1268](https://redirect.github.com/kubernetes/dashboard/issues/1268),
[#&#8203;1473](https://redirect.github.com/kubernetes/dashboard/issues/1473),
[#&#8203;1470](https://redirect.github.com/kubernetes/dashboard/issues/1470),
[#&#8203;1468](https://redirect.github.com/kubernetes/dashboard/issues/1468),
[#&#8203;1451](https://redirect.github.com/kubernetes/dashboard/issues/1451))
- Various wording improvements
([#&#8203;1472](https://redirect.github.com/kubernetes/dashboard/issues/1472),
[#&#8203;1223](https://redirect.github.com/kubernetes/dashboard/issues/1223))
- Fix XSS vulnerability in the namespace selector
([#&#8203;1361](https://redirect.github.com/kubernetes/dashboard/issues/1361))
- Set correct mimetype on appConfig.json
([#&#8203;1497](https://redirect.github.com/kubernetes/dashboard/issues/1497))
- Improved handling of resource Usage graphs.
([#&#8203;1346](https://redirect.github.com/kubernetes/dashboard/issues/1346))
- Still some differences between memory graphs and the sparklines
because the graphs include caches
([#&#8203;1432](https://redirect.github.com/kubernetes/dashboard/issues/1432))
- Support deletion of Jobs from the dashboard
([#&#8203;1429](https://redirect.github.com/kubernetes/dashboard/issues/1429))
- Fix Persistent Volumes list to allow for more than 10
([#&#8203;1422](https://redirect.github.com/kubernetes/dashboard/issues/1422))

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.0
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0    
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.0
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0

#### Installation

```bash
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0/src/deploy/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTMuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-10-08 19:05:23 +02:00
TrueCharts BotandGitHub b6bebc17a6 chore(deps): update container image kubernetesui/dashboard-metrics-scraper to v1.2.0@bd9efff by renovate (#27443) 2024-10-08 19:05:19 +02:00
TrueCharts BotandGitHub 11c1be6cc4 chore(deps): update container image kubernetesui/dashboard-api to v1.9.0@6b6db6a by renovate (#27446) 2024-10-08 19:05:12 +02:00
TrueCharts BotandGitHub 50c8302c93 chore(deps): update container image docker.io/kubernetesui/dashboard-auth to v1.2.0@74a3d61 by renovate (#27442) 2024-10-08 19:04:57 +02:00
6479095334 chore(deps): update container image common to v25.0.0@6c13a11 by renovate (#26977)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.16` -> `25.0.0` |
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.19` -> `25.0.0` |
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | major |
`24.1.18` -> `25.0.0` |

---

> [!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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEwNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9tYWpvciJdfQ==-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-02 13:58:52 +02:00
TrueCharts BotandGitHub aa6a0d63cc chore(deps): update helm chart kong to 2.42.0 by renovate (#26915)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://redirect.github.com/Kong/charts)) | minor | `2.41.1`
-> `2.42.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.42.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.42.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.41.1...kong-2.42.0)

The Cloud-Native Ingress and API-management

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvaGVsbS9nZW5lcmFsL21pbm9yIl19-->
2024-09-26 20:34:33 +02:00
TrueCharts BotandGitHub 3fc10f588f chore(deps): update container image common to v24.1.16@ea19f8a by renovate (#26428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.15` -> `24.1.16` |

---

> [!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**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-15 23:14:29 +03:00
TrueCharts BotandGitHub 6e2dada3ee chore(deps): update container image kubernetesui/dashboard-api to v1.8.1@530f3da by renovate (#26340)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| patch | `1.8.0` -> `1.8.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetesui/dashboard-api)</summary>

###
[`v1.8.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.8.1)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.8.0...v1.8.1)

#### Changelog

- Redesign resource creation
([#&#8203;2636](https://redirect.github.com/kubernetes/dashboard/issues/2636)).
- Redesign logs download to respect user permissions
([#&#8203;2647](https://redirect.github.com/kubernetes/dashboard/issues/2647)).
- Restrict access to the Settings page for users that do not have access
to `kubernetes-dashboard-settings` config map.
- Fix occasional Dashboard crash during start due to race condition
issue.
-   Mask token input on login view
- Add partial support for password managers. They should now correctly
ask you to save "credentials".
-   Update translations

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.8.1
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.1
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.8.1
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.8.1
    gcr.io/google_containers/kubernetes-dashboard-s390x:v1.8.1

#### Installation

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.1/src/deploy/recommended/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny41IiwidXBkYXRlZEluVmVyIjoiMzguNzcuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-13 20:30:18 +02:00
TrueCharts BotandGitHub d5bbca27c3 chore(deps): update container image kubernetesui/dashboard-api to v1.8.0@f6f2f0b by renovate (#26330)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| minor | `1.7.0` -> `1.8.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetesui/dashboard-api)</summary>

###
[`v1.8.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.8.0)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.7.0...v1.8.0)

#### Changelog

-   Update dependencies to be compatible with Kubernetes v1.8
-   Add support for Cron Jobs
-   Remove support for Third Party Resources
- Introduce global settings page
([#&#8203;2532](https://redirect.github.com/kubernetes/dashboard/issues/2532),
[#&#8203;2581](https://redirect.github.com/kubernetes/dashboard/issues/2581))
-   Fix init containers not being shown in frontend
-   Add logs autorefresh option
-   Improve charts shown on overview page
- Add global system banner feature
([#&#8203;2607](https://redirect.github.com/kubernetes/dashboard/issues/2607))
- Use polling instead of watch to tighten RBAC rules required to start
the application
-   Redesign namespace selector
- Add insecure login option (login view can be shown even when Dashboard
is not served over HTTPS)
- Add support for force language change by providing `ACCEPT_LANGUAGE`
env variable to Dashboard container
-   Fix download logs for Firefox
-   Fix status display of Job's pod
-   Update and unify age tooltip display across application
-   Add QoS class info to pod details view
-   Add namespace change info dialog
-   Add link to overview of namespace from namespace details page
- Add certificate autogeneration option and remove dependency on init
container
-   Add Node IP to Node details page
- Several updates of PV, PVC and Storage Class views. More information
will be shown.

#### Images

    gcr.io/google_containers/kubernetes-dashboard-arm64:v1.8.0
    gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.0
    gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.8.0
    gcr.io/google_containers/kubernetes-dashboard-arm:v1.8.0
    gcr.io/google_containers/kubernetes-dashboard-s390x:v1.8.0

#### Installation

```bash
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.0/src/deploy/recommended/kubernetes-dashboard.yaml
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4zIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-13 14:34:49 +02:00
5fca841356 chore(deps): update container image common to v24.1.15@0763087 by renovate (#26098)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://redirect.github.com/truecharts/apps/tree/master/charts/common)
([source](https://redirect.github.com/truecharts/apps)) | patch |
`24.1.14` -> `24.1.15` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Mi4wIiwidXBkYXRlZEluVmVyIjoiMzguNzIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-09-09 18:16:39 +02:00
TrueCharts BotandGitHub 1f01cfd8ad chore(deps): update helm chart kong to 2.41.1 by renovate (#25967)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://redirect.github.com/Kong/charts)) | patch | `2.41.0`
-> `2.41.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.41.1`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.41.1)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.41.0...kong-2.41.1)

The Cloud-Native Ingress and API-management

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny41IiwidXBkYXRlZEluVmVyIjoiMzguNjcuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvaGVsbS9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
2024-09-05 14:24:04 +02:00
7f5c638c42 chore(deps): update container image common to v24.1.14@d84223d by renovate (#25511)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.5` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.10` ->
`24.1.14` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.1.7` ->
`24.1.14` |

---

> [!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**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Mi4yIiwidXBkYXRlZEluVmVyIjoiMzguNTIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: kqmaverick <kqmaverick@gmail.com>
2024-09-02 16:49:10 +03:00
TrueCharts BotandGitHub 3f8c45358e chore(deps): update helm chart kong to 2.41.0 by renovate (#25651)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://redirect.github.com/Kong/charts)) | minor | `2.40.0`
-> `2.41.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.41.0`](https://redirect.github.com/Kong/charts/releases/tag/kong-2.41.0)

[Compare
Source](https://redirect.github.com/Kong/charts/compare/kong-2.40.0...kong-2.41.0)

The Cloud-Native Ingress and API-management

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ny4xIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvaGVsbS9nZW5lcmFsL21pbm9yIl19-->
2024-08-29 14:32:58 +02:00
TrueCharts BotandGitHub d18bb5df2e chore(deps): update helm chart kong to 2.40.0 by renovate (#24939)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://togithub.com/Kong/charts)) | minor | `2.39.3` ->
`2.40.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.40.0`](https://togithub.com/Kong/charts/releases/tag/kong-2.40.0)

[Compare
Source](https://togithub.com/Kong/charts/compare/kong-2.39.3...kong-2.40.0)

The Cloud-Native Ingress and API-management

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzguMjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvaGVsbS9nZW5lcmFsL21pbm9yIl19-->
2024-08-09 14:33:04 +02:00
c86167b677 chore(deps): pin dependencies by renovate (#23924)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-auth](https://togithub.com/kubernetes/dashboard)
| pinDigest | -> `07135c0` |
|
[kubernetesui/dashboard-api](https://togithub.com/kubernetes/dashboard)
| pinDigest | -> `6059589` |
|
[kubernetesui/dashboard-metrics-scraper](https://togithub.com/kubernetes/dashboard)
| pinDigest | -> `7747d36` |
|
[kubernetesui/dashboard-web](https://togithub.com/kubernetes/dashboard)
| pinDigest | -> `4445b31` |

---

> [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-07-24 17:44:12 +02:00
TrueCharts-Bot 9c6cf1b50b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-07-06 00:14:19 +00:00
Kjeld SchoutenandGitHub ca872353f1 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-28 10:46:22 +02:00
TrueCharts-Bot a97f5bf7a4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-28 00:14:31 +00:00
Kjeld SchoutenandGitHub 56ddc5f3ba Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-27 12:04:07 +02:00
Kjeld SchoutenandGitHub 65c6cf4560 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-27 12:03:54 +02:00
Kjeld SchoutenandGitHub ec6c812e19 feat(kubernetes-dashboard): Allow kubernetes-dashboard without token login (#23841)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-06-27 10:28:49 +02:00
Kjeld Schouten 86110af4ed add licenses 2024-06-27 09:50:56 +02:00
TrueCharts BotandGitHub be04506226 chore(deps): update helm chart kong to 2.39.3 by renovate (#23854)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kong](https://konghq.com/)
([source](https://togithub.com/Kong/charts)) | minor | `2.38.0` ->
`2.39.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kong/charts (kong)</summary>

###
[`v2.39.3`](https://togithub.com/Kong/charts/releases/tag/kong-2.39.3)

[Compare
Source](https://togithub.com/Kong/charts/compare/kong-2.39.2...kong-2.39.3)

The Cloud-Native Ingress and API-management

###
[`v2.39.2`](https://togithub.com/Kong/charts/releases/tag/kong-2.39.2)

[Compare
Source](https://togithub.com/Kong/charts/compare/kong-2.39.1...kong-2.39.2)

The Cloud-Native Ingress and API-management

###
[`v2.39.1`](https://togithub.com/Kong/charts/releases/tag/kong-2.39.1)

[Compare
Source](https://togithub.com/Kong/charts/compare/kong-2.39.0...kong-2.39.1)

The Cloud-Native Ingress and API-management

###
[`v2.39.0`](https://togithub.com/Kong/charts/releases/tag/kong-2.39.0)

[Compare
Source](https://togithub.com/Kong/charts/compare/kong-2.38.0...kong-2.39.0)

The Cloud-Native Ingress and API-management

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9oZWxtL2dlbmVyYWwvbWlub3IiXX0=-->
2024-06-27 02:41:39 +02:00
TrueCharts BotandGitHub 33c5b371df chore(deps): update container image common to v24.1.4@bb74e00 by renovate (#23778)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `24.0.9` ->
`24.1.4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-27 02:40:28 +02:00
TrueCharts-Bot 139c93ddea Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-26 21:04:25 +00:00
0a9b72b07a chore(kubernetes-dashboard): write our own code for kubernetes dashboard (#23797)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-06-26 22:26:46 +02:00
TrueCharts BotandGitHub 4299e56bca chore(deps): update container image common to v24.0.9@20d4754 by renovate (#23775)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `24.0.0` ->
`24.0.9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-25 20:22:32 +02:00
TrueCharts BotandGitHub 5a080d59b0 chore(deps): update container image tccr.io/tccr/alpine to latest@783d7b4 by renovate (#23774)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/alpine | digest | `ade0065` -> `783d7b4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-25 12:22:27 +00:00
Kjeld SchoutenandGitHub 2fe63f9f2f Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:19:38 +02:00
Kjeld SchoutenandGitHub e1bc5676c6 chore: Add a bunch of direct-from-upstream system charts for clustertool-use (#23768)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ 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._
2024-06-25 13:05:45 +02:00