Skip to content

Update module github.com/fsnotify/fsnotify to v1.10.1#450

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

Update module github.com/fsnotify/fsnotify to v1.10.1#450
red-hat-konflux[bot] wants to merge 1 commit into
release-5.1from
konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Apr 28, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/fsnotify/fsnotify v1.8.0v1.10.1 age confidence
github.com/fsnotify/fsnotify v1.9.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)


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 these updates 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 requested review from nirarg and orenc1 April 28, 2026 04:22
@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 28, 2026
@openshift-ci

openshift-ci Bot commented Apr 28, 2026

Copy link
Copy Markdown

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

I'm waiting for a openshift 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.

@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.10.0 Apr 30, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch from 13c9952 to 30e2fa6 Compare April 30, 2026 04:17
@openshift-ci

openshift-ci Bot commented Apr 30, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign orenc1 for approval. For more information see the Code Review Process.

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

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.0 chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 May 4, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch from 30e2fa6 to d27ac41 Compare May 4, 2026 18:09
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed May 6, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 6, 2026
@red-hat-konflux red-hat-konflux Bot deleted the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch May 6, 2026 04:30
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 May 6, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 6, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch from d27ac41 to 67a5465 Compare May 6, 2026 08:29
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed May 12, 2026
@red-hat-konflux red-hat-konflux Bot closed this May 12, 2026
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 May 12, 2026
@red-hat-konflux red-hat-konflux Bot reopened this May 12, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch 2 times, most recently from 67a5465 to fa74820 Compare May 12, 2026 09:26
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update module github.com/fsnotify/fsnotify to v1.10.1 Update module github.com/fsnotify/fsnotify to v1.10.1 Jun 25, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/fsnotify/fsnotify to v1.10.1 Update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed Update module github.com/fsnotify/fsnotify to v1.10.1 Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 8, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch 2 times, most recently from fa74820 to 1ce24b5 Compare July 8, 2026 20:11
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/fsnotify/fsnotify to v1.10.1 Update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed Jul 9, 2026
@red-hat-konflux red-hat-konflux Bot closed this Jul 9, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot changed the title Update module github.com/fsnotify/fsnotify to v1.10.1 - autoclosed Update module github.com/fsnotify/fsnotify to v1.10.1 Jul 9, 2026
@red-hat-konflux red-hat-konflux Bot reopened this Jul 9, 2026
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/release-5.1/github.com-fsnotify-fsnotify-1.x branch 2 times, most recently from 1ce24b5 to a029c1d Compare July 9, 2026 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants