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

fix(github-release): update flux group (patch) #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 Kustomization patch v2.1.1 -> v2.1.2
ghcr.io/fluxcd/flux-manifests patch v2.1.1 -> v2.1.2
ghcr.io/miniflux/miniflux (source) patch 2.0.49 -> 2.0.51

Warning

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


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
miniflux/v2 (ghcr.io/miniflux/miniflux)

v2.0.51

Compare Source

  • Add Omnivore integration
  • Fixes for the regressions introduced in version 2.0.50:
    • Ensure all HTML documents are encoded in UTF-8
    • Send default User-Agent and HTTP caching headers when making HTTP requests
  • Allow Youtube links to be opened outside the iframe (avoid ERR_BLOCKED_BY_RESPONSE error)
  • Fix inaccessible metrics endpoint when listening on Unix socket
  • Allow renaming and moving feed at the same time in the Google Reader API
  • Log nb_jobs only when number of jobs is larger than 0 in background scheduler
  • Deduplicate feed URLs when parsing HTML document during discovery process
  • Calculate a virtual weekly count based on the average updating frequency (POLLING_SCHEDULER=entry_frequency)
  • Update GitHub Actions workflow to be able to run the linter and tests on-demand
  • Add SCHEDULER_ROUND_ROBIN_MIN_INTERVAL config option
  • Add links to GitHub for the commit hash and the version in the about page
  • Use "starred" rather than "bookmarked" in English translation
  • Update Chinese (CN & TW) translation
  • Bump github.com/google/uuid from 1.4.0 to 1.5.0
  • Bump github.com/coreos/go-oidc/v3 from 3.7.0 to 3.9.0
  • Bump github.com/tdewolff/minify/v2 from 2.20.6 to 2.20.9
  • Bump github.com/go-webauthn/webauthn from 0.8.6 to 0.9.4
  • Bump golang.org/x/oauth2 from 0.14.0 to 0.15.0

v2.0.50

Compare Source

  • Add WebAuthn / Passkey integration
  • Add RSS-Bridge integration
  • Take RSS TTL field into consideration to schedule next check date
  • Show number of visible entries instead of number of read entries in feed list
  • OpenID Connect: Redirect to configured user home page after successful authentication
  • Google Reader API fixes:
    • user/{userID}/state/com.google/read is missing in categories section for read entries
    • Take ExcludeTargets into consideration in feed stream handler
  • Allow iframes pointing to Twitch videos
  • Filter feed entries based on URL or title
  • Take into consideration hide_globally property defined for categories in /v1/entries API endpoint
  • Add category ID to webhooks request body
  • Update date parser to parse more invalid date formats
  • Refactor feed discovery handler, and avoid an extra HTTP request if the URL provided is the feed
  • Refactor HTTP Client and LocalizedError packages
  • Refactor Batch Builder, and prevent accidental and excessive refreshes from the web UI
  • Refactor icon finder:
    • Continue the discovery process when the feed icon is invalid
    • Search all icons from the HTML document and do not stop on the first one
  • Add support for SVG icons with data URL without encoding
  • Expose next_check_at in the web ui and API
  • Add database indexes to improve performance
  • Change log level to warning for failed feeds refresh in cronjob
  • Do not log website without icon as warning
  • Add GitHub workflow to build binaries
  • Add GitHub extensions to devcontainer
  • Make sure to pull the latest base image when building the Docker image
  • Strip version prefix when building Debian package
  • Add github-cli and docker-outside-of-docker features to devcontainer
  • Bump golang.org/x/* dependencies
  • Bump github.com/gorilla/mux from 1.8.0 to 1.8.1
  • Bump github.com/tdewolff/minify/v2 from 2.19.9 to 2.20.6
  • Bump github.com/yuin/goldmark from 1.5.6 to 1.6.0
  • Bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Oct 28, 2023

--- 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.1
+    tag: v2.1.2
   url: oci://ghcr.io/fluxcd/flux-manifests
 
--- kubernetes/apps/default/miniflux/app Kustomization: flux-system/cluster-apps-miniflux HelmRelease: default/miniflux

+++ kubernetes/apps/default/miniflux/app Kustomization: flux-system/cluster-apps-miniflux HelmRelease: default/miniflux

@@ -47,13 +47,13 @@

       RUN_MIGRATIONS: '1'
     envFrom:
     - secretRef:
         name: miniflux-secret
     image:
       repository: ghcr.io/miniflux/miniflux
-      tag: 2.0.49
+      tag: 2.0.51
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
         enabled: true
         hosts:

@renovate renovate bot changed the title fix(github-release): update flux group to v2.1.2 (patch) fix(github-release): update flux group (patch) Nov 12, 2023
@renovate renovate bot force-pushed the renovate/patch-flux branch from a919537 to c8806cf Compare November 12, 2023 23:07
Copy link

github-actions bot commented Nov 12, 2023

--- kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

+++ kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

@@ -34,13 +34,13 @@

             name: miniflux-secret
         image: ghcr.io/onedr0p/postgres-init:14.8
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: miniflux
-        image: ghcr.io/miniflux/miniflux:2.0.49
+        image: ghcr.io/miniflux/miniflux:2.0.51
         imagePullPolicy: null
         env:
         - name: BASE_URL
           value: https://miniflux.${SECRET_DOMAIN}
         - name: CREATE_ADMIN
           value: '1'

@renovate renovate bot force-pushed the renovate/patch-flux branch from c8806cf to 10c146e Compare December 14, 2023 04:12
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