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: send datasync on remove fs events #339

Merged
merged 2 commits into from
Jan 28, 2023
Merged

fix: send datasync on remove fs events #339

merged 2 commits into from
Jan 28, 2023

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented Jan 28, 2023

Looks like during a refactor, we accidentally removed the "meat" of the remove handler.

In K8S, we never get write events, just remove. It's necessary to send the data for these as well.

Also extracted some duplicated code into a func.

Signed-off-by: Todd Baert <[email protected]>
@beeme1mr
Copy link
Member

Bypassing branch protection in order to release this bug fix because updates don't work in Kubernetes environments that are in file watching mode.

@beeme1mr beeme1mr closed this Jan 28, 2023
@beeme1mr beeme1mr reopened this Jan 28, 2023
@beeme1mr beeme1mr merged commit 4c9aaac into main Jan 28, 2023
@beeme1mr beeme1mr deleted the fix/sync-removes branch January 28, 2023 03:19
beeme1mr added a commit that referenced this pull request Jan 28, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.3.3](v0.3.2...v0.3.3)
(2023-01-28)


### Bug Fixes

* **deps:** update module github.com/bufbuild/connect-go to v1.5.0
([#326](#326))
([7f332e5](7f332e5))
* **deps:** update module github.com/open-feature/open-feature-operator
to v0.2.26 ([#331](#331))
([be67e5f](be67e5f))
* **deps:** update module github.com/open-feature/open-feature-operator
to v0.2.27 ([#335](#335))
([824cf1a](824cf1a))
* send datasync on remove fs events
([#339](#339))
([4c9aaac](4c9aaac))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Beemer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants