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 group with 6 updates #470

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go group with 6 updates:

Package From To
github.com/aws/aws-sdk-go 1.45.0 1.45.15
github.com/hashicorp/hc-install 0.5.2 0.6.0
github.com/hashicorp/terraform-exec 0.18.1 0.19.0
github.com/migueleliasweb/go-github-mock 0.0.19 0.0.20
github.com/rs/zerolog 1.30.0 1.31.0
golang.org/x/oauth2 0.11.0 0.12.0

Updates github.com/aws/aws-sdk-go from 1.45.0 to 1.45.15

Release notes

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

Release v1.45.15 (2023-09-22)

Service Client Updates

  • service/braket: Updates service API and documentation
  • service/dms: Updates service API, documentation, and examples
    • new vendors for DMS CSF: MongoDB, MariaDB, DocumentDb and Redshift
  • service/ec2: Updates service API
    • EC2 M2 Pro Mac instances are powered by Apple M2 Pro Mac Mini computers featuring 12 core CPU, 19 core GPU, 32 GiB of memory, and 16 core Apple Neural Engine and uniquely enabled by the AWS Nitro System through high-speed Thunderbolt connections.
  • service/elasticfilesystem: Updates service documentation
    • Documentation updates for Elastic File System
  • service/events: Updates service API and documentation
    • Adds sensitive trait to various shapes in Jetstream Connections API model.
  • service/guardduty: Updates service API and documentation
    • Add EKS_CLUSTER_NAME to filter and sort key.
  • service/mediaconvert: Updates service API and documentation
    • This release supports the creation of of audio-only tracks in CMAF output groups.

SDK Bugs

  • aws/session: Removed typed literal parsing for config, everything is now treated as a string until a numeric value is needed.
    • This resolves an issue where the contents of a profile would silently be dropped with certain values.

Release v1.45.14 (2023-09-20)

Service Client Updates

  • service/appconfig: Updates service API, documentation, and paginators
  • service/apprunner: Updates service API, documentation, and paginators
  • service/codeartifact: Updates service API
  • service/kinesisvideo: Updates service documentation
    • Updated DescribeMediaStorageConfiguration, StartEdgeConfigurationUpdate, ImageGenerationConfiguration$SamplingInterval, and UpdateMediaStorageConfiguration to match AWS Docs.
  • service/logs: Updates service API and documentation
    • Add ClientToken to QueryDefinition CFN Handler in CWL
  • service/s3: Updates service API, documentation, and examples
    • Fix an issue where the SDK can fail to unmarshall response due to NumberFormatException
  • service/servicediscovery: Updates service API and documentation
  • service/sso-oidc: Adds new service

Release v1.45.13 (2023-09-19)

Service Client Updates

  • service/ec2: Updates service API
    • This release adds support for C7i, and R7a instance types.
  • service/outposts: Updates service API and documentation
  • service/sagemaker: Updates service API and documentation
    • This release adds support for one-time model monitoring schedules that are executed immediately without delay, explicit data analysis windows for model monitoring schedules and exclude features attributes to remove features from model monitor analysis.

Release v1.45.12 (2023-09-18)

... (truncated)

Commits

Updates github.com/hashicorp/hc-install from 0.5.2 to 0.6.0

Release notes

Sourced from github.com/hashicorp/hc-install's releases.

v0.6.0

What's Changed

ENHANCEMENTS:

BUG FIXES:

INTERNAL:

New Contributors

Full Changelog: hashicorp/hc-install@v0.5.2...v0.6.0

