Skip to content

fix(github-release): update flux group to v2.1.2 (patch) - #41

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-flux
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-flux

Conversation

@renovate

@renovate renovate Bot commented Sep 23, 2023

Copy link
Copy Markdown
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 Kustomization patch v2.1.0 -> v2.1.2
ghcr.io/fluxcd/flux-manifests patch v2.1.0 -> v2.1.2

Release Notes

fluxcd/flux2 (fluxcd/flux2)

v2.1.2

Compare Source

Highlights

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

Fixes
  • Ensures faster recovery of Kustomization and HelmRelease resources when the source-controller has restarted and is working on restoring the storage.
  • Prevent source-controller from failing to reconcile OCIRepositories when artifacts contain symlinks.
  • Addresses issue with helm-controller miss-labeling Custom Resource Definitions.
  • Detect immutable field errors in Google Cloud resources managed by Flux Kustomizations.
  • Better error reporting for flux bootstrap when the owner doesn't match the identity associated with the given token.
  • Allow flux pull artifact to fetch OCI artifacts produced by other tools.
Components changelog
CLI Changelog

v2.1.1

Compare Source

Highlights

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

Fixes
  • Use auto lookup strategy for Buckets to widen support for S3-compatible object storage services (source-controller).
  • Fix Secret type check for HelmRepositories TLS certs referred in .spec.secretRef (source-controller).
  • Fix the branch name reporting when the push branch is the same as the checkout branch (image-automation-controller).
  • Restore Helm logs inclusion in failure events (helm-controller).
  • Fix the impersonation of the default service account when diffing HelmReleases (helm-controller).
  • Check source for nil artifact before loading Helm charts (helm-controller).
  • Update the description of Kubernetes specific flag to distinguish them from Flux bootstrap flags (flux CLI).

Components changelog

CLI Changelog


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 Mend Renovate. View repository job log here.

@github-actions

github-actions Bot commented Sep 23, 2023

Copy link
Copy Markdown
--- kubernetes/flux Kustomization: flux-system/cluster OCIRepository: flux-system/flux-manifests

+++ kubernetes/flux Kustomization: flux-system/cluster OCIRepository: flux-system/flux-manifests

@@ -4,9 +4,9 @@

 metadata:
   name: flux-manifests
   namespace: flux-system
 spec:
   interval: 10m
   ref:
-    tag: v2.1.0
+    tag: v2.1.2
   url: oci://ghcr.io/fluxcd/flux-manifests
 

@github-actions

Copy link
Copy Markdown
--- kubernetes HelmRelease: security/crowdsec ConfigMap: security/acquis-configmap

+++ kubernetes HelmRelease: security/crowdsec ConfigMap: security/acquis-configmap

@@ -6,27 +6,24 @@

 data:
   acquis.yaml: |-
     ---
     filenames:
       - /var/log/containers/nginx-*_networking_*.log
     force_inotify: true
-    poll_without_inotify: false
     labels:
       type: containerd
       program: nginx
     ---
     filenames:
       - /var/log/containers/paperless-0*_selfhosted_*.log
     force_inotify: true
-    poll_without_inotify: false
     labels:
       type: containerd
       program: Paperless-ngx
     ---
     filenames:
       - /var/log/containers/authelia-*_security_*.log
     force_inotify: true
-    poll_without_inotify: false
     labels:
       type: containerd
       program: authelia
 
--- kubernetes HelmRelease: security/crowdsec DaemonSet: security/crowdsec-agent

+++ kubernetes HelmRelease: security/crowdsec DaemonSet: security/crowdsec-agent

@@ -74,13 +74,12 @@

         volumeMounts:
         - name: acquis-config-volume
           mountPath: /etc/crowdsec/acquis.yaml
           subPath: acquis.yaml
         - name: varlog
           mountPath: /var/log
-          readOnly: true
         - name: crowdsec-agent-tls
           mountPath: /etc/ssl/crowdsec-agent
       terminationGracePeriodSeconds: 30
       volumes:
       - name: acquis-config-volume
         configMap:
--- kubernetes HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ kubernetes HelmRelease: monitoring/grafana Deployment: monitoring/grafana

@@ -20,14 +20,14 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 565e7ea8029d4f010c5d4cb803988af32f59c949230f7a6db001fc5aaef38825
-        checksum/sc-dashboard-provider-config: 935e607d29209e0dbc3d628e33281a7876209e360dff2e70ebf08c16baf56fdd
+        checksum/dashboards-json-config: 0838ab8c973ffc1735c943614c73b5654507d835d6ad0181deba33082e7e31fd
+        checksum/sc-dashboard-provider-config: ce3f01064b5a3472d2284403eec3b7e63f3da3547fc7320693a4ca92e2018f0c
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472
@@ -154,13 +154,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:10.1.2
+        image: docker.io/grafana/grafana:10.1.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@renovate renovate Bot changed the title fix(github-release): update flux group to v2.1.1 (patch) fix(github-release): update flux group to v2.1.2 (patch) Oct 12, 2023
@renovate
renovate Bot force-pushed the renovate/patch-flux branch from 2afad44 to 7b09a56 Compare October 12, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants