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

Bump the stable-updates group with 13 updates #77

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps the stable-updates group with 13 updates:

Package From To
github.com/aws/aws-sdk-go 1.44.234 1.48.0
github.com/aws/aws-sdk-go-v2 1.21.0 1.23.0
github.com/aws/aws-sdk-go-v2/config 1.18.19 1.25.3
github.com/aws/aws-sdk-go-v2/service/ec2 1.92.1 1.136.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.18.7 1.23.0
github.com/aws/aws-sdk-go-v2/service/rds 1.51.0 1.63.0
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.14.7 1.18.2
github.com/aws/aws-sdk-go-v2/service/s3 1.38.5 1.43.0
github.com/go-co-op/gocron 1.34.2 1.36.0
github.com/lib/pq 1.10.7 1.10.9
github.com/spf13/cobra 1.6.1 1.8.0
github.com/stretchr/testify 1.8.2 1.8.4
golang.org/x/oauth2 0.8.0 0.14.0

Updates github.com/aws/aws-sdk-go from 1.44.234 to 1.48.0

Release notes

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

Release v1.48.0 (2023-11-17)

Service Client Updates

  • service/appmesh: Updates service API and documentation
  • service/athena: Updates service API and documentation
    • Adding SerivicePreProcessing time metric
  • service/cloud9: Updates service documentation and examples
    • A minor doc only update related to changing the date of an API change.
  • service/cloudformation: Updates service API and documentation
    • This release adds a new flag ImportExistingResources to CreateChangeSet. Specify this parameter on a CREATE- or UPDATE-type change set to import existing resources with custom names instead of recreating them.
  • service/codepipeline: Updates service API and documentation
    • CodePipeline now supports overriding source revisions to achieve manual re-deploy of a past revision
  • service/codestar-connections: Updates service API, documentation, and paginators
  • service/connect: Updates service API
  • service/dlm: Updates service documentation
  • service/ec2: Updates service API and documentation
    • This release adds new features for Amazon VPC IP Address Manager (IPAM) Allowing a choice between Free and Advanced Tiers, viewing public IP address insights across regions and in Amazon Cloudwatch, use IPAM to plan your subnet IPs within a VPC and bring your own autonomous system number to IPAM.
  • service/ecr: Updates service API and documentation
    • Documentation and operational updates for Amazon ECR, adding support for pull through cache rules for upstream registries that require authentication.
  • service/elasticmapreduce: Updates service API and documentation
    • Launch support for IAM Identity Center Trusted Identity Propagation and workspace storage encryption using AWS KMS in EMR Studio
  • service/eventbridge: Updates service API and documentation
  • service/internetmonitor: Updates service API, documentation, and paginators
  • service/ivs: Updates service API
  • service/ivschat: Updates service API
  • service/kinesisvideo: Updates service documentation
    • Docs only build to bring up-to-date with public docs.
  • service/location: Updates service API
  • service/medialive: Updates service API and documentation
    • MediaLive has now added support for per-output static image overlay.
  • service/mgn: Updates service API
  • service/osis: Updates service API and documentation
  • service/pipes: Updates service API
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for option groups and replica enhancements to Amazon RDS Custom.
  • service/redshift: Updates service API, documentation, and paginators
    • Updated SDK for Amazon Redshift, which you can use to configure a connection with IAM Identity Center to manage access to databases. With these, you can create a connection through a managed application. You can also change a managed application, delete it, or get information about an existing one.
  • service/redshift-serverless: Updates service API and documentation
  • service/s3: Updates service API, documentation, and examples
    • Removes all default 0 values for numbers and false values for booleans
  • service/sso-admin: Updates service API and documentation
  • service/sso-oidc: Updates service API, documentation, and examples
  • service/sts: Updates service documentation
    • API updates for the AWS Security Token Service
  • service/trustedadvisor: Adds new service
  • service/verifiedpermissions: Updates service API and documentation
  • service/wisdom: Updates service API, documentation, and paginators

SDK Features

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2 from 1.21.0 to 1.23.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.18.19 to 1.25.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.92.1 to 1.136.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.18.7 to 1.23.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.51.0 to 1.63.0

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/rds's changelog.

