Skip to content

Commit

Permalink
Release Janus 0.6.0-prerelease-1 (#1958)
Browse files Browse the repository at this point in the history
This release is being cut for integration testing, but tagged as a
pre-release because we anticipate making more disruptive changes
(especially SQL schema changes) before deploying it anywhere.

The Janus maintainers DO NOT recommend deploying this version as it will
be incompatible with eventual 0.6.x releases and no migration path will
be provided.
  • Loading branch information
tgeoghegan committed Sep 19, 2023
1 parent 8fa5508 commit 0effeef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://divviup.org"
license = "MPL-2.0"
repository = "https://github.com/divviup/janus"
rust-version = "1.70.0"
version = "0.6.0"
version = "0.6.0-prerelease-1"

[workspace.dependencies]
anyhow = "1"
Expand All @@ -30,16 +30,16 @@ base64 = "0.21.3"
# https://docs.rs/chrono/latest/chrono/#duration
chrono = { version = "0.4", default-features = false }
itertools = "0.10"
janus_aggregator = { version = "0.6", path = "aggregator" }
janus_aggregator_api = { version = "0.6", path = "aggregator_api" }
janus_aggregator_core = { version = "0.6", path = "aggregator_core" }
janus_build_script_utils = { version = "0.6", path = "build_script_utils" }
janus_client = { version = "0.6", path = "client" }
janus_collector = { version = "0.6", path = "collector" }
janus_core = { version = "0.6", path = "core" }
janus_integration_tests = { version = "0.6", path = "integration_tests" }
janus_interop_binaries = { version = "0.6", path = "interop_binaries" }
janus_messages = { version = "0.6", path = "messages" }
janus_aggregator = { version = "0.6.0-prerelease-1", path = "aggregator" }
janus_aggregator_api = { version = "0.6.0-prerelease-1", path = "aggregator_api" }
janus_aggregator_core = { version = "0.6.0-prerelease-1", path = "aggregator_core" }
janus_build_script_utils = { version = "0.6.0-prerelease-1", path = "build_script_utils" }
janus_client = { version = "0.6.0-prerelease-1", path = "client" }
janus_collector = { version = "0.6.0-prerelease-1", path = "collector" }
janus_core = { version = "0.6.0-prerelease-1", path = "core" }
janus_integration_tests = { version = "0.6.0-prerelease-1", path = "integration_tests" }
janus_interop_binaries = { version = "0.6.0-prerelease-1", path = "interop_binaries" }
janus_messages = { version = "0.6.0-prerelease-1", path = "messages" }
k8s-openapi = { version = "0.18.0", features = ["v1_24"] } # keep this version in sync with what is referenced by the indirect dependency via `kube`
kube = { version = "0.82.2", default-features = false, features = ["client", "rustls-tls"] }
opentelemetry = { version = "0.20", features = ["metrics"] }
Expand Down

0 comments on commit 0effeef

Please sign in to comment.