Skip to content

feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.61.0 )#367

Open
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-filebrowser-filebrowser-2.x
Open

feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.61.0 )#367
flkr-23[bot] wants to merge 1 commit intomainfrom
renovate/docker.io-filebrowser-filebrowser-2.x

Conversation

@flkr-23
Copy link
Contributor

@flkr-23 flkr-23 bot commented Jun 16, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
docker.io/filebrowser/filebrowser minor v2.32.0v2.61.0

Warning

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


Release Notes

filebrowser/filebrowser (docker.io/filebrowser/filebrowser)

v2.61.0

Compare Source

Changelog

v2.60.0

Compare Source

Changelog
  • 7b16e2d chore(release): 2.60.0
  • 2470b9e chore(deps): update all non-major dependencies (#​5780)
  • 9940bdd feat: Updates for project File Browser (#​5764)
  • 200d501 fix: modal lifecycle issues, multiple modals, new directory creation and discard changes behavior (#​5773)
  • 3169a14 fix: always show separators and encoding list in the CSV viewer (#​5774)

v2.59.0

Compare Source

Changelog

v2.58.0

Compare Source

Changelog

v2.57.1

Compare Source

Changelog

v2.57.0

Compare Source

Changelog

v2.56.0

Compare Source

Changelog

v2.55.0

Compare Source

Changelog

v2.54.0

Compare Source

Changelog

v2.53.1

Compare Source

Changelog

v2.53.0

Compare Source

Changelog

v2.52.0

Compare Source

Changelog

v2.51.2

Compare Source

Changelog
  • 849f5ad chore(release): 2.51.2
  • c171599 fix(frontend): add missing i18n strings

v2.51.1

Compare Source

Changelog
  • e4f2503 chore(release): 2.51.1
  • 152f830 fix: prevent the right-click from selecting multiple items when the "single-click" option is active (#​5608)
  • 4cbb4b7 fix(frontend): csv viewer i18n strings

v2.51.0

Compare Source

Changelog

v2.50.0

Compare Source

Changelog

v2.49.0

Compare Source

Changelog

v2.48.2

Compare Source

Flags and Environment Variables Improvements
  • In the root command (filebrowser), all flags are now correctly available as environmental variables, except for --config flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly.
  • When performing quick setup, all flags should be taken into account.
  • All configuration options that are available as flags should now properly update the configuration when using the config init and config set commands.
  • Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work:
    • --dir-mode --> --dirMode
    • --hide-login-button --> --hideLoginButton
    • --create-user-dir --> --createUserDir
    • --minimum-password-length --> --minimumPasswordLength
    • --socket-perm --> --socketPerm
    • --disable-thumbnails --> --disableThumbnails
    • --disable-preview-resize --> --disablePreviewResize
    • --disable-exec --> --disableExec
    • --disable-type-detection-by-header --> --disableTypeDetectionByHeader
    • --img-processors --> --imageProcessors (environment variable changed from FB_IMG_PROCESSORS to FB_IMAGE_PROCESSORS)
    • --cache-dir --> --cacheDir
    • --token-expiration-time --> --tokenExpirationTime
    • --baseurl --> --baseURL (environment variable changed from FB_BASEURL to FB_BASE_URL)

[!IMPORTANT]

A bug has been squashed where the flag values (and their defaults) were always being used on runtime for enabling and disabling certain features. This meant that enabling and disabling these settings via filebrowser config set had no effect. This is now fixed.

As a consequence, some users may notice that some of the features they previously had enabled are now disabled, and vice-versa. This bug pertained the following features: thumbnails, resize of image previews, type detection by header sniffing, and command execution.

You can permanently configure these features using filebrowser config set. For example, to enable thumbnails, run filebrowser config set --disableThumbnails=false.

If some flag or environment variable is not working as intended, or if some option is not working, please report a bug.

Changelog
  • c284de9 chore(release): 2.48.2
  • 984ea7b fix: add transitionary support for FB_BASEURL
  • fd7b70c refactor: rename python for clarification
  • 13e3b46 chore(deps): update all non-major dependencies (#​5560)

v2.48.1

Compare Source

Flags and Environment Variables Improvements
  • In the root command (filebrowser), all flags are now correctly available as environmental variables, except for --config flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly.
  • When performing quick setup, all flags should be taken into account.
  • All configuration options that are available as flags should now properly update the configuration when using the config init and config set commands.
  • Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work:
    • --dir-mode --> --dirMode
    • --hide-login-button --> --hideLoginButton
    • --create-user-dir --> --createUserDir
    • --minimum-password-length --> --minimumPasswordLength
    • --socket-perm --> --socketPerm
    • --disable-thumbnails --> --disableThumbnails
    • --disable-preview-resize --> --disablePreviewResize
    • --disable-exec --> --disableExec
    • --disable-type-detection-by-header --> --disableTypeDetectionByHeader
    • --img-processors --> --imageProcessors (environment variable changed from FB_IMG_PROCESSORS to FB_IMAGE_PROCESSORS)
    • --cache-dir --> --cacheDir
    • --token-expiration-time --> --tokenExpirationTime
    • --baseurl --> --baseURL (environment variable changed from FB_BASEURL to FB_BASE_URL)

[!IMPORTANT]

A bug has been squashed where the flag values (and their defaults) were always being used on runtime for enabling and disabling certain features. This meant that enabling and disabling these settings via filebrowser config set had no effect. This is now fixed.

As a consequence, some users may notice that some of the features they previously had enabled are now disabled, and vice-versa. This bug pertained the following features: thumbnails, resize of image previews, type detection by header sniffing, and command execution.

You can permanently configure these features using filebrowser config set. For example, to enable thumbnails, run filebrowser config set --disableThumbnails=false.

If some flag or environment variable is not working as intended, or if some option is not working, please report a bug.

Changelog
  • d759ab0 chore(release): 2.48.1
  • 00323a8 chore: fix Taskfile commit when change
  • 420adea fix: options should only override if set

v2.48.0

Compare Source

Flags and Environment Variables Improvements
  • In the root command (filebrowser), all flags are now correctly available as environmental variables, except for --config flag. This was already supposed to be the case, but due to bugs in the implementation it didn't work properly.
  • When performing quick setup, all flags should be taken into account.
  • All configuration options that are available as flags should now properly update the configuration when using the config init and config set commands.
  • Flag names are now consistently in the lowerCamelCase format. All flags that were in a different format have been updated in a backwards compatible way. For a transitionary period of at least 6 months, both will work:
    • --dir-mode --> --dirMode
    • --hide-login-button --> --hideLoginButton
    • --create-user-dir --> --createUserDir
    • --minimum-password-length --> --minimumPasswordLength
    • --socket-perm --> --socketPerm
    • --disable-thumbnails --> --disableThumbnails
    • --disable-preview-resize --> --disablePreviewResize
    • --disable-exec --> --disableExec
    • --disable-type-detection-by-header --> --disableTypeDetectionByHeader
    • --img-processors --> --imageProcessors
    • --cache-dir --> --cacheDir
    • --token-expiration-time --> --tokenExpirationTime
    • --baseurl --> --baseURL

If some flag or environment variable is not working as intended, or if some option is not working, please report a bug.

Changelog
  • f576d38 chore(release): 2.48.0
  • 9bdc67c chore(docs): update CLI documentation
  • f41585f fix: use all available flags in quick setup
  • 89be0b1 refactor: reuse logic for config init and set
  • 8c5dc76 fix: add tokenExpirationTime to config init and troubleshoot docs (#​5546)
  • 0a0cb80 feat: consistent flags and environment variables (#​5549)
  • f89435c chore: fix taskfile

v2.47.0

Compare Source

Changelog
  • fb8d41e chore(release): 2.47.0
  • 0fadacc chore(docs): update CLI documentation
  • e24e1f1 feat: add TUS settings to the command line (#​5556)
  • 5de4099 fix: exit 0 when gracefully shutting down (#​5555)
  • d014931 docs: improved config
  • 2d9689d docs: add CLI usage and integrate generation in release
  • c4c1cea docs: remove partially incorrect env variables info
  • ceb5e72 feat: remove importer of v1 config (#​5550)
  • ebc7d23 chore(deps): update dependency vue-tsc to v3.1.4 (#​5551)
  • 23c4e45 chore: remove 'nolint' comments

v2.46.1

Compare Source

Changelog

v2.46.0

Compare Source

Changelog

v2.45.3

Compare Source

This is a test release to ensure the updated workflow works.

Changelog

v2.45.2

Compare Source

Changelog
  • f93d760 chore(release): 2.45.2
  • 1495ee8 chore: replace release-please with commit-and-tag-version
  • 8a7279e chore(master): release 2.45.2 (#​5538)
  • fdff7a3 fix(deps): update module github.com/shirou/gopsutil/v3 to v4 (#​5536)
  • f26a685 fix(deps): update module gopkg.in/yaml.v2 to v3 (#​5537)
  • 1c62038 chore: delete commitlint
  • 6eb7b4b ci: replace standard-version with release please (#​5533)
  • f11fc37 chore: bump to Node 24, pnpm 10, multiple GH actions (#​5532)
  • d12a3dc chore(deps): update amannn/action-semantic-pull-request action to v6 (#​5523)
  • 0cfab87 chore: some dependency updates
  • 3876ae8 chore(deps): update actions/setup-go action to v6
  • 77644e4 chore(deps): update actions/setup-node action to v6
  • 6592782 chore: update minor and patch dependencies, go 1.25
  • d6dc250 chore(deps): update actions/checkout action to v5
  • 9579f14 chore: add renovate.json
  • c5acbff docs: import logo and banner (#​5514)
  • 6314204 docs: remove unmaintained badges
  • 1ac0305 docs: add notice about releases page
  • 7860013 chore: update CODEOWNERS to use team (#​5512)

v2.45.1

Compare Source

Changelog

v2.45.0

Compare Source

Changelog

v2.44.2

Compare Source

Changelog
  • c18afcd chore(release): 2.44.2
  • 57db25d fix(http): remove auth query parameter
  • b8f64a1 build(deps-dev): bump vite from 6.3.6 to 6.4.1 in /frontend

v2.44.1

Compare Source

Changelog
  • de35dee chore(release): 2.44.1
  • dd88398 fix(auth): prevent integer overflow in logout timer using safeTimeout (#​5470)
  • 97b8911 refactor: use slices.Contains to simplify code (#​5483)
  • a397e73 fix: editor discard prompt doesn't save nor discard
  • d0039af fix: wrong url on settings branding link

v2.44.0

Compare Source


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.

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Jun 16, 2025

--- kubernetes/apps/downloads/filebrowser/app Kustomization: downloads/filebrowser HelmRelease: downloads/filebrowser

+++ kubernetes/apps/downloads/filebrowser/app Kustomization: downloads/filebrowser HelmRelease: downloads/filebrowser

@@ -37,13 +37,13 @@

               FB_DATABASE: /config/filebrowser.db
               FB_LOG: stdout
               FB_NOAUTH: true
               FB_ROOT: /srv
             image:
               repository: docker.io/filebrowser/filebrowser
-              tag: v2.32.0@sha256:593478e3c24c5ea9f5d7478dc549965b7bc7030707291006ce8d0b6162d3454b
+              tag: v2.61.0@sha256:9ebcbf84ab4be44e915f2643df9a1c9b9616cd02b72be3f7735cf94e253da3f2
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@flkr-23
Copy link
Contributor Author

flkr-23 bot commented Jun 16, 2025

--- HelmRelease: downloads/filebrowser Deployment: downloads/filebrowser

+++ HelmRelease: downloads/filebrowser Deployment: downloads/filebrowser

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

         - name: FB_LOG
           value: stdout
         - name: FB_NOAUTH
           value: 'true'
         - name: FB_ROOT
           value: /srv
-        image: docker.io/filebrowser/filebrowser:v2.32.0@sha256:593478e3c24c5ea9f5d7478dc549965b7bc7030707291006ce8d0b6162d3454b
+        image: docker.io/filebrowser/filebrowser:v2.61.0@sha256:9ebcbf84ab4be44e915f2643df9a1c9b9616cd02b72be3f7735cf94e253da3f2
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0

@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from a494364 to 2c4df41 Compare June 17, 2025 15:02
@flkr-23 flkr-23 bot changed the title fix(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.32.1 ) fix(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.32.3 ) Jun 17, 2025
@flkr-23 flkr-23 bot changed the title fix(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.32.3 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.0 ) Jun 18, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch 2 times, most recently from 72d4783 to e5c822b Compare June 21, 2025 08:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.1 ) Jun 21, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from e5c822b to c4520e7 Compare June 21, 2025 09:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.1 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.2 ) Jun 21, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from c4520e7 to 4aa5428 Compare June 22, 2025 17:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.2 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.4 ) Jun 22, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 4aa5428 to 8c6e15d Compare June 24, 2025 16:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.4 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.5 ) Jun 24, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 8c6e15d to 625ac8f Compare June 24, 2025 21:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.5 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.6 ) Jun 24, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 625ac8f to 8f82833 Compare June 25, 2025 16:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.6 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.7 ) Jun 25, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 8f82833 to d5d22e1 Compare June 25, 2025 20:02
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.7 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.8 ) Jun 25, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from d5d22e1 to 3eb6de0 Compare June 26, 2025 18:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.8 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.9 ) Jun 26, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 3eb6de0 to 51b997d Compare June 26, 2025 20:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.9 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.33.10 ) Jun 26, 2025
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.51.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.51.1 ) Dec 7, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from a2574a7 to 6626d72 Compare December 7, 2025 08:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.51.1 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.51.2 ) Dec 7, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 6626d72 to 8b94dfb Compare December 13, 2025 09:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.51.2 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.52.0 ) Dec 13, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 8b94dfb to a0d2cab Compare December 29, 2025 08:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.52.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.53.0 ) Dec 29, 2025
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch 2 times, most recently from 1e5ed7f to d4405c3 Compare January 3, 2026 09:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.53.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.53.1 ) Jan 3, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from d4405c3 to b485a42 Compare January 10, 2026 10:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.53.1 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.54.0 ) Jan 10, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from b485a42 to 3e4747d Compare January 18, 2026 09:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.54.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.55.0 ) Jan 18, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 3e4747d to 595b1b5 Compare January 24, 2026 15:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.55.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.56.0 ) Jan 24, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 595b1b5 to 7b4587c Compare February 1, 2026 17:05
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.56.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.57.0 ) Feb 1, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 7b4587c to 4561295 Compare February 8, 2026 08:04
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.57.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.57.1 ) Feb 8, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 4561295 to 04411c2 Compare February 14, 2026 08:04
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.57.1 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.58.0 ) Feb 14, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 04411c2 to b915a50 Compare February 15, 2026 13:17
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.58.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.59.0 ) Feb 15, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from b915a50 to 1836981 Compare February 21, 2026 18:04
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.59.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.60.0 ) Feb 21, 2026
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from 1836981 to de300d8 Compare February 24, 2026 14:25
@flkr-23 flkr-23 bot force-pushed the renovate/docker.io-filebrowser-filebrowser-2.x branch from de300d8 to f611a26 Compare February 28, 2026 11:03
@flkr-23 flkr-23 bot changed the title feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.60.0 ) feat(container): update image docker.io/filebrowser/filebrowser ( v2.32.0 → v2.61.0 ) Feb 28, 2026
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