Commit Graph

901 Commits

Author SHA1 Message Date
TrueCharts Bot 8dd082a2d2
chore(deps): update helm general minor by renovate (#17760)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.13.3` -> `v1.14.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.2.30` -> `17.3.11` |
| [metallb](https://metallb.universe.tf)
([source](https://togithub.com/metallb/metallb)) | minor | `0.13.12` ->
`0.14.3` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`5.2.2` -> `5.3.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.14.2`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.2)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.1...v1.14.2)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

##### ℹ️ Documentation

[Release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14)
[Upgrade
notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14)
[Installation instructions](https://cert-manager.io/docs/installation/)

##### 🔧 Breaking changes

See `Breaking changes` in [v1.14.0 release
notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

##### 📜 Changes since `v1.14.1`

##### Bug or Regression

- BUGFIX: cert-manager CA and SelfSigned issuers incorrectly copied the
critical flag from the CSR instead of re-calculating that field
themselves.
([#&#8203;6727](https://togithub.com/cert-manager/cert-manager/issues/6727),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))
- Helm: Fix a bug in the logic that differentiates between 0 and an
empty value.
([#&#8203;6729](https://togithub.com/cert-manager/cert-manager/issues/6729),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Bump golang to 1.21.7
([#&#8203;6735](https://togithub.com/cert-manager/cert-manager/issues/6735),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.14.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.1)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.0...v1.14.1)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

> ⚠️ This version has known issues. Please install `v1.14.2` instead.

##### ⚠️ Known Issues (fixed in `v1.14.2`)

- In cert-manager v1.14.0 and v1.14.1, the `CA` and `SelfSigned` issuers
issue certificates with SANs set to non-critical even when the subject
is empty. It incorrectly copies the critical field from the CSR.

##### 🔧 Breaking changes

See `Breaking changes` in [v1.14.0 release
notes](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

##### ℹ️ Documentation

- [Release
notes](https://cert-manager.io/docs/releases/release-notes/release-notes-1.14)
- [Upgrade
notes](https://cert-manager.io/docs/releases/upgrading/upgrading-1.13-1.14)
- [Installation
instructions](https://cert-manager.io/docs/installation/)

##### 📜 Changes since `v1.14.0`

##### Bug or Regression

- Fix broken cainjector image value in Helm chart
([#&#8203;6693](https://togithub.com/cert-manager/cert-manager/pull/6693),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix bug in cmctl namespace detection which prevented it being used as
a startupapicheck image in namespaces other than cert-manager.
([#&#8203;6706](https://togithub.com/cert-manager/cert-manager/pull/6706),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix bug in cmctl which caused `cmctl experimental install` to panic.
([#&#8203;6706](https://togithub.com/cert-manager/cert-manager/pull/6706),
[@&#8203;inteon](https://togithub.com/inteon))

###
[`v1.14.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.0)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.3...v1.14.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.14 brings a variety of features, security improvements
and bug fixes, including: support for creating X.509 certificates with
"Other Name" fields, and support for creating CA certificates with "Name
Constraints" and "Authority Information Accessors" extensions.

> ⚠️ This version has known issues. Please install `v1.14.2` instead.

##### ⚠️ Known Issues (fixed in `v1.14.1+`)

- During the release of `v1.14.0`, the Helm chart for this version was
found to use the wrong OCI image for the `cainjector` Deployment,
    which caused the Helm installation to fail.
In order to complete the release, the cert-manager team have manually
updated the Helm chart for this version,
    which contains all the Helm chart fixes which are in `v1.14.1`.
- A bug in cmctl namespace detection prevents it being used as a
`startupapicheck` image in namespaces other than cert-manager.
-   A bug in cmctl causes `cmctl experimental install` to panic.

##### 🔧 Breaking Changes

The startupapicheck job uses a new OCI image called "startupapicheck",
instead of the ctl image.
If you run in an environment in which images cannot be pulled, be sure
to include the new image.

The KeyUsage and BasicConstraints extensions will now be encoded as
critical in the CertificateRequest's CSR blob.

##### 🗺️ Major Themes

##### New X.509 Features

The cert-manager Certificate resource now allows you to configure a
subset of "Other Name" SANs,
which are described in the [Subject Alternative Name section of RFC
5280](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.6) (on
page 37).

We specifically support any `otherName` type with a `UTF-8` value, such
as the [User Principal
Name](https://docs.venafi.com/Docs/current/TopNav/Content/Certificates/r-UEP-support-SANs.php)
or
[`sAMAccountName`](https://learn.microsoft.com/en-us/windows/win32/ad/naming-properties).
These are useful when issuing unique certificates for authenticating
with LDAP systems such as Microsoft Active Directory.
For example you can create certificates with this block in the spec:

      otherNames:
        - oid: 1.3.6.1.4.1.311.20.2.3 # UPN OID
          utf8Value: upn@domain.local

The feature is still in alpha stage and requires you to [enable the
`OtherName` feature flag in the controller and webhook
components](../../installation/configuring-components.md#feature-gates).

##### New CA certificate Features

You can now specify the X.509 v3 Authority Information Accessors
extension,
with URLs for certificates issued by the CA issuer.

Users can now use name constraints in CA certificates.
To know more details on name constraints check out RFC section
https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10

##### Security

An ongoing security audit of the cert-manager code revealed some
weaknesses which we have addressed in this release,
such as using more secure default settings in the HTTP servers that
serve metrics, healthz and pprof endpoints.
This will help mitigate denial-of-service attacks against those
important services.

All the cert-manager containers are now configured with read only root
file system by default,
to prevent unexpected changes to the file system of the OCI image.

And it is now possible to configure the metrics server to use HTTPS
rather than HTTP,
so that clients can verify the identity of the metrics server.

##### Other

The liveness probe of the cert-manager controller Pod is now enabled by
default.

There is a new option `.spec.keystores.pkcs12.algorithms` to specify
encryption and MAC algorithms for PKCS.

##### 🤝 Community

Thanks again to all open-source contributors with commits in this
release, including:

-   [@&#8203;ABWassim](https://togithub.com/ABWassim)
-   [@&#8203;JoeNorth](https://togithub.com/JoeNorth)
-   [@&#8203;allenmunC1](https://togithub.com/allenmunC1)
-   [@&#8203;asapekia](https://togithub.com/asapekia)
-   [@&#8203;jeremycampbell](https://togithub.com/jeremycampbell)
-   [@&#8203;jkroepke](https://togithub.com/jkroepke)
-   [@&#8203;jsoref](https://togithub.com/jsoref)
-   [@&#8203;lauraseidler](https://togithub.com/lauraseidler)
-   [@&#8203;pevidex](https://togithub.com/pevidex)
-   [@&#8203;phillebaba](https://togithub.com/phillebaba)
-   [@&#8203;snorwin](https://togithub.com/snorwin)
-   [@&#8203;tanujd11](https://togithub.com/tanujd11)
-   [@&#8203;tberreis](https://togithub.com/tberreis)
-   [@&#8203;vinny](https://togithub.com/vinny)

Thanks also to the following cert-manager maintainers for their
contributions during this release:

-   [@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
-   [@&#8203;SpectralHiss](https://togithub.com/SpectralHiss)
-   [@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot)
-   [@&#8203;hawksight](https://togithub.com/hawksight)
-   [@&#8203;inteon](https://togithub.com/inteon)
-   [@&#8203;maelvls](https://togithub.com/maelvls)
-   [@&#8203;wallrj](https://togithub.com/wallrj)

Equally thanks to everyone who provided feedback, helped users and
raised issues on GitHub and Slack and joined our meetings!

Thanks also to the [CNCF](https://www.cncf.io/), which provides
resources and support, and to the AWS open source team for being good
community members and for their maintenance of the [PrivateCA
Issuer](https://togithub.com/cert-manager/aws-privateca-issuer).

In addition, massive thanks to [Venafi](https://www.venafi.com/) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.

##### 📜 Changes

##### Feature

- ACME challenge solver Pod for HTTP01 will get a default annotation of
`"cluster-autoscaler.kubernetes.io/safe-to-evict": "true"`. You can
provide an annotation of
`"cluster-autoscaler.kubernetes.io/safe-to-evict": "false"` in your
`podTemplate` if you don't like this.
([#&#8203;6349](https://togithub.com/cert-manager/cert-manager/pull/6349),
[@&#8203;jsoref](https://togithub.com/jsoref))
- Added a clock skew detector liveness probe that will force a restart
in case we detect a skew between the internal monotonic clock and the
system clock of more than 5 minutes.
Also, the controller's liveness probe is now enabled by default.
([#&#8203;6328](https://togithub.com/cert-manager/cert-manager/pull/6328),
[@&#8203;inteon](https://togithub.com/inteon))
- Added a new flag (--dynamic-serving-leaf-duration) that can adjust the
lifetime of the dynamic leaf certificates
([#&#8203;6552](https://togithub.com/cert-manager/cert-manager/pull/6552),
[@&#8203;allenmunC1](https://togithub.com/allenmunC1))
- Added support for `otherName` SANS in Certificates
([#&#8203;6404](https://togithub.com/cert-manager/cert-manager/pull/6404),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss))
- Added the option to specify the X.509 v3 Authority Information
Accessors extension CA Issuers URLs for certificates issued by the CA
issuer.
([#&#8203;6486](https://togithub.com/cert-manager/cert-manager/pull/6486),
[@&#8203;jeremycampbell](https://togithub.com/jeremycampbell-okta))
- Adds cert-manager's new core infrastructure initiative badge! See more
details on https://www.bestpractices.dev/projects/8079
([#&#8203;6497](https://togithub.com/cert-manager/cert-manager/pull/6497),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- All Pods are now configured with `readOnlyRootFilesystem` by default.
([#&#8203;6453](https://togithub.com/cert-manager/cert-manager/pull/6453),
[@&#8203;wallrj](https://togithub.com/wallrj))
- MAYBE BREAKING: The startupapicheck job is now handled by an entirely
new container called "startupapicheck". This replaces the previous ctl
container. If you run in an environment in which images cannot be
pulled, be sure to include the new container.
([#&#8203;6549](https://togithub.com/cert-manager/cert-manager/pull/6549),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- New option `.spec.keystores.pkcs12.algorithms` to specify encryption
and MAC algorithms for
PKCS[#&#8203;12](https://togithub.com/cert-manager/cert-manager/pull/12)
keystores. Fixes issues
[#&#8203;5957](https://togithub.com/cert-manager/cert-manager/pull/5957)
and
[#&#8203;6523](https://togithub.com/cert-manager/cert-manager/pull/6523).
([#&#8203;6548](https://togithub.com/cert-manager/cert-manager/pull/6548),
[@&#8203;snorwin](https://togithub.com/snorwin))
- The ACME HTTP01 solver Pod is now configured with
`readOnlyRootFilesystem: true`
([#&#8203;6462](https://togithub.com/cert-manager/cert-manager/pull/6462),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Updates the AWS SDK for Go to 1.48.7 to support Amazon EKS Pod
Identity
([#&#8203;6519](https://togithub.com/cert-manager/cert-manager/pull/6519),
[@&#8203;JoeNorth](https://togithub.com/JoeNorth))
- Users can now use name constraints in CA certificates. To know more
details on name constraints check out RFC section
https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10
([#&#8203;6500](https://togithub.com/cert-manager/cert-manager/pull/6500),
[@&#8203;tanujd11](https://togithub.com/tanujd11))
- ⚠️ potentially breaking ⚠️: The KeyUsage and BasicConstraints
extensions will now be encoded as critical in the CertificateRequest's
CSR blob.
([#&#8203;6053](https://togithub.com/cert-manager/cert-manager/pull/6053),
[@&#8203;inteon](https://togithub.com/inteon))
- Add TLS support to the metrics endpoint through either a certificate
file or through dynamically issued certificates
([#&#8203;6574](https://togithub.com/cert-manager/cert-manager/pull/6574),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Helm Chart: allow changing the default Deployment
`revisionHistoryLimit`
([#&#8203;6248](https://togithub.com/cert-manager/cert-manager/pull/6248),
[@&#8203;tberreis](https://togithub.com/tberreis))
- Security: Limit the size of the response body read from HTTP requests
by cert-manager.
([#&#8203;6619](https://togithub.com/cert-manager/cert-manager/pull/6619),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Support custom `spec.namespaceSelector` for webhooks
([#&#8203;6638](https://togithub.com/cert-manager/cert-manager/pull/6638),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Bug or Regression

- BUGFIX\[helm]: Fix issue where webhook feature gates were only set if
controller feature gates are set.
([#&#8203;6380](https://togithub.com/cert-manager/cert-manager/pull/6380),
[@&#8203;asapekia](https://togithub.com/asapekia))
- Controller ConfigMap is now created only if `.Values.config` is set.
([#&#8203;6357](https://togithub.com/cert-manager/cert-manager/pull/6357),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- Fix runaway bug caused by multiple Certificate resources that point to
the same Secret resource.
([#&#8203;6406](https://togithub.com/cert-manager/cert-manager/pull/6406),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix(helm): templating of required value in controller and webhook
ConfigMap resources
([#&#8203;6435](https://togithub.com/cert-manager/cert-manager/pull/6435),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- Fixed a webhook validation error message when the key algorithm was
invalid.
([#&#8203;6571](https://togithub.com/cert-manager/cert-manager/pull/6571),
[@&#8203;pevidex](https://togithub.com/pevidex))
- Fixed error messaging when setting up vault issuer
([#&#8203;6433](https://togithub.com/cert-manager/cert-manager/pull/6433),
[@&#8203;vinny](https://togithub.com/vinny-sabatini))
- `GHSA-vgf6-pvf4-34rq`: 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.
The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#&#8203;6498](https://togithub.com/cert-manager/cert-manager/pull/6498),
[@&#8203;inteon](https://togithub.com/inteon))
- Increase the default webhook timeout to its maximum value of 30
seconds, so that the underlying timeout error message has more chance of
being returned to the end user.
([#&#8203;6488](https://togithub.com/cert-manager/cert-manager/pull/6488),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Listeners that do not support TLS on Gateway resources will now not
raise `BadConfig` warnings anymore
([#&#8203;6347](https://togithub.com/cert-manager/cert-manager/pull/6347),
[@&#8203;lauraseidler](https://togithub.com/lauraseidler))
- Mitigate potential Slowloris attacks by setting `ReadHeaderTimeout` in
all `http.Server` instances
([#&#8203;6534](https://togithub.com/cert-manager/cert-manager/pull/6534),
[@&#8203;wallrj](https://togithub.com/wallrj))
- The Venafi issuer now properly resets the certificate and should no
longer get stuck with `WebSDK CertRequest Module Requested Certificate`
or `This certificate cannot be processed while it is in an error state.
Fix any errors, and then click Retry.`.
([#&#8203;6398](https://togithub.com/cert-manager/cert-manager/pull/6398),
[@&#8203;maelvls](https://togithub.com/maelvls))
- Update experimental install and uninstall commands to have flag parity
with the rest of the CLI
([#&#8203;6562](https://togithub.com/cert-manager/cert-manager/pull/6562),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Webhook ConfigMap if now created only if `.Values.webhook.config` is
set.
([#&#8203;6360](https://togithub.com/cert-manager/cert-manager/pull/6360),
[@&#8203;ABWassim](https://togithub.com/ABWassim))
- BUGFIX: Ensure `otherName` SAN changes in Certificate resources
trigger re-issuance.
([#&#8203;6620](https://togithub.com/cert-manager/cert-manager/pull/6620),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss))
- Bugfix: Publish the `startupapicheck` image to `quay.io`
([#&#8203;6609](https://togithub.com/cert-manager/cert-manager/pull/6609),
[@&#8203;wallrj](https://togithub.com/wallrj))

##### Other (Cleanup or Flake)

- Cert-manager is now built with Go 1.21.5
([#&#8203;6545](https://togithub.com/cert-manager/cert-manager/pull/6545),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Bump Go to `1.21.3` to address `CVE-2023-39325`. Also bumps base
images.
([#&#8203;6410](https://togithub.com/cert-manager/cert-manager/pull/6410),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Bump `golang.org/x/net v0.15.0 => v0.17.0` as part of addressing
`CVE-2023-44487` / `CVE-2023-39325`
([#&#8203;6427](https://togithub.com/cert-manager/cert-manager/pull/6427),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Check code for unintended use of `crypto/md5`, a weak cryptographic
primitive; using `golangci-lint` / `gosec` (G501).
([#&#8203;6581](https://togithub.com/cert-manager/cert-manager/pull/6581),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Check code for unintended use of `crypto/sha1`, a weak cryptographic
primitive; using `golangci-lint` / `gosec` (G505).
([#&#8203;6579](https://togithub.com/cert-manager/cert-manager/pull/6579),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Check code for unintended use of weak random number generator
(`math/rand` instead of `crypto/rand`); using `golangci-lint` / `gosec`
(G404).
([#&#8203;6582](https://togithub.com/cert-manager/cert-manager/pull/6582),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Cleanup: Restrict MutatingWebhookConfiguration to only
CertificateRequest resources
([#&#8203;6311](https://togithub.com/cert-manager/cert-manager/pull/6311),
[@&#8203;hawksight](https://togithub.com/hawksight))
- Deprecated `pkg/util.RandStringRunes` and
`pkg/controller/test.RandStringBytes`. Use
`k8s.io/apimachinery/pkg/util/rand.String` instead.
([#&#8203;6585](https://togithub.com/cert-manager/cert-manager/pull/6585),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Enabled verbose logging in startupapicheck by default, so that if it
fails, users can know exactly what caused the failure.
([#&#8203;6495](https://togithub.com/cert-manager/cert-manager/pull/6495),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Fix gosec G601: Implicit memory aliasing of items from a range
statement
([#&#8203;6551](https://togithub.com/cert-manager/cert-manager/pull/6551),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Fix handling of serial numbers in literal certificate subjects.
Previously a serial number could be specified in `subject.serialNumber`
while using a literal certificate subject. This was a mistake and has
been fixed.
([#&#8203;6533](https://togithub.com/cert-manager/cert-manager/pull/6533),
[@&#8203;inteon](https://togithub.com/inteon))
- The end-to-end tests can now test the cert-manager Vault Issuer on an
OpenShift cluster.
([#&#8203;6391](https://togithub.com/cert-manager/cert-manager/pull/6391),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Update cert-manager's distroless base images from Debian 11 to Debian
12. This should have no practical effects on users.
([#&#8203;6583](https://togithub.com/cert-manager/cert-manager/pull/6583),
[@&#8203;inteon](https://togithub.com/inteon))
- Updated all code using GatewayAPI to use the now GA v1 APIs
([#&#8203;6559](https://togithub.com/cert-manager/cert-manager/pull/6559),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6369](https://togithub.com/cert-manager/cert-manager/pull/6369),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6366](https://togithub.com/cert-manager/cert-manager/pull/6366),
[@&#8203;inteon](https://togithub.com/inteon))
- Use the new generic `sets.Set` type in place of the deprecated
`sets.String`.
([#&#8203;6586](https://togithub.com/cert-manager/cert-manager/pull/6586),
[@&#8203;wallrj](https://togithub.com/wallrj))
- cert-manager is now built with Go `v1.21.6`
([#&#8203;6628](https://togithub.com/cert-manager/cert-manager/pull/6628),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Update the Azure SDK and remove deprecated `autorest` dependency
([#&#8203;5452](https://togithub.com/cert-manager/cert-manager/pull/5452),
[@&#8203;phillebaba](https://togithub.com/phillebaba))
- The cert-manager E2E tests can now be run on Kubernetes 1.29
([#&#8203;6641](https://togithub.com/cert-manager/cert-manager/pull/6641),
[@&#8203;wallrj](https://togithub.com/wallrj))

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.3.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.11)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.10...common-17.3.11)

Function library for TrueCharts

###
[`v17.3.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.9...common-17.3.10)

Function library for TrueCharts

###
[`v17.3.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.8...common-17.3.9)

Function library for TrueCharts

###
[`v17.3.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.7...common-17.3.8)

Function library for TrueCharts

###
[`v17.3.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.6...common-17.3.7)

Function library for TrueCharts

###
[`v17.3.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.5...common-17.3.6)

Function library for TrueCharts

###
[`v17.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.4...common-17.3.5)

Function library for TrueCharts

###
[`v17.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.3...common-17.3.4)

Function library for TrueCharts

###
[`v17.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.2...common-17.3.3)

Function library for TrueCharts

###
[`v17.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.1...common-17.3.2)

Function library for TrueCharts

###
[`v17.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.3.0...common-17.3.1)

Function library for TrueCharts

###
[`v17.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.31...common-17.3.0)

Function library for TrueCharts

###
[`v17.2.31`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.31)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.30...common-17.2.31)

Function library for TrueCharts

</details>

<details>
<summary>metallb/metallb (metallb)</summary>

###
[`v0.14.3`](https://togithub.com/metallb/metallb/releases/tag/v0.14.3)

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.14.2...v0.14.3)

See https://metallb.universe.tf/release-notes/ for details

###
[`v0.14.2`](https://togithub.com/metallb/metallb/releases/tag/v0.14.2)

[Compare
Source](https://togithub.com/metallb/metallb/compare/v0.13.12...v0.14.2)

See https://metallb.universe.tf/release-notes/ for details

</details>

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v5.3.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.3.0)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0)

A Helm chart for velero

#### What's Changed

- \[velero]Bump velero version v1.13.0 by
[@&#8203;qiuming-best](https://togithub.com/qiuming-best) in
[https://github.com/vmware-tanzu/helm-charts/pull/535](https://togithub.com/vmware-tanzu/helm-charts/pull/535)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.2.2...velero-5.3.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4Ny4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 17:55:22 +01:00
Kjeld Schouten d26a27f9c8
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 16:57:38 +01:00
Kjeld Schouten be093f9868
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:59 +01:00
Kjeld Schouten a316e701d2
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-14 11:58:48 +01:00
TrueCharts-Bot 6d1cccdd96 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-14 00:08:48 +00:00
Kjeld Schouten 671a58f7a1 feat(kubeapps): move to enterprise train, finished testing 2024-02-13 13:57:34 +01:00
TrueCharts-Bot 294fe34b46 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-13 00:09:35 +00:00
TrueCharts Bot cc6d322b2b
chore(deps): update container image bitnami/prometheus to 2.49.1@bfc292a by renovate (#18223)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `c382eae` -> `bfc292a` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 19:19:56 +01:00
TrueCharts Bot 449d8fe366
chore(deps): update container image bitnami/alertmanager to 0.26.0@537c5f5 by renovate (#18200)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `130b6ff` -> `537c5f5` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 13:18:49 +01:00
TrueCharts Bot 815c0d06d2
chore(deps): update container image common to v17.3.9@db10d55 by renovate (#18125)
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 | `17.3.8` ->
`17.3.9` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:29:02 +01:00
TrueCharts Bot 8b809e022c
chore(deps): update container image bitnami/prometheus to 2.49.1@c382eae by renovate (#18032)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `0f2e8e9` -> `c382eae` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 06:18:38 +00:00
TrueCharts Bot 8b7d9c7ae5
chore(deps): update container image bitnami/alertmanager to 0.26.0@130b6ff by renovate (#18154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `de8bbbd` -> `130b6ff` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 07:17:38 +01:00
TrueCharts Bot 0e77a2d999
chore(deps): update container image quay.io/kiwigrid/k8s-sidecar to v1.25.4@cccfe4f by renovate (#18147)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[quay.io/kiwigrid/k8s-sidecar](https://togithub.com/kiwigrid/k8s-sidecar)
| patch | `1.25.3` -> `1.25.4` |

---

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

---

### Release Notes

<details>
<summary>kiwigrid/k8s-sidecar (quay.io/kiwigrid/k8s-sidecar)</summary>

###
[`v1.25.4`](https://togithub.com/kiwigrid/k8s-sidecar/releases/tag/1.25.4)

[Compare
Source](https://togithub.com/kiwigrid/k8s-sidecar/compare/1.25.3...1.25.4)

#### 📦 Dependencies

-   build(deps): bump python from 3.12.0-alpine3.18 to 3.12.1-alpine3.18
- PR:
[#&#8203;316](https://togithub.com/kiwigrid/k8s-sidecar/issues/316)
- build(deps): bump python from 3.12.1-alpine3.18 to 3.13.0a3-alpine3.18
- PR:
[#&#8203;323](https://togithub.com/kiwigrid/k8s-sidecar/issues/323)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:03:09 +00:00
TrueCharts Bot c9834e5443
chore(deps): update container image tccr.io/tccr/alpine to latest@ade0065 by renovate (#18108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/alpine | digest | `14eaf3f` -> `ade0065` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:49:04 +01:00
TrueCharts Bot 4c7232623f
chore(deps): update container image tccr.io/tccr/traefik to v2.10.7@ec52218 by renovate (#18109)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/traefik](https://togithub.com/truecharts/containers) |
digest | `1a1f160` -> `ec52218` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:48:30 +01:00
TrueCharts Bot e30e07a40d
chore(deps): update container image bitnami/alertmanager to 0.26.0@de8bbbd by renovate (#18026)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `d58f3c7` -> `de8bbbd` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-12 01:31:50 +01:00
TrueCharts-Bot a59c8b181d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-12 00:09:24 +00:00
TrueCharts-Bot c50930afcf Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-11 00:09:34 +00:00
TrueCharts-Bot 85720e2af1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-10 00:38:08 +00:00
TrueCharts-Bot 08439573b8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-09 00:38:44 +00:00
TrueCharts-Bot 93e967d6da Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-08 00:39:16 +00:00
Kjeld Schouten bd4703945f
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 20:05:01 +01:00
Kjeld Schouten 9852715e3c
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 14:04:24 +01:00
Kjeld Schouten e515607683
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 14:04:12 +01:00
Kjeld Schouten 06f4d299da
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 13:05:14 +01:00
Kjeld Schouten 3aaae3fc98
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 12:57:43 +01:00
Kjeld Schouten bcf2d6b3c6
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 12:57:33 +01:00
TrueCharts-Bot 2ed124089c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-07 00:09:40 +00:00
Kjeld Schouten d64cd1a7ca
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 00:39:08 +01:00
Kjeld Schouten 2152a8db79
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-07 00:38:50 +01:00
Kjeld Schouten ef5f947940
feat(GUI): add velero backup schedule to GUI templates (#17993)
**Description**
We will expose a per-app setting to create velero backup schedules for
them.
This adds the GUI templates and such

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [x] 🖼️ 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>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-02-07 00:35:18 +01:00
TrueCharts-Bot f90b46ec53 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-06 00:08:53 +00:00
TrueCharts Bot bfc5fd8960
chore(deps): update container image bitnami/alertmanager to 0.26.0@d58f3c7 by renovate (#17812)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `243bc77` -> `d58f3c7` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 01:30:03 +01:00
TrueCharts-Bot 95477a8e38 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-05 00:09:18 +00:00
Patrick Toal a20f8259ad
Add option to enable Remote Write Receiver in Prometheus (#17739)
**Description**
Prometheus has the ability to receive metrics, rather then pull them.
Ref: https://prometheus.io/docs/prometheus/latest/storage/#overview
The current chart has the required parameters to make the Prometheus
instance a sender, but not a receiver. This PR adds an option to enable
the Remote Write Receiver functionality. The flag is provided in the
prometheus-operator CRD, so all we have to do is add the question,
values, and update the template. This PR attempts to do that.

**⚙️ Type of change**

- [x] ⚙️ 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?**
Tested changes on local TrueNAS

**📃 Notes:**
None

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 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
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

---

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 08:44:36 +02:00
TrueCharts-Bot 27c4a98f62 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-04 00:09:43 +00:00
TrueCharts Bot dcec5bf3c2
chore(deps): update container image common to v17.2.30@19ad5ec by renovate (#17804)
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 | `17.2.29` ->
`17.2.30` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-03 14:16:59 +02:00
TrueCharts Bot 4bb8ac44d1
chore(deps): update helm general non-major by renovate (#17801)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.2.29` -> `17.2.30` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.14` ->
`6.1.15` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.2.30`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.30)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.29...common-17.2.30)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (node-exporter)</summary>

###
[`v6.1.15`](https://togithub.com/truecharts/charts/releases/tag/node-exporter-6.1.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/node-exporter-6.1.14...node-exporter-6.1.15)

Prometheus exporter for hardware and OS metrics exposed by UNIX kernels,
with pluggable metric collectors.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-03 13:02:36 +02:00
TrueCharts Bot cc37e8bb92
chore(deps): update container image bitnami/prometheus to 2.49.1@0f2e8e9 by renovate (#17795)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `3b4ac1c` -> `0f2e8e9` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-03 12:00:55 +01:00
TrueCharts-Bot 0ae3eb8008 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-03 00:08:37 +00:00
TrueCharts Bot 4a3fd0c45b
chore(deps): update container image docker.io/vaultwarden/server to v1.30.3@153defd by renovate (#17786) 2024-02-02 17:25:11 +01:00
TrueCharts-Bot 4c2113093f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-02 00:10:15 +00:00
TrueCharts-Bot b76ebb6d0f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-01 00:10:46 +00:00
TrueCharts Bot 7f94089b2f
chore(deps): update container image docker.io/vaultwarden/server to v1.30.2@ab34a7b by renovate (#17766)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/vaultwarden/server](https://togithub.com/dani-garcia/vaultwarden)
| patch | `1.30.1` -> `1.30.2` |

---

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

---

### Release Notes

<details>
<summary>dani-garcia/vaultwarden
(docker.io/vaultwarden/server)</summary>

###
[`v1.30.2`](https://togithub.com/dani-garcia/vaultwarden/releases/tag/1.30.2)

[Compare
Source](https://togithub.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2)

⚠️ **Note:** The WebSockets service for live sync has been integrated in
the main HTTP server, which means simpler proxy setups that don't
require a separate rule to redirect WS traffic to port 3012. Please
check the updated examples in the
[wiki](https://togithub.com/dani-garcia/vaultwarden/wiki/Proxy-examples).
It's recommended to migrate to this new setup as using the old server on
port 3012 is deprecated, won't receive new features and will be removed
in the next release.

#### What's Changed

- Prevent generating an error during ws close by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4127](https://togithub.com/dani-garcia/vaultwarden/pull/4127)
- Update Rust, Crates, Profile and Actions by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4126](https://togithub.com/dani-garcia/vaultwarden/pull/4126)
- Several small fixes for open issues by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4143](https://togithub.com/dani-garcia/vaultwarden/pull/4143)
- Fix the version string by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4153](https://togithub.com/dani-garcia/vaultwarden/pull/4153)
- Decrease JWT Refresh/Auth token by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4163](https://togithub.com/dani-garcia/vaultwarden/pull/4163)
- Update crates by [@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4173](https://togithub.com/dani-garcia/vaultwarden/pull/4173)
- Add additional build target which optimizes for size by
[@&#8203;gladiac](https://togithub.com/gladiac) in
[https://github.com/dani-garcia/vaultwarden/pull/4096](https://togithub.com/dani-garcia/vaultwarden/pull/4096)
- Update web-vault to v2023.12.0 by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4201](https://togithub.com/dani-garcia/vaultwarden/pull/4201)
- Update Rust and Crates by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4211](https://togithub.com/dani-garcia/vaultwarden/pull/4211)
- Fix Single Org Policy check by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4207](https://togithub.com/dani-garcia/vaultwarden/pull/4207)
- Allow customizing the featureStates by
[@&#8203;PKizzle](https://togithub.com/PKizzle) in
[https://github.com/dani-garcia/vaultwarden/pull/4168](https://togithub.com/dani-garcia/vaultwarden/pull/4168)
- Fix
[#&#8203;3413](https://togithub.com/dani-garcia/vaultwarden/issues/3413):
push to users accessing the collections using groups by
[@&#8203;matlink](https://togithub.com/matlink) in
[https://github.com/dani-garcia/vaultwarden/pull/3757](https://togithub.com/dani-garcia/vaultwarden/pull/3757)
- US or EU Data Region Selection by
[@&#8203;toto-xoxo](https://togithub.com/toto-xoxo) in
[https://github.com/dani-garcia/vaultwarden/pull/3752](https://togithub.com/dani-garcia/vaultwarden/pull/3752)
- enforce 2FA policy on removal of second factor and login by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/3803](https://togithub.com/dani-garcia/vaultwarden/pull/3803)
- improve emergency access when not enabled by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4227](https://togithub.com/dani-garcia/vaultwarden/pull/4227)
- Update crates and fix icon issue by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4237](https://togithub.com/dani-garcia/vaultwarden/pull/4237)
- Bump h2 from 0.3.23 to 0.3.24 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/dani-garcia/vaultwarden/pull/4260](https://togithub.com/dani-garcia/vaultwarden/pull/4260)
- Fix bulk collection deletion by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4257](https://togithub.com/dani-garcia/vaultwarden/pull/4257)
- fix: use black text for update badge (better contrast) by
[@&#8203;tessus](https://togithub.com/tessus) in
[https://github.com/dani-garcia/vaultwarden/pull/4245](https://togithub.com/dani-garcia/vaultwarden/pull/4245)
- prevent side effects if groups are disabled by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4265](https://togithub.com/dani-garcia/vaultwarden/pull/4265)
- Update crates, web-vault to 2024.1.2 and GHA by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4275](https://togithub.com/dani-garcia/vaultwarden/pull/4275)
- Return 404 when user public_key is empty by
[@&#8203;Timshel](https://togithub.com/Timshel) in
[https://github.com/dani-garcia/vaultwarden/pull/4271](https://togithub.com/dani-garcia/vaultwarden/pull/4271)
- Improve file limit handling by
[@&#8203;dani-garcia](https://togithub.com/dani-garcia) in
[https://github.com/dani-garcia/vaultwarden/pull/4242](https://togithub.com/dani-garcia/vaultwarden/pull/4242)
- Fix attachment upload size check by
[@&#8203;BlackDex](https://togithub.com/BlackDex) in
[https://github.com/dani-garcia/vaultwarden/pull/4282](https://togithub.com/dani-garcia/vaultwarden/pull/4282)
- err on invalid feature flag by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/4263](https://togithub.com/dani-garcia/vaultwarden/pull/4263)
- register missing push devices at login by
[@&#8203;stefan0xC](https://togithub.com/stefan0xC) in
[https://github.com/dani-garcia/vaultwarden/pull/3792](https://togithub.com/dani-garcia/vaultwarden/pull/3792)
- Update env template file by
[@&#8203;gzfrozen](https://togithub.com/gzfrozen) in
[https://github.com/dani-garcia/vaultwarden/pull/4276](https://togithub.com/dani-garcia/vaultwarden/pull/4276)

#### New Contributors

- [@&#8203;gladiac](https://togithub.com/gladiac) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4096](https://togithub.com/dani-garcia/vaultwarden/pull/4096)
- [@&#8203;PKizzle](https://togithub.com/PKizzle) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4168](https://togithub.com/dani-garcia/vaultwarden/pull/4168)
- [@&#8203;matlink](https://togithub.com/matlink) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/3757](https://togithub.com/dani-garcia/vaultwarden/pull/3757)
- [@&#8203;toto-xoxo](https://togithub.com/toto-xoxo) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/3752](https://togithub.com/dani-garcia/vaultwarden/pull/3752)
- [@&#8203;Timshel](https://togithub.com/Timshel) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4271](https://togithub.com/dani-garcia/vaultwarden/pull/4271)
- [@&#8203;gzfrozen](https://togithub.com/gzfrozen) made their first
contribution in
[https://github.com/dani-garcia/vaultwarden/pull/4276](https://togithub.com/dani-garcia/vaultwarden/pull/4276)

**Full Changelog**:
https://github.com/dani-garcia/vaultwarden/compare/1.30.1...1.30.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE2Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-31 03:15:25 +01:00
TrueCharts-Bot f3f7b402ba Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-31 00:08:59 +00:00
TrueCharts Bot a38efe1874
chore(deps): update helm chart kube-state-metrics to 6.1.15 by renovate (#17758)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.1.14` ->
`6.1.15` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v6.1.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-6.1.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-6.1.14...kube-state-metrics-6.1.15)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTguMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1OC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-30 01:33:50 +01:00
TrueCharts-Bot 5a20d62698 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-30 00:08:45 +00:00
TrueCharts Bot a19798f98e
chore(deps): update container image velero/velero-plugin-for-aws to v1.9.0@198955f by renovate (#17735)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| velero/velero-plugin-for-aws | minor | `v1.8.2` -> `v1.9.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:27:16 +01:00
TrueCharts Bot d5376665ea
chore(deps): update container image velero/velero-plugin-for-csi to v0.7.0@3ba6439 by renovate (#17736)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| velero/velero-plugin-for-csi | minor | `v0.6.3` -> `v0.7.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 13:26:40 +01:00
TrueCharts Bot 57c54fe19a
chore(deps): update container image quay.io/thanos/thanos to v0.34.0@2356a5f by renovate (#17699)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/thanos/thanos | minor | `v0.33.0` -> `v0.34.0` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-29 07:28:06 +01:00