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

Bump dependencies release #234

Merged
merged 6 commits into from
Mar 27, 2023
Merged

Bump dependencies release #234

merged 6 commits into from
Mar 27, 2023

Conversation

uggla
Copy link
Collaborator

@uggla uggla commented Nov 6, 2022

Attempt to fix or at least to improve #180.
⚠️ This PR might need a bit more testing.

Most of the changes are due to clap 4.0.18.

  • Bump clap to 4.0.18. (breaking changes fixed)
  • Bump regex to 1.7.0.
  • Bump protobuf to 2.28.0.
  • Dependency on time must be hold because it is shared by chrono and warp10. Log changes could help remove chrono, maybe in a next PR.
  • Dependency on procfs not bumped yet because it seems there are broking
    changes

uggla added 5 commits November 7, 2022 01:26
- Bump clap to 4.0.18
- Bump regex to 1.7.0.
- Bump protobuf to 2.28.0.
- Dependency on time must be hold because it is shared by chrono and warp10.
- Dependency on procfs not bumped yet but it seems there are broken
  stuffs.
- There are breaking changes introduced by clap 4.0. So as a strategy, I
  upgrade exporters one by one.
  This commit contains the upgrade of stdout and json exporters.
- There are breaking changes introduced by clap 4.0. So as a strategy, I
  upgrade exporters one by one.
  This commit contains the upgrade of prometheus exporter.
- There are breaking changes introduced by clap 4.0. So as a strategy, I
  upgrade exporters one by one.
  This commit contains the upgrade of qemu and warp10 exporters.
- There are breaking changes introduced by clap 4.0. So as a strategy, I
  upgrade exporters one by one.
  This commit contains the upgrade of riemann exporter.
@bpetit
Copy link
Contributor

bpetit commented Mar 27, 2023

I opened #284 to integrate your changes and adapt to the latest code in dev branch

@bpetit bpetit merged commit 051db50 into hubblo-org:dev Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Previous releases
Development

Successfully merging this pull request may close these issues.

2 participants