-
Notifications
You must be signed in to change notification settings - Fork 151
CI: Fix Helm Chart Publish Stage - Bump Postgres Chart to 16 #1545
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
build.sbt
Outdated
| "com.softwaremill.ox" %% "otel-context" % oxVersion, // OTEL context propagation in Ox scopes | ||
| "io.opentelemetry" % "opentelemetry-exporter-otlp" % otelVersion exclude ("io.opentelemetry", "opentelemetry-exporter-sender-okhttp"), | ||
| "io.opentelemetry" % "opentelemetry-exporter-sender-jdk" % otelVersion, | ||
| "io.opentelemetry" % "opentelemetry-exporter-sender-okhttp" % otelVersion, |
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.
we shouldn't need this chnage - I wanted to avoid that dep explicitly in the step above
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.
Reverted
|
Thanks :) |
|
@paapug any idea why the merge build fails? https://github.com/softwaremill/bootzooka/actions/runs/16643584090/job/47098914030 |
Bitnami has removed previously used PostgreSQL Helm Chart. Bumping current version to latest available major version (with Postgres 17).
This also:
v2.7.0v1.33.3,v1.32.7,v1.31.11v1.12.0opentelemetry-exporter-sender-jdktoopentelemetry-exporter-sender-okhttp(to support gRPC)