Skip to content
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

build(deps): bump the go-deps group with 6 updates #3688

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps the go-deps group with 6 updates:

Package From To
cloud.google.com/go/storage 1.32.0 1.33.0
github.com/aws/aws-sdk-go 1.44.332 1.45.11
github.com/gophercloud/gophercloud 1.5.0 1.6.0
github.com/openshift-online/ocm-sdk-go 0.1.364 0.1.368
github.com/osbuild/images 0.3.0 0.5.0
google.golang.org/api 0.138.0 0.141.0

Updates cloud.google.com/go/storage from 1.32.0 to 1.33.0

Release notes

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

pubsub: v1.33.0

1.33.0 (2023-07-24)

Features

  • pubsub: Support payload wrapping for push subs (#8292) (fd49db5)

Bug Fixes

  • pubsub/pstest: Update maxMessageRetentionDuration to be 31 days (#8199) (1fa4bb8)

storage: v1.33.0

1.33.0 (2023-09-07)

Features

Commits
  • 33226bd chore(main): release pubsub 1.33.0 (#8207)
  • c27b203 chore(ci): add profiler blunderbuss config (#8319)
  • c77b1a7 chore(commerce/consumer/procurement): add config to generate apiv1 (#8318)
  • fd49db5 feat(pubsub): support payload wrapping for push subs (#8292)
  • d3f60b3 chore(main): release bigquery 1.53.0 (#8220)
  • 7cb7f66 chore(secretmanager): update copyright year for Secret Manager (#8312)
  • 2970859 chore: release main (#8291)
  • d78b851 feat(spanner/spansql): add support for foreign key actions (#8296)
  • 432864c feat(eventarc/publishing): promote to GA (#8308)
  • b3eda80 chore(netapp): Revert "add config to generate apiv1beta1 (#8300)" (#8310)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.44.332 to 1.45.11

Release notes

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

Release v1.45.11 (2023-09-15)

Service Client Updates

  • service/appstream: Updates service API, documentation, and waiters
    • This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • service/connect: Updates service API
  • service/datasync: Updates service documentation
  • service/sagemaker: Updates service API and documentation
    • This release introduces Skip Model Validation for Model Packages

Release v1.45.10 (2023-09-14)

Service Client Updates

  • service/appstream: Updates service API, documentation, and waiters
    • This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
  • service/cloudformation: Updates service documentation
    • Documentation updates for AWS CloudFormation
  • service/entityresolution: Updates service API and documentation
  • service/lookoutequipment: Updates service API, documentation, paginators, and examples

Release v1.45.9 (2023-09-13)

Service Client Updates

  • service/cloud9: Updates service documentation
    • Update to include information on Ubuntu 18 deprecation.
  • service/drs: Updates service API, documentation, and paginators
  • service/firehose: Updates service API and documentation
    • DocumentIdOptions has been added for the Amazon OpenSearch destination.
  • service/guardduty: Updates service API and documentation
    • Add managementType field to ListCoverage API response.
  • service/internetmonitor: Adds new service
  • service/ivs-realtime: Updates service documentation
  • service/simspaceweaver: Updates service documentation
  • service/xray: Updates service API and documentation
    • Add StartTime field in GetTraceSummaries API response for each TraceSummary.

Release v1.45.8 (2023-09-12)

Service Client Updates

  • service/ec2: Updates service API and documentation
    • This release adds support for restricting public sharing of AMIs through AMI Block Public Access
  • service/eventbridge: Updates service API and documentation
  • service/kendra: Updates service API and documentation
    • Amazon Kendra now supports confidence score buckets for retrieved passage results using the Retrieve API.

SDK Enhancements

... (truncated)

Commits

Updates github.com/gophercloud/gophercloud from 1.5.0 to 1.6.0

Release notes

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

v1.6.0

What's Changed

New Contributors

Full Changelog: gophercloud/gophercloud@v1.5.0...v1.6.0

Changelog

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

v1.6.0 (2023-08-30)

New features and improvements:

  • GH-2712 [v1] README: minor change to test backport workflow
  • GH-2713 [v1] tests: run MultiAttach with a capable Cinder Type
  • GH-2714 [v1] Add CRUD support for encryption in volume v3 types
  • GH-2715 [v1] Add projectID to fwaas_v2 policy CreateOpts and ListOpts
  • GH-2716 [v1] Add projectID to fwaas_v2 CreateOpts
  • GH-2717 [v1] [manila]: add reset and force delete actions to a snapshot
  • GH-2718 [v1] [cinder]: add reset and force delete actions to volumes and snapshots
  • GH-2721 [v1] orchestration: Explicit error in optionsmap creation
  • GH-2723 [v1] Add conductor API to Baremetal V1
  • GH-2729 [v1] networking/v2/ports: allow list filter by security group

CI changes:

  • GH-2675 [v1][CI] Drop periodic jobs from stable branch
  • GH-2683 [v1] CI tweaks
Commits
  • ad3cf7a Merge pull request #2738 from shiftstack/v1
  • 4605b53 Merge pull request #2739 from gophercloud/bp-v1-8d7fc3c
  • 224322e workflow: remove semver-require
  • 8539531 Prepare release v1.6.0
  • 51b35b4 Merge pull request #2729 from gophercloud/bp-v1-e767be1
  • 45e856e networking/v2/ports: allow list filter by security group
  • c6bdb0f Merge pull request #2723 from gophercloud/bp-v1-b3e4b64-8e4c755-6ff19a7
  • 9697b21 Add get conductor acceptance test
  • 0fe4b1b Add conductor API to Baremetal V1
  • 1f3de53 Add conductor API to Baremetal V1
  • Additional commits viewable in compare view

Updates github.com/openshift-online/ocm-sdk-go from 0.1.364 to 0.1.368

Release notes

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

Release 0.1.368

  • Update model version v0.0.318
    • Add ImageOverrides to Version type

Release 0.1.367

  • Windows: Update SSO CA
  • Update model version v0.0.315
    • Add DisplayName and Description properties to BillingModelItem

Release 0.1.366

  • Update model version v0.0.314
    • Add new resources and a type for BillingModelItem

Release 0.1.365

  • Update model version v0.0.312
    • Added support for AddonInstallations endpoints for addons_mgmt.
    • Updated APIs for AddonStatus, AddonStatusCondition, AddonSubOperator and AddonVersion.
Changelog

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

0.1.368

  • Update model version v0.0.318
    • Add ImageOverrides to Version type

0.1.367

  • Windows: Update SSO CA
  • Update model version v0.0.315
    • Add DisplayName and Description properties to BillingModelItem

0.1.366

  • Update model version v0.0.314
    • Add new resources and a type for BillingModelItem

0.1.365

  • Update model version v0.0.312
    • Added support for AddonInstallations endpoints for addons_mgmt.
    • Updated APIs for AddonStatus, AddonStatusCondition, AddonSubOperator and AddonVersion.
Commits
  • f455c86 Merge pull request #840 from cristianoveiga/release-0-1-368
  • 753f0d6 release 0.1.368
  • d938299 Merge pull request #839 from cristianoveiga/OCM-3599-image-overrides-to-version
  • ebbe5d9 SDK Bump to use model v0.0.318
  • 279645f Merge pull request #836 from den-rgb/OCM-3277-b
  • dc89227 OCM-3277 | feat:Updated SDK version to 317
  • 97a758c Bump ocm-api-model version to 0.0.316
  • a085b21 Release 0.1.367 (#832)
  • ecd552c Add DisplayName and Description to BillingModelItem (#831)
  • 484a6ab Merge pull request #830 from gdbranco/fix/ocm-3548
  • Additional commits viewable in compare view

Updates github.com/osbuild/images from 0.3.0 to 0.5.0

Release notes

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

0.5.0

Changes with 0.5.0

  • Actions: add workflow for marking and closing stale issues and PRs (#151)
  • Update snapshots to 20230901 (#145)
  • build(deps): bump the go-deps group with 1 update (#150)
  • build(deps): bump the go-deps group with 2 updates (#146)
  • build(deps): bump the go-deps group with 2 updates (#147)
  • build(deps): bump the go-deps group with 2 updates (#152)
  • distro/fedora: align the vhd image to the official version (#132)
  • pkg/osbuild: add OSBuildVersion() to get osbuild version (#148)

Contributions from: Ondřej Budai, Tomáš Hozza, dependabot[bot], schutzbot

— Somewhere on the Internet, 2023-09-11

0.4.0

Changes with 0.4.0

  • Update snapshots to 20230824 (#135)
  • build(deps): bump the go-deps group with 1 update (#139)
  • build(deps): bump the go-deps group with 1 update (#141)
  • build(deps): bump the go-deps group with 1 update (#144)
  • build(deps): bump the go-deps group with 2 updates (#138)
  • build(deps): bump the go-deps group with 2 updates (#142)

Contributions from: dependabot[bot]

— Somewhere on the Internet, 2023-09-04

Commits
  • 3d8388e distro/fedora: align the vhd image to the official version
  • b630dc2 build(deps): bump the go-deps group with 2 updates
  • 0c6d692 schutzfile: Update snapshots to 20230901
  • b209f75 build(deps): bump the go-deps group with 1 update
  • 4f0f013 Actions: add workflow for marking and closing stale issues and PRs
  • ee28336 pkg/osbuild: add OSBuildVersion() to get osbuild version
  • 80d8e26 build(deps): bump the go-deps group with 2 updates
  • 694e2ea build(deps): bump the go-deps group with 2 updates
  • 114c9a0 build(deps): bump the go-deps group with 1 update
  • 66f5411 build(deps): bump the go-deps group with 2 updates
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.138.0 to 0.141.0

Release notes

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

v0.141.0

0.141.0 (2023-09-14)

Features

  • all: Auto-regenerate discovery clients (#2155) (9a84e80)
  • all: Auto-regenerate discovery clients (#2159) (2b846e5)
  • all: Auto-regenerate discovery clients (#2160) (124e36e)
  • idtoken: Add ParsePayload returning unvalidated token payload (#2136) (d541d8e)

Bug Fixes

  • transport: Remove conditional App Engine gen 1 Go hooks (#2158) (c2fa93e), refs #2128

v0.140.0

0.140.0 (2023-09-11)

Features

v0.139.0

0.139.0 (2023-09-08)

Features

Documentation

Changelog

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

0.141.0 (2023-09-14)

Features

  • all: Auto-regenerate discovery clients (#2155) (9a84e80)
  • all: Auto-regenerate discovery clients (#2159) (2b846e5)
  • all: Auto-regenerate discovery clients (#2160) (124e36e)
  • idtoken: Add ParsePayload returning unvalidated token payload (#2136) (d541d8e)

Bug Fixes

  • transport: Remove conditional App Engine gen 1 Go hooks (#2158) (c2fa93e), refs #2128

0.140.0 (2023-09-11)

Features

0.139.0 (2023-09-08)

Features

Documentation

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 <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 go-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.32.0` | `1.33.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.332` | `1.45.11` |
| [github.com/gophercloud/gophercloud](https://github.com/gophercloud/gophercloud) | `1.5.0` | `1.6.0` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.364` | `0.1.368` |
| [github.com/osbuild/images](https://github.com/osbuild/images) | `0.3.0` | `0.5.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.138.0` | `0.141.0` |


Updates `cloud.google.com/go/storage` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.32.0...pubsub/v1.33.0)

Updates `github.com/aws/aws-sdk-go` from 1.44.332 to 1.45.11
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.332...v1.45.11)

Updates `github.com/gophercloud/gophercloud` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/gophercloud/gophercloud/releases)
- [Changelog](https://github.com/gophercloud/gophercloud/blob/v1.6.0/CHANGELOG.md)
- [Commits](gophercloud/gophercloud@v1.5.0...v1.6.0)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.364 to 0.1.368
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.364...v0.1.368)

Updates `github.com/osbuild/images` from 0.3.0 to 0.5.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.3.0...v0.5.0)

Updates `google.golang.org/api` from 0.138.0 to 0.141.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.138.0...v0.141.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/gophercloud/gophercloud
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/osbuild/images
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 18, 2023
Copy link
Collaborator

@schutzbot schutzbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This PR introduces changes in at least one manifest (when comparing PR HEAD 88df79f with the main merge-base 360df12). Please review the changes. The changes can be found in the artifacts of the Manifest-diff job [0] as manifests.diff.

[0] https://gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/-/jobs/5107957529/artifacts/browse

Copy link
Collaborator

@schutzbot schutzbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This PR introduces changes in at least one manifest (when comparing PR HEAD 88df79f with the main merge-base 360df12). Please review the changes. The changes can be found in the artifacts of the Manifest-diff job [0] as manifests.diff.

[0] https://gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/-/jobs/5107957945/artifacts/browse

@henrywang
Copy link
Member

Tests / edge-commit-cs9 failure has been fixed by PR #3684

@achilleas-k
Copy link
Member

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 18, 2023

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

@dependabot dependabot bot closed this Sep 18, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-3310471aab branch September 18, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants