Skip to content

chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1#519

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x
Open

chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1#519
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Nov 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/fsnotify/fsnotify v1.7.0v1.10.1 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.1

Compare Source

Changes and fixes
  • inotify: don't remove sibling watches sharing a path prefix (#​754)

  • inotify, windows: don't rename sibling watches sharing a path prefix
    (#​755)

v1.10.0

Compare Source

This version of fsnotify needs Go 1.23.

Changes and fixes
  • inotify: improve initialization error message (#​731)

  • inotify: send Rename event if recursive watch is renamed (#​696)

  • inotify: avoid copying event buffers when reading names (#​741)

  • kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#​748)

  • kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#​740)

  • windows: fix nil pointer dereference in remWatch (#​736)

  • windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#​709, #​749)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

v1.8.0

Compare Source

Additions
  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#​619)
Changes and fixes
  • windows: fix behaviour of WatchList() to be consistent with other platforms (#​610)

  • kqueue: ignore events with Ident=0 (#​590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#​617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#​625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#​620)

  • inotify: fix panic when calling Remove() in a goroutine (#​650)

  • fen: allow watching subdirectories of watched directories (#​621)


Configuration

📅 Schedule: (UTC)

  • 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 this update again.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci

openshift-ci Bot commented Nov 17, 2025

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci

openshift-ci Bot commented Nov 17, 2025

Copy link
Copy Markdown

Hi @red-hat-konflux[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@codecov

codecov Bot commented Nov 17, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.16%. Comparing base (68aacfb) to head (f0391c0).
⚠️ Report is 13 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #519      +/-   ##
==========================================
- Coverage   92.85%   92.16%   -0.70%     
==========================================
  Files           3        3              
  Lines         238      268      +30     
==========================================
+ Hits          221      247      +26     
- Misses         12       15       +3     
- Partials        5        6       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 4, 2025
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch December 4, 2025 21:24
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Dec 5, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 5, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 5632be8 to f0391c0 Compare December 5, 2025 05:38
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Dec 7, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 7, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Dec 7, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 7, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 66f7366 to f0391c0 Compare December 7, 2025 17:22
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 3dfeb8b to f0391c0 Compare December 9, 2025 17:29
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 9, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Dec 10, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 10, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 19232aa to f0391c0 Compare December 10, 2025 05:40
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Dec 10, 2025
@red-hat-konflux red-hat-konflux Bot closed this Dec 10, 2025
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Dec 11, 2025
@red-hat-konflux red-hat-konflux Bot reopened this Dec 11, 2025
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 196a14e to f0391c0 Compare December 11, 2025 01:18
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Jan 3, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 3, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Jan 3, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 3, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from d628efd to f0391c0 Compare January 3, 2026 09:32
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Jan 6, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 6, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Jan 6, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from d209d43 to f0391c0 Compare January 6, 2026 17:26
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Jan 9, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 9, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Jan 9, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 9, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/github.com-fsnotify-fsnotify-1.x branch from 297b104 to f0391c0 Compare January 9, 2026 17:24
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 11, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed Jan 12, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jan 12, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.9.0 Jan 12, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jan 12, 2026
@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

sonarqubecloud Bot commented May 6, 2026

Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@sonarqubecloud

Copy link
Copy Markdown

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

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