Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-release): update fluxcd/flux2 to v2.4.0 #1843

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wyoa-bot[bot]
Copy link
Contributor

@wyoa-bot wyoa-bot bot commented Feb 5, 2024

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 minor v2.2.2 -> v2.4.0
fluxcd/flux2 Kustomization minor v2.2.2 -> v2.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fluxcd/flux2 (fluxcd/flux2)

v2.4.0

Compare Source

Highlights

Flux v2.4.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a comprehensive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.4 GA blog post.

This release marks the General Availability (GA) of Flux Bucket API. The Bucket v1 API comes with new features including: proxy support, mTLS and custom STS configuration for AWS S3 and MinIO LDAP authentication.

The GitRepository v1 API gains support for OIDC authentication. Starting with this version, you can authenticate against Azure DevOps repositories using AKS Workload Identity.

The OCIRepository v1beta2 API gains support for proxy configuration thus allowing dedicated HTTP/S Proxy authentication on multi-tenant Kubernetes clusters.

The HelmRelease v2 API gains support for disabling JSON schema validation of the Helm release values during installation and upgrade. And allows adopting existing Kubernetes resources during Helm release installation.

The Flux controllers are now built with Go 1.23 and their dependencies have been updated to Kubernetes 1.31, Helm 3.16, SOPS 3.9 Cosign 2.4 and Notation 1.2.

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.29 >= 1.29.0
v1.30 >= 1.30.0
v1.31 >= 1.31.0

[!NOTE]
Note that the Flux project offers support only for the latest three minor versions of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as
ControlPlane that provide enterprise support for Flux.

OpenShift compatibility

Flux can be installed on Red Hat OpenShift cluster directly from OperatorHub using Flux Operator.
The operator allows the configuration of Flux multi-tenancy lockdown, network policies, persistent storage, sharding, vertical scaling and the synchronization of the cluster state from Git repositories, OCI artifacts and S3-compatible storage.

API changes

Bucket v1

The Bucket kind was promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2.

New fields:

  • .spec.proxySecretRef allows configuring HTTP/S Proxy authentication for the S3-compatible storage service.
  • .spec.certSecretRef allows custom TLS client certificate and CA for secure communication with the S3-compatible storage service.
  • .spec.sts allows custom STS configuration for AWS S3 and MinIO LDAP authentication.
GitRepository v1

The GitRepository kind gains new optional fields with no breaking changes.

New fields:

  • .spec.provider allows specifying an OIDC provider used for authentication purposes. Currently, only the azure provider is supported.
OCIRepository v1beta2

The OCIRepository kind gains new optional fields with no breaking changes.

New fields:

  • .spec.proxySecretRef allows configuring HTTP/S Proxy authentication for the container registry service.
HelmRelease v2

The HelmRelease kind gains new optional fields with no breaking changes.

New fields:

  • .spec.install.disableSchemaValidation allows disabling the JSON schema validation of the Helm release values during installation.
  • .spec.upgrade.disableSchemaValidation allows disabling the JSON schema validation of the Helm release values during upgrade.

Upgrade procedure

Upgrade Flux from v2.3.0 to v2.4.0 either by rerunning bootstrap or by using the Flux GitHub Action.

To upgrade the APIs, make sure the new CRDs and controllers are deployed, and then change the manifests in Git:

  1. Set apiVersion: source.toolkit.fluxcd.io/v1 in the YAML files that contain Bucket definitions.
  2. Commit, push and reconcile the API version changes.

Bumping the APIs version in manifests can be done gradually.
It is advised to not delay this procedure as the deprecated versions will be removed after 6 months.

Components changelog

New Documentation

CLI Changelog

v2.3.0

Compare Source

Highlights

Flux v2.3.0 is a feature release. Users are encouraged to upgrade for the best experience.

For a comprehensive overview of new features and API changes included in this release, please refer to the Announcing Flux 2.3 GA blog post.