Commits
  • ab8fedd Update VERSION to 0.6.0 (prepare for release)
  • 89c9d1a releases: support enterprise versions (#148)
  • 850464c build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#152)
  • 31cb857 build: bump BuildTimeout from 15 to 25 mins (#151)
  • 7c0cd8c build: Adapt to new Go toolchain versioning change in 1.21 (#150)
  • 035724c build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (#149)
  • b6f1771 build(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 (#147)
  • 0094c35 build(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 (#146)
  • a49457e build(deps): bump golang.org/x/mod from 0.11.0 to 0.12.0 (#144)
  • 5dbab5a build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (#141)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-exec from 0.18.1 to 0.19.0

Release notes

Sourced from github.com/hashicorp/terraform-exec's releases.

v0.19.0

ENHANCEMENTS:

  • Add support for terraform test command (#398)
  • Add support for -refresh-only flag for Plan and Apply methods. (#402)
  • Add support for -destroy flag for Apply (#292)

BUG FIXES:

  • Fix bug in which the TF_WORKSPACE env var was set to an empty string, instead of being unset as intended. (#388)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.19.0 (August 31, 2023)

ENHANCEMENTS:

  • Add support for terraform test command (#398)
  • Add support for -refresh-only flag for Plan and Apply methods. (#402)
  • Add support for -destroy flag for Apply (#292)

BUG FIXES:

  • Fix bug in which the TF_WORKSPACE env var was set to an empty string, instead of being unset as intended. (#388)
Commits
  • 44a44d7 v0.19.0 [skip ci]
  • b55ace7 Bump github.com/hashicorp/hc-install from 0.5.2 to 0.6.0 (#407)
  • 1581bc7 Fix test file extensions in e2e tests (#408)
  • abef36d Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 (#406)
  • 08caa9a Update CHANGELOG.md
  • f1b3c61 Update CHANGELOG.md
  • ec5a394 feat: add refresh-only flag for plan and apply methods (#402)
  • 2210f68 apply: allow use of -destroy flag for compatible terraform versions (#292)
  • 6a6a61a Bump actions/checkout from 3.5.3 to 3.6.0 (#404)
  • cff1cb8 tfexec: Initial test command support (#400)
  • Additional commits viewable in compare view

Updates github.com/migueleliasweb/go-github-mock from 0.0.19 to 0.0.20

Release notes

Sourced from github.com/migueleliasweb/go-github-mock's releases.

v0.0.20

What's Changed

New Contributors

Full Changelog: migueleliasweb/go-github-mock@v0.0.19...v0.0.20

Commits

Updates github.com/rs/zerolog from 1.30.0 to 1.31.0

Commits

Updates golang.org/x/oauth2 from 0.11.0 to 0.12.0

Commits
  • 0708528 go.mod: update golang.org/x dependencies
  • a835fc4 oauth2: move global auth style cache to be per-Config
  • See full diff 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 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 group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.45.0` | `1.45.15` |
| [github.com/hashicorp/hc-install](https://github.com/hashicorp/hc-install) | `0.5.2` | `0.6.0` |
| [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec) | `0.18.1` | `0.19.0` |
| [github.com/migueleliasweb/go-github-mock](https://github.com/migueleliasweb/go-github-mock) | `0.0.19` | `0.0.20` |
| [github.com/rs/zerolog](https://github.com/rs/zerolog) | `1.30.0` | `1.31.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.11.0` | `0.12.0` |


Updates `github.com/aws/aws-sdk-go` from 1.45.0 to 1.45.15
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.0...v1.45.15)

Updates `github.com/hashicorp/hc-install` from 0.5.2 to 0.6.0
- [Release notes](https://github.com/hashicorp/hc-install/releases)
- [Commits](hashicorp/hc-install@v0.5.2...v0.6.0)

Updates `github.com/hashicorp/terraform-exec` from 0.18.1 to 0.19.0
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.18.1...v0.19.0)

Updates `github.com/migueleliasweb/go-github-mock` from 0.0.19 to 0.0.20
- [Release notes](https://github.com/migueleliasweb/go-github-mock/releases)
- [Commits](migueleliasweb/go-github-mock@v0.0.19...v0.0.20)

Updates `github.com/rs/zerolog` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](rs/zerolog@v1.30.0...v1.31.0)

Updates `golang.org/x/oauth2` from 0.11.0 to 0.12.0
- [Commits](golang/oauth2@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/hashicorp/hc-install
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/migueleliasweb/go-github-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

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 25, 2023
@codecov-commenter
Copy link

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@jaskaransarkaria jaskaransarkaria merged commit 4a4117c into main Sep 27, 2023
2 checks passed
@jaskaransarkaria jaskaransarkaria deleted the dependabot/go_modules/go-e08e1d06cb branch September 27, 2023 15:07
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.

2 participants