Skip to content

Commit

Permalink
Bump version to 1.14.2 to match upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimiter 'malkia' Stanev committed Mar 27, 2024
1 parent ea76f98 commit 82c6057
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config_setting(
)

# TODO: Version needs to be updated better here.
otel_sdk_prefix = "otel_sdk/" + "1.14.1" + "/"
otel_sdk_prefix = "otel_sdk/" + "1.14.2" + "/"

# Build configuration settings mimicking MSVC: debug=dbg, release=opt, reldeb=fastbuild
config_setting(
Expand Down
15 changes: 1 addition & 14 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "opentelemetry-cpp",
version = "1.14.1",
version = "1.14.2.dll.1",
repo_name = "io_opentelemetry_cpp",
)

Expand All @@ -21,19 +21,6 @@ bazel_dep(name = "grpc", version = "1.56.3.bcr.1", repo_name = "com_github_grpc_
bazel_dep(name = "opentelemetry-proto", version = "1.1.0", repo_name = "com_github_opentelemetry_proto")

bazel_dep(name = "prometheus-cpp", version = "1.2.4", repo_name = "com_github_jupp0r_prometheus_cpp")
# archive_override(
# module_name = "prometheus-cpp",
# integrity = "sha256-DWhSKRBjw1hT6IgFxztS9zwMCLeMHnvE1Yj89ypxcus=",
# strip_prefix = "prometheus-cpp-with-submodules",
# urls = [
# "https://github.com/jupp0r/prometheus-cpp/releases/download/v1.2.4/prometheus-cpp-with-submodules.tar.gz",
# ],
# )

# local_path_override(
# module_name = "prometheus-cpp",
# path = "../prometheus-cpp",
# )

bazel_dep(name = "boringssl", version = "0.0.0-20240126-22d349c")
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

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

0 comments on commit 82c6057

Please sign in to comment.