-
Notifications
You must be signed in to change notification settings - Fork 30
feat: add OFREP and update dependencies #280
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
Conversation
791453d to
8f648ef
Compare
Signed-off-by: Lukas Reining <[email protected]>
8f648ef to
c3aa6ca
Compare
beeme1mr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works great! It's really cool to see OFREP plug into the demo so cleanly.
Co-authored-by: Michael Beemer <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As you mentioned to me, there is a small issue in OFREP in v1.25.0, the next version is fixing it (v1.25.1 , CI process is currently running).
Co-authored-by: Thomas Poignant <[email protected]> Signed-off-by: Lukas Reining <[email protected]>
Signed-off-by: Lukas Reining <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [0.15.0](v0.14.0...v0.15.0) (2024-04-16) ### 🐛 Bug Fixes * **deps:** update dependency express to v4.19.2 [security] ([4c41fb9](4c41fb9)) ### ✨ New Features * add OFREP and update dependencies ([#280](#280)) ([e25a169](e25a169)) ### 🧹 Chore * **deps:** update dependency @mui/material to v5.15.10 ([129402c](129402c)) * **deps:** update dependency core-js to v3.35.1 ([0170cfd](0170cfd)) * **deps:** update dependency ts-jest to v29.1.2 ([7aa6dc6](7aa6dc6)) * **deps:** update eslint ([8a15364](8a15364)) * **deps:** update ghcr.io/open-feature/flagd docker tag to v0.8.1 ([be8778e](be8778e)) * **deps:** update ghcr.io/open-feature/flagd docker tag to v0.8.2 ([5c1c758](5c1c758)) * **deps:** update jaegertracing/all-in-one docker tag to v1.53.0 ([489edaa](489edaa)) * **deps:** update node.js to v20.11.0 ([1655635](1655635)) * **deps:** update prom/prometheus docker tag to v2.49.1 ([5da9932](5da9932)) * **deps:** update thomaspoignant/go-feature-flag-relay-proxy docker tag to v1.21.0 ([cd44fb8](cd44fb8)) * **deps:** update types ([86b797e](86b797e)) * **deps:** update types ([085de92](085de92)) --- 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>
This PR