This release marks the General Availability (GA) of Flux Helm features and APIs, including helm-controller, the HelmRelease, HelmChart, and HelmRepository APIs.

The HelmRepository v2 API comes with new features, such as the ability to reference Helm charts from OCIRepository sources, reuse existing HelmChart resources, and verify the integrity of Helm chart artifacts signed with Notary Notation.

❤️ Big thanks to all the Flux contributors that helped us with this release!

Kubernetes compatibility

This release is compatible with the following Kubernetes versions:

Kubernetes version Minimum required
v1.28 >= 1.28.0
v1.29 >= 1.29.0
v1.30 >= 1.30.0

[!NOTE]
Note that the Flux project offers support only for the latest three minor versions of Kubernetes.
Backwards compatibility with older versions of Kubernetes and OpenShift is offered by vendors such as
ControlPlane that provide enterprise support for Flux.

API changes

HelmRelease v2

The HelmRelease kind was promoted from v2beta2 to v2 (GA).

The v2 API is backwards compatible with v2beta2, with the exception of the deprecated fields which have been removed.

Removed fields:

  • .spec.chart.spec.valuesFile replaced by .spec.chart.spec.valuesFiles.
  • .spec.postRenderers.kustomize.patchesJson6902 replaced by .spec.postRenderers.kustomize.patches.
  • .spec.postRenderers.kustomize.patchesStrategicMerge replaced by .spec.postRenderers.kustomize.patches.
  • .status.lastAppliedRevision replaced by .status.history.chartVersion.

New fields:

  • .spec.chartRef allows referencing chart artifacts from OCIRepository and HelmChart objects.
  • .spec.chart.spec.ignoreMissingValuesFiles allows ignoring missing values files instead of failing to reconcile.
HelmChart v1

The HelmChart kind was promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2, with the exception of the deprecated fields which have been removed.

Removed fields:

  • .spec.valuesFile replaced by .spec.chart.valuesFiles.

New fields:

  • .spec.ignoreMissingValuesFiles allows ignoring missing values files instead of failing to reconcile.
  • .spec.verify.provider: notation verify the signature of a Helm OCI artifacts using Notation trust policy and CA certificate.
HelmRepository v1

The HelmRepository kind was promoted from v1beta2 to v1 (GA).

The v1 API is backwards compatible with v1beta2.

OCIRepository v1beta2

The OCIRepository kind gains new optional fields with no breaking changes.

New fields:

  • .spec.ref.semverFilter allows filtering the tags based on regular expressions before applying the semver range.
  • .spec.verify.provider: notation verify the signature of OCI artifacts using Notation trust policy and CA certificate.
Kustomization v1

The Flux Kustomization kind gains new optional fields with no breaking changes.

New fields:

  • .spec.namePrefix allows setting a name prefix for the generated resources.
  • .spec.nameSuffix allows setting a name suffix for the generated resources.
ImageUpdateAutomation v1beta2

The ImageUpdateAutomation kind was promoted from v1beta1 to v1beta2.

The v1beta2 API is backwards compatible with v1beta1.

Deprecated fields:

  • Updated template data has been deprecated in favour of Changed that is designed to accommodate for all the types of updates made.

New fields:

  • .spec.policySelector allows filtering ImagePolicy based on labels.
Receiver v1

The Receiver kind gains new optional fields with no breaking changes.

New fields:

  • .spec.type: cdevents allows receiving, validating and filtering of CDEvents.

Upgrade procedure

Upgrade Flux from v2.x to v2.3.0 either by rerunning bootstrap or by using the Flux GitHub Action.

For more details, please refer to the upgrade guide from the Announcing Flux 2.3 GA blog post.

Components changelog

New Documentation

CLI Changelog

v2.2.3

Compare Source

Highlights

Flux v2.2.3 is a patch release which comes with various fixes and improvements. Users are encouraged to upgrade for the best experience.

💡 For upgrading to Flux v2.2, please see the procedure documented in 2.2.0.

This release updates the Kubernetes dependencies to v1.28.6 and various other dependencies to their latest version to patch upstream CVEs.

All controllers are built with Go 1.21.6 using Alpine Linux 3.19.1 base image.

[!NOTE]
Due to breaking changes in Helm v3.14.0, the helm-controller version included in this patch release comes with Helm SDK v3.13.3.
A preview build of the helm-controller with the latest Helm SDK is available at helm-controller#879.

Fixes:

  • Reconciling empty directories and directories without Kubernetes manifests no longer results in an error. This regressing bug was introduced with the kustomize-controller upgrade to Kustomize v5.3 and has been fixed in this patch release.
  • The regression due to which Roles and ClusterRoles with aggregated roles were continuous reconciled by kustomize-controller has been fixed.
  • Fix the Git revision displaying when notification-controller sends alerts to Grafana.
  • The HelmRelease status reporting has been improved by ensuring that the stale failure conditions get updated after failure recovery.

See the components changelog for a full list of bug fixes.

Components changelog

CLI Changelog


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@wyoa-bot wyoa-bot bot requested a review from jr0dd as a code owner February 5, 2024 16:06
@wyoa-bot wyoa-bot bot added renovate/github-release type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Feb 5, 2024
@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Feb 5, 2024

Path: cluster/apps/monitoring/grafana/helm-release.yaml%0A%0Adiff%0A@@ -171,7 +171,7 @@%0A orgId: 1%0A type: file%0A updateIntervalSeconds: 10%0A- download_dashboards.sh: "#!/usr/bin/env sh\nset -euf\nmkdir -p /var/lib/grafana/dashboards/flux\nmkdir -p /var/lib/grafana/dashboards/loki\nmkdir -p /var/lib/grafana/dashboards/networking\nmkdir -p /var/lib/grafana/dashboards/power\nmkdir -p /var/lib/grafana/dashboards/storage\nmkdir -p /var/lib/grafana/dashboards/thanos\n\ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/cluster.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/cluster.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/control-plane.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/control-plane.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/logs.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Loki\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/logs.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/blackbox.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/blackbox.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/blocky.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/blocky.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/cert-manager/dashboards/cert-manager.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cert-manager.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16611/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-agent.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16613/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-hubble.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16612/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-operator.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/metallb.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/metallb.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/mikrotik.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/kubernetes/ingress-nginx/helm-chart-4.1.4/deploy/grafana/dashboards/nginx.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/nginx.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/kubernetes/ingress-nginx/helm-chart-4.1.4/deploy/grafana/dashboards/request-handling-performance.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/nginx-requests.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/speedtest.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/speedtest.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/15406/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/power/nut.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/minio.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/minio.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/openebs-zfs-localpv.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/openebs-zfs-localpv.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/smart-errors.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/smart-errors.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/smart-summary.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/smart-summary.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/bucket-replicate.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/bucket-replicate.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/compact.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/compact.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/overview.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/overview.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/query.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query-frontend.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/query-frontend.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/receive.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/receive.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/rule.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/rule.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/sidecar.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/sidecar.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/store.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/store.json\"\n"%0A+ download_dashboards.sh: "#!/usr/bin/env sh\nset -euf\nmkdir -p /var/lib/grafana/dashboards/flux\nmkdir -p /var/lib/grafana/dashboards/loki\nmkdir -p /var/lib/grafana/dashboards/networking\nmkdir -p /var/lib/grafana/dashboards/power\nmkdir -p /var/lib/grafana/dashboards/storage\nmkdir -p /var/lib/grafana/dashboards/thanos\n\ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/cluster.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/cluster.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/control-plane.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/control-plane.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/logs.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Loki\",/g' \\\n> \"/var/lib/grafana/dashboards/flux/logs.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/blackbox.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/blackbox.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/blocky.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/blocky.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/monitoring-mixins/website/master/assets/cert-manager/dashboards/cert-manager.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cert-manager.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16611/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-agent.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16613/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-hubble.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/16612/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/cilium-operator.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/metallb.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/metallb.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/grafana/provisioning/dashboards/Mikrotik-snmp-prometheus.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/mikrotik.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/kubernetes/ingress-nginx/helm-chart-4.1.4/deploy/grafana/dashboards/nginx.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/nginx.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/kubernetes/ingress-nginx/helm-chart-4.1.4/deploy/grafana/dashboards/request-handling-performance.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/nginx-requests.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/speedtest.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/networking/speedtest.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://grafana.com/api/dashboards/15406/revisions/1/download\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/power/nut.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/minio.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/minio.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/openebs-zfs-localpv.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/openebs-zfs-localpv.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/smart-errors.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/smart-errors.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/jr0dd/grafana-dashboards/main/smart-summary.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/storage/smart-summary.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/bucket-replicate.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/bucket-replicate.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/compact.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/compact.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/overview.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/overview.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/query.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/query-frontend.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/query-frontend.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/receive.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/receive.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/rule.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/rule.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/sidecar.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/sidecar.json\"\n \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\" \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n \"https://raw.githubusercontent.com/thanos-io/thanos/v0.33.0/examples/dashboards/store.json\" \\\n | sed '/-- . .. .git .gitattributes .github .gitignore .pre-commit-config.yaml .sops.yaml .sourceignore .taskfiles .vscode --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\",/g' \\\n> \"/var/lib/grafana/dashboards/thanos/store.json\"\n"%0A ---%0A # Source: grafana/templates/dashboards-json-configmap.yaml%0A apiVersion: v1%0A@@ -373,7 +373,7 @@%0A app.kubernetes.io/name: grafana%0A app.kubernetes.io/instance: grafana%0A annotations:%0A- checksum/config: 64f515951f939a24186f3f5c1d360abdbfa7015964b49c6c782f349a84a8c868%0A+ checksum/config: 1b081e8e7780c1ccc6f2b07658332c86486fa59444ea3817e9a50000c5f75f99%0A checksum/dashboards-json-config: 67fff08795691ae21fd1531678f7bd31d5cf2cc0e3d00f841151ce308f876337%0A checksum/sc-dashboard-provider-config: 81f722b8194d01e4a84ce12a0cbbe9b705b2d9145719c803ac264b4786c64a09%0A kubectl.kubernetes.io/default-container: grafana%0A@@ -621,7 +621,7 @@%0A app.kubernetes.io/name: grafana-image-renderer%0A app.kubernetes.io/instance: grafana%0A annotations:%0A- checksum/config: 23277e912f5fe2494d6f01dd26ae2c05c8e63340e97ee22330f18d8e33c1de44%0A+ checksum/config: 93deb9c35d96ceb0553e1c4dfc1763cafe67d18745628bd2cc4da72c8524327c%0A spec:%0A containers:%0A - name: grafana-image-renderer%0A

@wyoa-bot
Copy link
Contributor Author

wyoa-bot bot commented Feb 5, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ YAML yamllint 3 0 0.22s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@wyoa-bot wyoa-bot bot changed the title fix(github-release): update fluxcd/flux2 to v2.2.3 feat(github-release): update fluxcd/flux2 to v2.3.0 May 13, 2024
@wyoa-bot wyoa-bot bot force-pushed the renovate/fluxcd-flux2-2.x branch from e5b2d96 to ce3337b Compare May 13, 2024 16:08
| datasource      | package      | from   | to     |
| --------------- | ------------ | ------ | ------ |
| github-releases | fluxcd/flux2 | v2.2.2 | v2.4.0 |
| github-tags     | fluxcd/flux2 | v2.2.2 | v2.4.0 |
@wyoa-bot wyoa-bot bot changed the title feat(github-release): update fluxcd/flux2 to v2.3.0 feat(github-release): update fluxcd/flux2 to v2.4.0 Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/github-release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants