osbuild / osbuild-composer

An HTTP service for building bootable OS images.
https://www.osbuild.org
Apache License 2.0
160 stars 108 forks source link

build(deps): bump the go-deps group across 1 directory with 4 updates #4306

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the go-deps group with 4 updates in the / directory: github.com/openshift-online/ocm-sdk-go, github.com/prometheus/client_golang, github.com/vmware/govmomi and google.golang.org/api.

Updates github.com/openshift-online/ocm-sdk-go from 0.1.432 to 0.1.436

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.436

  • Update model version v0.0.389
    • Add state struct to node pool
    • Add limited support reason override

Release 0.1.435

No release notes provided.

Release 0.1.434

  • Update model version v0.0.386
    • Add RootVolume attribute to AWSNodePool model
  • Update model version v0.0.387
    • Add ProjectNumber field to WifConfig model

Release 0.1.433

  • Update model version v0.0.384
    • Add clusters_mgmt API model for v2alpha1
  • Update model version v0.0.385
    • Update WIF endpoint path
    • Remove WIF templates endpoints
Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.436

  • Update model version v0.0.389
    • Add state struct to node pool
    • Add limited support reason override

0.1.435

  • Add 'OidcThumbprint' type model to v1 and v2alpha1
  • Add 'OidcThumbprintInput' type model to v1 and v2alpha1
  • Add 'OidcThumbprint' resource model to v1 and v2alpha1

0.1.434

  • Update model version v0.0.386
    • Add RootVolume attribute to AWSNodePool model
  • Update model version v0.0.387
    • Add ProjectNumber field to WifConfig model

0.1.433

  • Update model version v0.0.384
    • Add clusters_mgmt API model for v2alpha1
  • Update model version v0.0.385
    • Update WIF endpoint path
    • Remove WIF templates endpoints
Commits


Updates github.com/prometheus/client_golang from 1.19.1 to 1.20.0

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.0

Thanks everyone for contributions!

:warning: In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] :warning: go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] :warning: go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.0 / 2024-08-14

  • [CHANGE] :warning: go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] :warning: go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424

1.19.0 / 2024-02-27

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #1445 #1449
  • [FEATURE] collectors: Add version collector. #1422 #1427

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

1.17.0 / 2023-09-27

  • [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #1325
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #1314

1.16.0 / 2023-06-15

  • [BUGFIX] api: Switch to POST for LabelNames, Series, and QueryExemplars. #1252
  • [BUGFIX] api: Fix undefined execution order in return statements. #1260
  • [BUGFIX] native histograms: Fix bug in bucket key calculation. #1279
  • [ENHANCEMENT] Reduce constrainLabels allocations for all metrics. #1272
  • [ENHANCEMENT] promhttp: Add process start time header for scrape efficiency. #1278
  • [ENHANCEMENT] promlint: Improve metricUnits runtime. #1286

1.15.1 / 2023-05-3

  • [BUGFIX] Fixed promhttp.Instrument* handlers wrongly trying to attach exemplar to unsupported metrics (e.g. summary),
    causing panics. #1253

... (truncated)

Commits
  • 73b811c Cut 1.20.0 release. (#1580)
  • 7ce5089 gocollector: Attach original runtime/metrics metric name to help. (#1578)
  • 062300e Remove go_memstat_lookups_total; added runtime/metrics calculation to memstat...
  • aa3c00d Update common Prometheus files (#1576)
  • 3ad2722 Add default Go runtime metrics for /gc/gogc:percent, /gc/gomemlimit:bytes, /s...
  • 0715727 Update common Prometheus files (#1573)
  • 3634bd9 ci: daggerize test and lint pipelines (#1534)
  • 28b5e6e Merge pull request #1572 from prometheus/repo_sync
  • 8e18075 Update common Prometheus files
  • 46f77a9 Merge pull request #1571 from prometheus/dependabot/github_actions/github-act...
  • Additional commits viewable in compare view


Updates github.com/vmware/govmomi from 0.39.0 to 0.40.0

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.40.0

Release v0.40.0

Release Date: 2024-08-12

🐞 Fix

  • [15d5ffdb] govc object.collect truncation (#3331) (#3501)
  • [18e43541] govc: output Message field for 'EventEx' types
  • [11dc5a39] restore govc import.spec DiskProvisioning default value (#3427) (#3483)

💡 Examples

  • [eea1d299] add ExampleCollector_WaitForUpdatesEx_pagination

💫 API Changes

  • [d035dc72] add session.Manager.ImpersonateUser method (#3507)
  • [ea3e806f] add alarm package with helpers for AlarmManager and Alarms
  • [208d532c] convert vSAN directory name to uuid in ResolveLibraryItemStorage

💫 govc (CLI)

  • [0917e718] add session.login '-as' flag to impersonate user
  • [d6a3b614] add alarm commands
  • [2975ade1] add event.post command
  • [db6e9623] add library.sync '-f' flag to force sync file content
  • [cc02310c] add library.info -S flag

💫 vcsim (Simulator)

  • [ee966a69] add SessionManager.ImpersonateUser method
  • [5a501b50] implement WaitForUpdatesEx pagination support
  • [9c282108] add AlarmManager (#3489) (#2476)
  • [db40be6b] fix panic in CancelTask (#3451) (#3506)
  • [e63f1272] add ovf DiskProvisioning validation
  • [0633de5c] add DatastoreNamespaceManager

🧹 Chore

  • [6e27ff34] Update version.go for v0.40.0

⚠️ BREAKING

📖 Commits

  • [6e27ff34] chore: Update version.go for v0.40.0
  • [eea1d299] examples: add ExampleCollector_WaitForUpdatesEx_pagination

... (truncated)

Commits
  • 6e27ff3 chore: Update version.go for v0.40.0
  • 3b6a726 Merge pull request #3518 from dougm/issue-3507
  • d57042a Merge pull request #3517 from dougm/issue-3501
  • eea1d29 examples: add ExampleCollector_WaitForUpdatesEx_pagination
  • ee966a6 vcsim: add SessionManager.ImpersonateUser method
  • 0917e71 govc: add session.login '-as' flag to impersonate user
  • d035dc7 api: add session.Manager.ImpersonateUser method
  • 15d5ffd fix: govc object.collect truncation
  • 5a501b5 vcsim: implement WaitForUpdatesEx pagination support
  • a22290f Merge pull request #3516 from dougm/alarms
  • Additional commits viewable in compare view


Updates google.golang.org/api from 0.191.0 to 0.192.0

Release notes

Sourced from google.golang.org/api's releases.

v0.192.0

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)
Changelog

Sourced from google.golang.org/api's changelog.

0.192.0 (2024-08-13)

Features

Bug Fixes

  • internal/cba: Update credsNewAuth path to use nil oauth2 client (#2731) (b457582)
Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #4311.