osbuild / osbuild-composer

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

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the go-deps group with 11 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.41.0 1.42.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.5.2 1.6.0
github.com/Azure/go-autorest/autorest/azure/auth 0.5.12 0.5.13
github.com/BurntSushi/toml 1.3.2 1.4.0
github.com/aws/aws-sdk-go 1.53.6 1.54.0
github.com/getsentry/sentry-go 0.27.0 0.28.1
github.com/gophercloud/gophercloud 1.11.0 1.12.0
github.com/hashicorp/go-retryablehttp 0.7.6 0.7.7
github.com/openshift-online/ocm-sdk-go 0.1.420 0.1.424
github.com/osbuild/images 0.65.0 0.66.0
github.com/vmware/govmomi 0.37.2 0.37.3

Updates cloud.google.com/go/storage from 1.41.0 to 1.42.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.42.0

1.42.0 (2024-06-10)

Features

  • storage: Add new package transfermanager. This package is intended for parallel uploads and downloads, and is in preview. It is not stable, and is likely to change. (#10045) (cde5cbb)
  • storage: Add bucket HierarchicalNamespace (#10315) (b92406c), refs #10146
  • storage: Add BucketName to BucketHandle (#10127) (203cc59)

Bug Fixes

  • storage: Set invocation headers on xml reads (#10250) (c87e1ab)

Documentation

Commits
  • 22e90d9 chore(main): release spanner 1.42.0 (#7130)
  • 2552e09 fix(spanner): fallback to check grpc error message if ResourceType is nil for...
  • 6bb95ef feat(spanner): add database roles (#5701)
  • f2b1f1b chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...
  • bcc9fcd test(bigtable): expand integration tests for read stats (#7143)
  • ab332ce fix(internal/gapicgen): disable rest for non-rest APIs (#7157)
  • dc89409 chore(main): release pubsublite 1.6.0 (#7129)
  • 5fa8555 feat(pubsublite): create/update export subscriptions (#6885)
  • 176f533 feat(pubsublite): unload idle partition publishers (#7105)
  • 28f3572 feat(all): enable REGAPIC and REST numeric enums (#6999)
  • Additional commits viewable in compare view


Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.2 to 1.6.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/internal/v1.6.0

1.6.0 (2024-04-16)

Features Added

  • Options types for SetBodilessMatcher and SetDefaultMatcher now embed RecordingOptions
  • Added a collection of default sanitizers for test recordings

sdk/azidentity/v1.6.0

1.6.0 (2024-06-10)

Features Added

  • NewOnBehalfOfCredentialWithClientAssertions creates an on-behalf-of credential that authenticates with client assertions such as federated credentials

Breaking Changes

These changes affect only code written against a beta version such as v1.6.0-beta.4

  • Removed AzurePipelinesCredential and the persistent token caching API. They will return in v1.7.0-beta.1

Bugs Fixed

  • Managed identity bug fixes

sdk/azidentity/v1.6.0-beta.4

1.6.0-beta.4 (2024-05-14)

Features Added

  • AzurePipelinesCredential authenticates an Azure Pipeline service connection with workload identity federation

sdk/azidentity/v1.6.0-beta.3

1.6.0-beta.3 (2024-04-09)

Breaking Changes

  • DefaultAzureCredential now sends a probe request with no retries for IMDS managed identity environments to avoid excessive retry delays when the IMDS endpoint is not available. This should improve credential chain resolution for local development scenarios.

Bugs Fixed

  • ManagedIdentityCredential now specifies resource IDs correctly for Azure Container Instances
Commits
  • 36f766d add sdk/resourcemanager/cosmos/armcosmos live test (#20705)
  • c005ed6 sdk/resourcemanager/network/armnetwork live test (#20331)
  • 5fa7df4 add sdk/resourcemanager/compute/armcompute live test (#20048)
  • 0d22aed add sdk/resourcemanager/eventhub/armeventhub live test (#20686)
  • 2a8d96d add sdk/resourcemanager/postgresql/armpostgresql live test (#20685)
  • b2cddab [Release] sdk/resourcemanager/paloaltonetworksngfw/armpanngfw/0.1.0 (#20437)
  • ed7f3c7 Fix azidentity troubleshooting guide link (#20736)
  • 6dfd0cb [azeventhubs] Fixing checkpoint store race condition (#20727)
  • 745d967 pass along the artifact name so we can override it later (#20732)
  • 20b4dd8 Update changelog with latest features (#20730)
  • Additional commits viewable in compare view


Updates github.com/Azure/go-autorest/autorest/azure/auth from 0.5.12 to 0.5.13

Release notes

Sourced from github.com/Azure/go-autorest/autorest/azure/auth's releases.

autorest/azure/auth/v0.5.13

Deprecate the auth module.

Commits
  • f7ea664 Mark the adal module as deprecated (#731)
  • 4c0e21c Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/cli (#730)
  • e2786c1 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/azure/auth (#729)
  • 4956109 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest (#728)
  • 4210247 Bump golang.org/x/crypto from 0.6.0 to 0.17.0 in /autorest/adal (#727)
  • df94ce5 Stop retriable request from adding a non-nil Body (#726)
  • d3f8f8a chore: should use xx.String() instead of string(xx.Bytes()) (#725)
  • be633f7 io/ioutil deprecated (#724)
  • c2958ac Remove undefined behavior during return (#723)
  • 553a90a fix: enable update jwt via callback for workloadidentity (#719)
  • Additional commits viewable in compare view


Updates github.com/BurntSushi/toml from 1.3.2 to 1.4.0

Release notes

Sourced from github.com/BurntSushi/toml's releases.

v1.4.0

This version requires Go 1.18

  • Add toml.Marshal() (#405)

  • Require 2-digit hour (#320)

  • Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)

  • Fix inline tables with dotted keys inside inline arrays (e.g. k=[{a.b=1}]) (#400)

Commits
  • 1e2c053 Undeprecate PrimitiveDecode and MetaData.PrimitiveDecode()
  • f8f7e48 Update toml-test
  • 9a80667 Add -json flag to tomlv
  • 3203540 fuzz: move fuzz_targets from oss-fuzz (#406)
  • 77ce858 Add Marshal Function (#405)
  • 0e879cb Fix panic when trying to set subkey for a value that's not a table
  • c299e75 Update toml-test
  • 4223137 Fix inline tables with dotted keys inside inline arrays (#400)
  • 45e7e49 Update toml-test
  • c320c2d Fix utf8.RuneError test
  • Additional commits viewable in compare view


Updates github.com/aws/aws-sdk-go from 1.53.6 to 1.54.0

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.54.0 (2024-06-12)

Service Client Updates

  • service/apptest: Updates service API, documentation, waiters, paginators, and examples
  • service/ec2: Updates service API and documentation
    • Tagging support for Traffic Mirroring FilterRule resource
  • service/osis: Updates service API and documentation
  • service/redshift: Updates service API and documentation
    • Updates to remove DC1 and DS2 node types.
  • service/secretsmanager: Updates service API and documentation
    • Introducing RotationToken parameter for PutSecretValue API
  • service/securitylake: Updates service API and documentation
  • service/sesv2: Updates service API and documentation

SDK Features

  • service/backupstorage: Remove Backupstorage
    • This change removes the Backupstorage service, which has been deprecated.

Release v1.53.21 (2024-06-11)

Service Client Updates

  • service/accessanalyzer: Updates service API, documentation, paginators, and examples
  • service/guardduty: Updates service API and documentation
    • Added API support for GuardDuty Malware Protection for S3.
  • service/networkmanager: Updates service API and documentation
  • service/pca-connector-scep: Adds new service
  • service/sagemaker: Updates service API and documentation
    • Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.

Release v1.53.20 (2024-06-10)

Service Client Updates

  • service/application-signals: Adds new service
  • service/ecs: Updates service API and documentation
    • This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
  • service/imagebuilder: Updates service API

Release v1.53.19 (2024-06-07)

Service Client Updates

  • service/auditmanager: Updates service API and documentation
  • service/b2bi: Updates service API
  • service/codepipeline: Updates service API and documentation
    • CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
  • service/sagemaker: Updates service API and documentation
    • This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.

... (truncated)

Commits


Updates github.com/getsentry/sentry-go from 0.27.0 to 0.28.1

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.28.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.1.

Bug Fixes

  • Implement http.ResponseWriter to hook into various parts of the response process (#837)

0.28.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.28.1

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.1.

Bug Fixes

  • Implement http.ResponseWriter to hook into various parts of the response process (#837)

0.28.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.28.0.

Features

  • Add a Fiber performance tracing & error reporting integration (#795)
  • Add performance tracing to the Echo integration (#722)
  • Add performance tracing to the FastHTTP integration (#732)
  • Add performance tracing to the Iris integration (#809)
  • Add performance tracing to the Negroni integration (#808)
  • Add FailureIssueThreshold & RecoveryThreshold to MonitorConfig (#775)
  • Use errors.Unwrap() to create exception groups (#792)
  • Add support for matching on strings for ClientOptions.IgnoreErrors & ClientOptions.IgnoreTransactions (#819)
  • Add http.request.method attribute for performance span data (#786)
  • Accept interface{} for span data values (#784)

Bug Fixes

  • Fix missing stack trace for parsing error in logrusentry (#689)
Commits


Updates github.com/gophercloud/gophercloud from 1.11.0 to 1.12.0

Release notes

Sourced from github.com/gophercloud/gophercloud's releases.

v1.12.0

What's Changed

Full Changelog: https://github.com/gophercloud/gophercloud/compare/v1.11.0...v1.12.0

Changelog

Sourced from github.com/gophercloud/gophercloud's changelog.

v1.12.0 (2024-05-27)

  • GH-2979 [v1] CI backports
  • GH-2985 [v1] baremetal: fix handling of the "fields" query argument
  • GH-2989 [v1] [CI] Fix portbiding tests
  • GH-2992 [v1] [CI] Fix portbiding tests
  • GH-2993 [v1] build(deps): bump EmilienM/devstack-action from 0.14 to 0.15
  • GH-2998 [v1] testhelper: mark all helpers with t.Helper
  • GH-3043 [v1] CI: remove Zed from testing coverage
Commits
  • 651cde8 Merge pull request #3059 from shiftstack/prepare_v1.12.0
  • 43f8603 Prepare v1.12.0
  • 4434feb Merge pull request #3043 from gophercloud/bp-v1-7ec9c56
  • 5dd732d CI: remove Zed from testing coverage
  • fab2a6e Merge pull request #2998 from gophercloud/bp-v1-7b093f0
  • 7fc854b testhelper: mark all helpers with t.Helper
  • 1e00fc2 Merge pull request #2993 from gophercloud/bp-v1-14b906e
  • 63fd8f5 build(deps): bump EmilienM/devstack-action from 0.14 to 0.15
  • bc0272d Merge pull request #2992 from gophercloud/bp-v1-db5585b-f70a5c1
  • 5ef5fcf [CI] Fix portbiding tests
  • Additional commits viewable in compare view


Updates github.com/hashicorp/go-retryablehttp from 0.7.6 to 0.7.7

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.7 (May 30, 2024)

BUG FIXES:

  • client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158)
Commits
  • 1542b31 v0.7.7
  • defb9f4 v0.7.7
  • a99f07b Merge pull request #158 from dany74q/danny/redacted-url-in-logs
  • 8a28c57 Merge branch 'main' into danny/redacted-url-in-logs
  • 86e852d Merge pull request #227 from hashicorp/dependabot/github_actions/actions/chec...
  • 47fe99e Bump actions/checkout from 4.1.5 to 4.1.6
  • 490fc06 Merge pull request #226 from testwill/ioutil
  • f3e9417 chore: remove refs to deprecated io/ioutil
  • See full diff in compare view


Updates github.com/openshift-online/ocm-sdk-go from 0.1.420 to 0.1.424

Release notes

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

Release 0.1.424

  • Update model version v0.0.377
    • Change type of the OSDiskSizeGibibytes attribute in the AzureNodePool resource from String to Integer.

Release 0.1.423

  • Update model version v0.0.376
    • Add AzureNodePool to NodePool type

Release 0.1.422

  • Update model version v0.0.375
    • Add ManagementUpgrade parameters to the NodePool model to support additional upgrade configuration.
    • Support server name inference for regionalized OCM redirects
    • Add AdditionalAllowedPrincipals to AWS type to support additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service.

Release 0.1.421

  • Update model version v0.0.374
    • Add CreationTimestamp and LastUpdateTimestamp to RolePolicyBinding type
    • Add access_transparency service
Changelog

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

0.1.424

  • Update model version v0.0.377
    • Change type of the OSDiskSizeGibibytes attribute in the AzureNodePool resource from String to Integer.

0.1.423

  • Update model version v0.0.376
    • Add AzureNodePool to NodePool type

0.1.422

  • Update model version v0.0.375
    • Add ManagementUpgrade parameters to the NodePool model to support additional upgrade configuration.
    • Support server name inference for regionalized OCM redirects
    • Add AdditionalAllowedPrincipals to AWS type to support additional allowed principal ARNs to be added to the hosted control plane's VPC Endpoint Service.

0.1.421

  • Update model version v0.0.374
    • Add CreationTimestamp and LastUpdateTimestamp to RolePolicyBinding type
    • Add access_transparency service
Commits
  • 5991978 ARO-8404 | chore: release v0.1.424 (#963)
  • d36ebd9 Merge pull request #962 from miguelsorianod/change-osdisksizegib-type
  • a54b61e chore: synchronise to ocm-api-model 0.0.377
  • a3066ce Merge pull request #961 from miguelsorianod/release-0.1.423
  • 441dbf6 ARO-7434 | chore: release v0.1.423
  • 2046727 Merge pull request #960 from miguelsorianod/add-azurenodepool-to-nodepool
  • bf8c151 chore: synchronise to ocm-api-model 0.0.376
  • d0bf924 Merge pull request #959 from philipwu08/release-1422
  • 002eb7b Merge pull request #956 from philipwu08/node-management-upgrade
  • 70ccae4 OCM-7288 | chore: release v0.1.422
  • Additional commits viewable in compare view


Updates github.com/osbuild/images from 0.65.0 to 0.66.0

Release notes

Sourced from github.com/osbuild/images's releases.

0.66.0

Changes with 0.66.0

  • github: remove skip-gpg-cache from go lint job (#738)
    • Author: Achilleas Koutsou, Reviewers: Tomáš Hozza

— Somewhere on the Internet, 2024-06-10

Commits


Updates github.com/vmware/govmomi from 0.37.2 to 0.37.3

Release notes

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

v0.37.3

Release v0.37.3

Release Date: 2024-06-05

🧹 Chore

  • [6b391d35] Update version.go for v0.37.3

⚠️ BREAKING

📖 Commits

  • [6b391d35] chore: Update version.go for v0.37.3
  • [a554e040] nfc: Record the SSL thumbprint for the host the (device) URL refers to
Commits
  • 6b391d3 chore: Update version.go for v0.37.3
  • a554e04 nfc: Record the SSL thumbprint for the host the (device) URL refers to
  • See full diff in compare view


Updates golang.org/x/oauth2 from 0.20.0 to 0.21.0

Commits


Updates golang.org/x/sys from 0.20.0 to 0.21.0

Commits
  • 673e0f9 unix: skip ethtool driver test for busy interface
  • 6943ab6 unix/linux: update glibc to 2.39
  • 92f3ad6 unix: update to Linux kernel 6.9
  • f34bb9f windows: add net user enum
  • 6dfb94e unix: add types for SOCK_DIAG
  • See full diff in compare view


Updates google.golang.org/api from 0.181.0 to 0.183.0

Release notes

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

v0.183.0

0.183.0 (2024-06-04)

Features

Bug Fixes

v0.182.0

0.182.0 (2024-05-28)

Features

Changelog

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

0.183.0 (2024-06-04)

Features

Bug Fixes

0.182.0 (2024-05-28)

Features

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 #4209.