Release (2022-10-04)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.31.0
    • Feature: Updated the CreateIntegrationAssociation API to support the CASES_DOMAIN IntegrationType.
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.0.0
    • Release: New AWS service client module
    • Feature: This release adds APIs for Amazon Connect Cases. Cases allows your agents to quickly track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. For more information, see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.63.0
    • Feature: Added EnableNetworkAddressUsageMetrics flag for ModifyVpcAttribute, DescribeVpcAttribute APIs.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.18.23
    • Documentation: Documentation updates to address various Amazon ECS tickets.
  • github.com/aws/aws-sdk-go-v2/service/s3control: v1.24.0
    • Feature: S3 Object Lambda adds support to allow customers to intercept HeadObject and ListObjects requests and introduce their own compute. These requests were previously proxied to S3.
  • github.com/aws/aws-sdk-go-v2/service/workmail: v1.17.0
    • Feature: This release adds support for impersonation roles in Amazon WorkMail.

Release (2022-10-03)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.16.0
    • Feature: AWS IAM Access Analyzer policy validation introduces new checks for role trust policies. As customers author a policy, IAM Access Analyzer policy validation evaluates the policy for any issues to make it easier for customers to author secure policies.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.62.0
    • Feature: Adding an imdsSupport attribute to EC2 AMIs
  • github.com/aws/aws-sdk-go-v2/service/snowball: v1.16.0
    • Feature: Adds support for V3_5C. This is a refreshed AWS Snowball Edge Compute Optimized device type with 28TB SSD, 104 vCPU and 416GB memory (customer usable).

Release (2022-09-30)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.15.0
    • Feature: This release allows you to override the alarm configurations when creating a deployment.
  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.19.0
    • Feature: This release adds filter feature on AddNotificationChannel API, enable customer to configure the SNS notification messages by Severity or MessageTypes
  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.13.0
    • Feature: This release adds support for archival of single-volume snapshots created by Amazon Data Lifecycle Manager policies
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.46.0
    • Feature: A new parameter called ExplainerConfig is added to CreateEndpointConfig API to enable SageMaker Clarify online explainability feature.
  • github.com/aws/aws-sdk-go-v2/service/sagemakerruntime: v1.16.0
    • Feature: A new parameter called EnableExplanations is added to InvokeEndpoint API to enable on-demand SageMaker Clarify online explainability requests.
  • github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.13.6
    • Documentation: Documentation updates for the IAM Identity Center OIDC CLI Reference.

Release (2022-09-29)

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/acm: v1.15.0

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.14.7 to 1.18.2

Changelog

Sourced from github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi's changelog.

Release (2022-11-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.12.0
    • Feature: Adds a new value (WEB_COMPUTE) to the Platform enum that allows customers to create Amplify Apps with Server-Side Rendering support.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.19.0
    • Feature: AppFlow simplifies the preparation and cataloging of SaaS data into the AWS Glue Data Catalog where your data can be discovered and accessed by AWS analytics and ML services. AppFlow now also supports data field partitioning and file size optimization to improve query performance and reduce cost.
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.16.0
    • Feature: This release introduces the APPSYNC_JS runtime, and adds support for JavaScript in AppSync functions and AppSync pipeline resolvers.
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.22.0
    • Feature: Adds support for Internet Protocol Version 6 (IPv6) on DMS Replication Instances
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.71.0
    • Feature: This release adds a new optional parameter "privateIpAddress" for the CreateNatGateway API. PrivateIPAddress will allow customers to select a custom Private IPv4 address instead of having it be auto-assigned.
  • github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2: v1.18.25
    • Documentation: Provides new target group attributes to turn on/off cross zone load balancing and configure target group health for Network Load Balancers and Application Load Balancers. Provides improvements to health check configuration for Network Load Balancers.
  • github.com/aws/aws-sdk-go-v2/service/emrserverless: v1.4.0
    • Feature: Adds support for AWS Graviton2 based applications. You can now select CPU architecture when creating new applications or updating existing ones.
  • github.com/aws/aws-sdk-go-v2/service/ivschat: v1.1.0
    • Feature: Adds LoggingConfiguration APIs for IVS Chat - a feature that allows customers to store and record sent messages in a chat room to S3 buckets, CloudWatch logs, or Kinesis firehose.
  • github.com/aws/aws-sdk-go-v2/service/lambda: v1.25.0
    • Feature: Add Node 18 (nodejs18.x) support to AWS Lambda.
  • github.com/aws/aws-sdk-go-v2/service/personalize: v1.22.0
    • Feature: This release provides support for creation and use of metric attributions in AWS Personalize
  • github.com/aws/aws-sdk-go-v2/service/polly: v1.20.0
    • Feature: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
  • github.com/aws/aws-sdk-go-v2/service/rum: v1.8.0
    • Feature: CloudWatch RUM now supports custom events. To use custom events, create an app monitor or update an app monitor with CustomEvent Status as ENABLED.
  • github.com/aws/aws-sdk-go-v2/service/s3control: v1.26.0
    • Feature: Added 34 new S3 Storage Lens metrics to support additional customer use cases.
  • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.16.7
    • Documentation: Documentation updates for Secrets Manager.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.24.0
    • Feature: Added SourceLayerArn and SourceLayerHash field for security findings. Updated AwsLambdaFunction Resource detail
  • github.com/aws/aws-sdk-go-v2/service/servicecatalogappregistry: v1.15.0
    • Feature: This release adds support for tagged resource associations, which allows you to associate a group of resources with a defined resource tag key and value to the application.
  • github.com/aws/aws-sdk-go-v2/service/sts: v1.17.4
    • Documentation: Documentation updates for AWS Security Token Service.
  • github.com/aws/aws-sdk-go-v2/service/textract: v1.18.0
    • Feature: This release adds support for specifying and extracting information from documents using the Signatures feature within Analyze Document API
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.27.0
    • Feature: The release introduces CreateStandbyWorkspaces, an API that allows you to create standby WorkSpaces associated with a primary WorkSpace in another Region. DescribeWorkspaces now includes related WorkSpaces properties. DescribeWorkspaceBundles and CreateWorkspaceBundle now return more bundle details.

Release (2022-11-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

... (truncated)

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.38.5 to 1.43.0

Commits

Updates github.com/go-co-op/gocron from 1.34.2 to 1.36.0

Release notes

Sourced from github.com/go-co-op/gocron's releases.

v1.36.0

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.3...v1.36.0

v1.35.3

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.2...v1.35.3

v1.35.2

What's Changed

  • Revert "fix: setting weeks interval greater than 1 with a weekday, scheduling too early by @​XiXiangFiles" by @​JohnRoesler in go-co-op/gocron#591
    • This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.

Full Changelog: go-co-op/gocron@v1.35.1...v1.35.2

v1.35.1

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v1.35.0...v1.35.1

v1.35.0

What's Changed

Full Changelog: go-co-op/gocron@v1.34.2...v1.35.0

Commits
  • 8086065 Exposing job's scheduled unit and interval (#606)
  • 9993f76 fix(scheduler): ensure negative intervals given to Every return an immediat...
  • 912b4a7 Bump github.com/google/uuid from 1.3.1 to 1.4.0 (#604)
  • 12cfd7a Avoid allocations with (*regexp.Regexp).MatchString (#602)
  • 93a954c Update FUNDING.yml
  • 5f95210 fix: set multi-weekdays bug about issue-590 (#592)
  • cda6e1c main branch renamed to v1 (#593) (#594)
  • 0f6d926 Revert "fix: scheduler error when using every() func not following setting pr...
  • e287edf fix concurrent access to jobs map (#589)
  • 207a713 fix: scheduler error when using every() func not following setting problem (#...
  • Additional commits viewable in compare view

Updates github.com/lib/pq from 1.10.7 to 1.10.9

Release notes

Sourced from github.com/lib/pq's releases.

v1.10.9

  • Fixes backwards incompat bug with 1.13.
  • Fixes pgpass issue
Commits
  • 2a217b9 add version check for go 1.15 (#1123)
  • d8d93a3 fix handle pgpass (#1120)
  • c10fcfe remove stray debugging code
  • 96e73eb conn: Implement driver.Validator, SessionResetter for cancelation
  • 922c00e Update codeql-analysis.yml
  • a2a3173 Update test.yml
  • 3a6282f Reduced the complexity of handlePgpass (#1101)
  • 133ac67 Improved the performance of CopyIn and CopyInSchema and added BufferQuoteIden...
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.6.1 to 1.8.0

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.0

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

v1.7.0

... (truncated)

Commits
  • a0a6ae0 Improve API to get flag completion function (#2063)
  • 890302a Support usage as plugin for tools like kubectl (#2018)
  • 48cea5c build(deps): bump actions/checkout from 3 to 4 (#2028)
  • 22953d8 Replace all non-alphanumerics in active help env var program prefix (#1940)
  • 00b68a1 Add tests for flag completion registration (#2053)
  • b711e87 Don't complete --help flag when flag parsing disabled (#2061)
  • 8b1eba4 Fix linter errors (#2052)
  • 4cafa37 Allow running persistent run hooks of all parents (#2044)
  • 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047)
  • efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (#1934)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.8.2 to 1.8.4

Commits

Updates golang.org/x/oauth2 from 0.8.0 to 0.14.0

Commits
  • e067960 go.mod: update golang.org/x dependencies
  • 4c91c17 google: adds header to security considerations section
  • 3c5dbf0 go.mod: update golang.org/x dependencies
  • 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  • 8d6d45b google: add Credentials.UniverseDomain to support TPC
  • 43b6a7b google: adding support for external account authorized user
  • 14b275c oauth2: workaround misspelling of verification_uri
  • 18352fc google/internal/externalaccount: adding BYOID Metrics
  • 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  • 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 stable-updates group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.234` | `1.48.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.21.0` | `1.23.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.18.19` | `1.25.3` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.92.1` | `1.136.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.18.7` | `1.23.0` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.51.0` | `1.63.0` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.14.7` | `1.18.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.38.5` | `1.43.0` |
| [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) | `1.34.2` | `1.36.0` |
| [github.com/lib/pq](https://github.com/lib/pq) | `1.10.7` | `1.10.9` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.6.1` | `1.8.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.2` | `1.8.4` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.8.0` | `0.14.0` |


Updates `github.com/aws/aws-sdk-go` from 1.44.234 to 1.48.0
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.234...v1.48.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.21.0 to 1.23.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.21.0...v1.23.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.18.19 to 1.25.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.19...config/v1.25.3)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.92.1 to 1.136.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.92.1...service/ec2/v1.136.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.18.7 to 1.23.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.7...v1.23.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.51.0 to 1.63.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.63.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.51.0...service/ec2/v1.63.0)

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.14.7 to 1.18.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/config/v1.18.2/CHANGELOG.md)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.14.7...config/v1.18.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.38.5 to 1.43.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.5...service/s3/v1.43.0)

Updates `github.com/go-co-op/gocron` from 1.34.2 to 1.36.0
- [Release notes](https://github.com/go-co-op/gocron/releases)
- [Commits](go-co-op/gocron@v1.34.2...v1.36.0)

Updates `github.com/lib/pq` from 1.10.7 to 1.10.9
- [Release notes](https://github.com/lib/pq/releases)
- [Commits](lib/pq@v1.10.7...v1.10.9)

Updates `github.com/spf13/cobra` from 1.6.1 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.6.1...v1.8.0)

Updates `github.com/stretchr/testify` from 1.8.2 to 1.8.4
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.2...v1.8.4)

Updates `golang.org/x/oauth2` from 0.8.0 to 0.14.0
- [Commits](golang/oauth2@v0.8.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/go-co-op/gocron
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/lib/pq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3e84a83) 61.23% compared to head (365da94) 61.23%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   61.23%   61.23%           
=======================================
  Files          23       23           
  Lines        1607     1607           
=======================================
  Hits          984      984           
  Misses        547      547           
  Partials       76       76           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@shahariaazam shahariaazam merged commit a48e2e9 into master Nov 20, 2023
@shahariaazam shahariaazam deleted the dependabot/go_modules/stable-updates-38dddac501 branch November 20, 2023 10:10
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.

1 participant