Skip to content

chore: bump the runtime group with 4 updates#2624

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/runtime-92b81104cc
Closed

chore: bump the runtime group with 4 updates#2624
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/runtime-92b81104cc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the runtime group with 4 updates: opentelemetry-api, jubilant-backports, minio and opentelemetry-sdk.

Updates opentelemetry-api from 1.37.0 to 1.43.0

Changelog

Sourced from opentelemetry-api's changelog.

Version 1.43.0/0.64b0 (2026-06-24)

Added

  • opentelemetry-sdk: add add_metric_reader / remove_metric_reader public APIs to register / unregister metric readers at runtime. (#4863)
  • opentelemetry-exporter-prometheus: add support for configuring metric scope labels (#5123)
  • opentelemetry-exporter-otlp-proto-grpc: Add grpc error details to the log message that's written when the grpc call fails. (#5143)
  • opentelemetry-exporter-http-transport: add 'opentelemetry-exporter-http-transport' package for HTTP exporters (#5194)
  • opentelemetry-sdk: Add composite/development samplers support to declarative file configuration (#5201)
  • opentelemetry-exporter-otlp-json-file: Add OTLP JSON File exporter implementation (#5207)
  • opentelemetry-sdk: add _resolve_component shared utility for declarative config plugin loading, reducing boilerplate in exporter factory functions (#5215)
  • opentelemetry-sdk: add pull metric reader support to declarative file configuration, including Prometheus metric reader via the prometheus_development config field (#5216)
  • opentelemetry-proto-json: update to use opentelemetry-proto v1.10.0 (#5224)
  • opentelemetry-proto: bump maximum supported protobuf version to 7.x.x (#5251)
  • opentelemetry-sdk: add ServiceInstanceIdResourceDetector for populating service.instance.id (#5259)
  • opentelemetry-sdk: declarative config loader now recursively converts parsed dicts into typed dataclass instances, including nested dataclasses, lists of dataclasses, and enum values. End-to-end YAML/JSON → SDK configuration now works via the factory functions. (#5269)
  • opentelemetry-sdk: add configure_sdk(config) to the declarative configuration API. Single entry point that takes a parsed OpenTelemetryConfiguration, builds the resource, and applies the tracer/meter/logger providers and propagator globally. Honors the top-level disabled flag. (#5270)
  • opentelemetry-sdk: the SDK configurator now honors the OTEL_CONFIG_FILE environment variable. When set, the SDK loads and applies the referenced declarative configuration file (YAML or JSON) in place of the env-var-based

... (truncated)

Commits
  • fcbbeb8 [release/v1.43.x-0.64bx] Prepare release 1.43.0/0.64b0 (#5349)
  • b40dcbc opentelemetry-exporter-http-transport: enable entry-point loading of transpor...
  • 10e8577 update to Sphinx to 8.1.3 in order to support Python 3.14 (#5278)
  • 6ac6895 docs: add declarative configuration guide and example (#5309)
  • 13ad4d5 opentelemetry-api: normalize empty environment propagation names to "_" in En...
  • 6a0ab84 opentelemetry-sdk: merge doesn't need a copy, dict already does this (#5326)
  • ac7a3df feat(config): support OTEL_CONFIG_FILE in the SDK configurator (#5271)
  • fa75422 Add support for composite samplers in declarative config (#5201)
  • 43f079f Update json and proto encoder to always accept None type, cleanup code / test...
  • 53c9d96 chore: cleanup typo found in test (#5324)
  • Additional commits viewable in compare view

Updates jubilant-backports from 1.0.0a1 to 1.4.0

Release notes

Sourced from jubilant-backports's releases.

v1.4.0: bootstrap command

This release adds the bootstrap command and several documentation improvements.

What's Changed

Full Changelog: canonical/jubilant@v1.3.0...v1.4.0

v1.3.0: secrets commands, consume, and more

This release adds a number of secret management commands and the consume command. In addition, it adds several minor new features: the overlays parameter for deploy, support for multiple controllers, and additional add_model args for temp_model.

What's Changed

New Contributors

Full Changelog: canonical/jubilant@v1.2.0...v1.3.0

v1.1.1: fix "juju offer"

This patch release fixes the Juju.offer method (#148). Thanks @​javierdelapuente for the bug report.

Full Changelog: canonical/jubilant@v1.1.0...v1.1.1

v1.1.0: add_model cloud and credential args

This release adds the cloud and credential arguments to Juju.add_model, allowing you to specify the cloud (or region) and cloud credential to use for the new model. Thanks @​gboutry for this feature (#143).

Full Changelog: canonical/jubilant@v1.0.1...v1.1.0

v1.0.1: fix format of --bind arg for deploy

This bug-fix release fixes the format of the --bind argument for deploy(). Thanks @​paulomach for the report and initial fix in canonical/jubilant#132.

v1.0.0: some breaking changes, add all_agents_idle, deploy bind, temp_model controller

This is the first 1.x release of Jubilant. It includes two minor breaking changes, but we'll do our best to ensure there are no breaking changes to the API after this release.

The breaking changes are:

  • In config() and model_config(), make reset an explicit arg instead of using None values in the dict canonical/jubilant#125

... (truncated)

Changelog

Sourced from jubilant-backports's changelog.

1.4.0 - 26 August 2025

Features

  • Add bootstrap command (#180)

Documentation

  • Add a security explanation doc (#173)
  • Update links and config for switch to documentation.ubuntu.com/jubilant (#174)
  • Be more confident about no breaking changes after 1.0 (#175)
  • Add sitemap.xml, add new spelling check, remove markdown lint (#177)
  • Add Google Analyics integration and cookie consent banner (#181)

1.3.0 - 24 July 2025

Features

  • Add "overlays" parameter to Juju.deploy (#160)
  • Add consume command (#164)
  • Support multiple controllers (#165)
  • Have temp_model forward "cloud" and other args to add_model (#168)
  • Secret management (#135)

Documentation

  • Add an example of temp_model, including how to set attributes (#162)

CI

  • Move TIOBE workflow to self-hosted runners (#167)
  • Fix installing TIOBE dependencies on the self-hosted runners (#169)

1.2.0 - 12 June 2025

Features

  • Add Status.get_units, include subordinates in all_* and any_* (#150)

CI

  • Add reporting to TIOBE (#149)

1.1.1 - 05 June 2025

Fixes

  • "juju model" doesn't use --model argument (#148)

1.1.0 - 03 June 2025

... (truncated)

Commits

Updates minio from 7.2.18 to 7.2.20

Release notes

Sourced from minio's releases.

Bugfix Release 7.2.20

What's Changed

Full Changelog: minio/minio-py@7.2.18...7.2.20

Bugfix release 7.2.19

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.2.18...7.2.19

Commits

Updates opentelemetry-sdk from 1.37.0 to 1.43.0

Changelog

Sourced from opentelemetry-sdk's changelog.

Version 1.43.0/0.64b0 (2026-06-24)

Added

  • opentelemetry-sdk: add add_metric_reader / remove_metric_reader public APIs to register / unregister metric readers at runtime. (#4863)
  • opentelemetry-exporter-prometheus: add support for configuring metric scope labels (#5123)
  • opentelemetry-exporter-otlp-proto-grpc: Add grpc error details to the log message that's written when the grpc call fails. (#5143)
  • opentelemetry-exporter-http-transport: add 'opentelemetry-exporter-http-transport' package for HTTP exporters (#5194)
  • opentelemetry-sdk: Add composite/development samplers support to declarative file configuration (#5201)
  • opentelemetry-exporter-otlp-json-file: Add OTLP JSON File exporter implementation (#5207)
  • opentelemetry-sdk: add _resolve_component shared utility for declarative config plugin loading, reducing boilerplate in exporter factory functions (#5215)
  • opentelemetry-sdk: add pull metric reader support to declarative file configuration, including Prometheus metric reader via the prometheus_development config field (#5216)
  • opentelemetry-proto-json: update to use opentelemetry-proto v1.10.0 (#5224)
  • opentelemetry-proto: bump maximum supported protobuf version to 7.x.x (#5251)
  • opentelemetry-sdk: add ServiceInstanceIdResourceDetector for populating service.instance.id (#5259)
  • opentelemetry-sdk: declarative config loader now recursively converts parsed dicts into typed dataclass instances, including nested dataclasses, lists of dataclasses, and enum values. End-to-end YAML/JSON → SDK configuration now works via the factory functions. (#5269)
  • opentelemetry-sdk: add configure_sdk(config) to the declarative configuration API. Single entry point that takes a parsed OpenTelemetryConfiguration, builds the resource, and applies the tracer/meter/logger providers and propagator globally. Honors the top-level disabled flag. (#5270)
  • opentelemetry-sdk: the SDK configurator now honors the OTEL_CONFIG_FILE environment variable. When set, the SDK loads and applies the referenced declarative configuration file (YAML or JSON) in place of the env-var-based

... (truncated)

Commits
  • fcbbeb8 [release/v1.43.x-0.64bx] Prepare release 1.43.0/0.64b0 (#5349)
  • b40dcbc opentelemetry-exporter-http-transport: enable entry-point loading of transpor...
  • 10e8577 update to Sphinx to 8.1.3 in order to support Python 3.14 (#5278)
  • 6ac6895 docs: add declarative configuration guide and example (#5309)
  • 13ad4d5 opentelemetry-api: normalize empty environment propagation names to "_" in En...
  • 6a0ab84 opentelemetry-sdk: merge doesn't need a copy, dict already does this (#5326)
  • ac7a3df feat(config): support OTEL_CONFIG_FILE in the SDK configurator (#5271)
  • fa75422 Add support for composite samplers in declarative config (#5201)
  • 43f079f Update json and proto encoder to always accept None type, cleanup code / test...
  • 53c9d96 chore: cleanup typo found in test (#5324)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the runtime group with 4 updates: [opentelemetry-api](https://github.com/open-telemetry/opentelemetry-python), [jubilant-backports](https://github.com/canonical/jubilant), [minio](https://github.com/minio/minio-py) and [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-python).


Updates `opentelemetry-api` from 1.37.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.37.0...v1.43.0)

Updates `jubilant-backports` from 1.0.0a1 to 1.4.0
- [Release notes](https://github.com/canonical/jubilant/releases)
- [Changelog](https://github.com/canonical/jubilant/blob/main/CHANGES.md)
- [Commits](https://github.com/canonical/jubilant/commits/v1.4.0)

Updates `minio` from 7.2.18 to 7.2.20
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.2.18...7.2.20)

Updates `opentelemetry-sdk` from 1.37.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-python/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-python@v1.37.0...v1.43.0)

---
updated-dependencies:
- dependency-name: opentelemetry-api
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: jubilant-backports
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: runtime
- dependency-name: minio
  dependency-version: 7.2.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: runtime
- dependency-name: opentelemetry-sdk
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Issue/PR created by dependabot label Jul 6, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 6, 2026
@dependabot dependabot Bot deleted the dependabot/uv/runtime-92b81104cc branch July 6, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue/PR created by dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants