Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

feat(github-release): update flux group (minor) #205

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Type Update Change
fluxcd/flux2 Kustomization minor v2.3.0 -> v2.4.0
ghcr.io/fluxcd/flux-manifests minor v2.3.0 -> v2.4.0
ghcr.io/miniflux/miniflux (source) minor 2.1.3 -> 2.2.1

Release Notes

fluxcd/flux2 (fluxcd/flux2)

v2.4.0

Compare Source

miniflux/v2 (ghcr.io/miniflux/miniflux)

v2.2.1

Compare Source

  • refactor: split processor package into smaller files
  • fix(mediaproxy): forward client user-agent to origin to bypass bot protection
  • fix: use root URL to generate absolute proxy URL
  • fix: remove progression save on shared entry
  • fix: add datasource variable and upgrade depecrated panels on the Grafana dashboard
  • feat(locale): update zh_CN translations
  • feat(locale): update Ukrainian translations
  • feat(locale): update Spanish translations
  • feat(locale): update Dutch translations
  • feat: use Bilibili API instead of web scraping to get videos watch time
  • feat: add pagination to shared entries listing
  • feat: add button to show only starred entries per category
  • build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0
  • build(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0
  • build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
  • build(deps): bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0
  • build(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4
  • build(deps): bump github.com/go-webauthn/webauthn from 0.10.2 to 0.11.2
  • build: update go.mod to Go 1.23
  • build: bump devcontainer version to go 1.23

v2.2.0

Compare Source

  • refactor: simplify Youtube feeds discovery
  • fix(integration): define content encoding explicitly when sending article body to Readeck
  • fix(fever): correct sorting direction when using max_id argument
  • fix(client): Return nil and error if endpoint is an empty string
  • fix: video poster image URL is encoded twice when using MEDIA_PROXY_MODE=all
  • fix: use BASE_URL instead of r.Host to generate absolute media proxy URL
  • fix: panic during YouTube channel feed discovery
  • fix: honor hide_globally when creating a new feed through the api
  • fix: align pagination correctly on small screens with non-English text
  • fix: store.GetEnclosure() should return nil if no rows are returned
  • feat(locale): update Turkish translations
  • feat(locale): update French translations
  • feat(locale): update Chinese` translations
  • feat(integration): add ntfy integration
  • feat(api): add API routes /v1/enclosures/{enclosureID}
  • feat: validate OAUTH2_PROVIDER config option value
  • feat: remove YouTube video page subscription finder because meta[itemprop="channelId"] no longer exists
  • feat: remove well-known URL parameter trackers
  • feat: mark media as read when playback reaches 90%
  • feat: change log level to info when running migrations
  • feat: allow customizing the display name of the OpenID Connect provider
  • feat: add support for base HTML element when discovering feeds
  • feat: add support for aside HTML element in entry content
  • feat: Add option to disable local auth form
  • feat: add license info to Javascript files for LibreJS compatibility
  • feat: add FETCH_BILIBILI_WATCH_TIME config option
  • docs: update links to filtering rules
  • chore: avoid using legacy key/value format in Dockerfile
  • build(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0
  • build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
  • build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.36 to 2.20.37
  • build(deps): bump github.com/prometheus/client_golang
  • build: update GitHub Actions to Go 1.23
  • build: publish OCI images only if PUBLISH_DOCKER_IMAGES=true
  • build: bump Alpine Linux build image to v3.20
  • build: add sha256 checksum file for published binaries

v2.1.4

Compare Source

  • test: add unit tests for IsModified() behaviour
  • refactor: improve YouTube page feed detection
  • fix(ui): settings form is not populated correctly after validation errors
  • fix(ui): playback speed indicator precision
  • fix(ui): playback speed indicator on shared entries
  • fix(integration): preserve existing Pinboard bookmarks
  • fix(googlereader): set CrawlTimeMsec to the correct precision
  • fix(build): failed to solve container image arm64v8/golang:1.22-bookworm
  • fix(build): add distroless suffix on latest tag in GitHub workflow
  • fix: use ETag as a stronger validator than Last-Modified
  • fix: update theverge.com rewrite rule to avoid duplicate image
  • fix: incorrect Go package comment reader/readingtime
  • fix: error out for improper rewrite regexp when processing feed entries
  • fix: ensures that session cookies are not expiring before the session is cleaned up from the database as per CLEANUP_REMOVE_SESSIONS_DAYS
  • fix: <img> aspect ratio with height: auto
  • feat(ui): add viewport-fit=cover
  • feat(sanitizer): add support for HTML hidden attribute
  • feat(locale): update French translations
  • feat(integration): add Raindrop integration
  • feat(integration): add feed name to Telegram message
  • feat(integration): add Betula integration
  • feat: use of insecure TLS ciphers when "Allow self-signed or invalid certificates" is enabled to workaround some broken websites
  • feat: discover feeds from a Youtube playlist pages
  • feat: add navigation to last/first page
  • feat: add global block and keep filters
  • feat: add description field to feed settings
  • feat: add pitchfork.com scraping rule
  • feat: add FETCH_NEBULA_WATCH_TIME config option
  • Bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2
  • Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1
  • build(deps): bump library/alpine in /packaging/docker/alpine
  • build(deps): bump golangci/golangci-lint-action from 4 to 6
  • build(deps): bump golang.org/x/term from 0.19.0 to 0.22.0
  • build(deps): bump golang.org/x/oauth2 from 0.19.0 to 0.21.0
  • build(deps): bump golang.org/x/net from 0.22.0 to 0.27.0
  • build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0
  • build(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.4
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.20.20 to 2.20.36
  • build(deps): bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0
  • build(deps): bump docker/build-push-action from 5 to 6

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.

Copy link

github-actions bot commented Aug 24, 2024

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

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

@@ -7,9 +7,9 @@

     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: flux-manifests
   namespace: flux-system
 spec:
   interval: 10m
   ref:
-    tag: v2.3.0
+    tag: v2.4.0
   url: oci://ghcr.io/fluxcd/flux-manifests
 
--- kubernetes/apps/default/miniflux/app Kustomization: flux-system/miniflux HelmRelease: default/miniflux

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

@@ -50,13 +50,13 @@

               RUN_MIGRATIONS: '1'
             envFrom:
             - secretRef:
                 name: miniflux-secret
             image:
               repository: ghcr.io/miniflux/miniflux
-              tag: 2.1.3@sha256:6ea15959079a83c717716d64bf6a76e0865e201b13777626b8467c99f8a4fd15
+              tag: 2.2.1@sha256:5950f5395ba02125c0d04b4287e6ab0467715112b9dcdc435ce89a52f595d473
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

Copy link

github-actions bot commented Aug 24, 2024

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

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

@@ -86,13 +86,13 @@

           value: '80'
         - name: RUN_MIGRATIONS
           value: '1'
         envFrom:
         - secretRef:
             name: miniflux-secret
-        image: ghcr.io/miniflux/miniflux:2.1.3@sha256:6ea15959079a83c717716d64bf6a76e0865e201b13777626b8467c99f8a4fd15
+        image: ghcr.io/miniflux/miniflux:2.2.1@sha256:5950f5395ba02125c0d04b4287e6ab0467715112b9dcdc435ce89a52f595d473
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /healthcheck
             port: 80
           initialDelaySeconds: 0

@renovate renovate bot changed the title feat(container): update image ghcr.io/miniflux/miniflux to v2.2.0 feat(container): update image ghcr.io/miniflux/miniflux to v2.2.1 Sep 28, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/miniflux/miniflux to v2.2.1 feat(github-release): update flux group (minor) Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants