A dummy support library containing some additional methods for handling DevOps stuff.

  • By DS/2
  • Last update: Jun 16, 2022
  • Comments: 11

pipeline status coverage report

Go Support Lib

Some helpful functions.

Using it in your project

Run:

go get gitlab.com/ds_2/go-support-lib

Protocol Buffers

Install Protobuffers version via:

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

To generate the stubs, run inside the respective directory:

protoc --go_out=. common/*.proto
protoc --go_out=. docker/*.proto
protoc --go_out=. k8s/*.proto
protoc --go_out=. sysinfo/*.proto

Build as library

Run:

go build -race ./...

To deploy it locally:

go install ./...

Update dependencies

export GO111MODULE=on
go mod tidy
go clean -modcache
go list -u -m all

Use:

go build -race ./...

Tests via

go test ./...

Releasing

go mod tidy -v # cleans all unneeded deps
go mod verify
go test ./... # or to fully test all packages -> go test all

Download

go-support-lib.zip

Comments(11)

  • 1

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.152 to 1.44.153

    Bumps github.com/aws/aws-sdk-go from 1.44.152 to 1.44.153.

    Release notes

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

    Release v1.44.153 (2022-12-05)

    Service Client Updates

    • service/ce: Updates service API and documentation
    • service/ec2: Updates service documentation
      • Documentation updates for EC2.
    • service/ivschat: Updates service API and documentation
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • This release adds the InvalidDBInstanceStateFault to the RestoreDBClusterFromSnapshot operation.
    • service/transcribe: Updates service API
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 2

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.146 to 1.44.147

    Bumps github.com/aws/aws-sdk-go from 1.44.146 to 1.44.147.

    Release notes

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

    Release v1.44.147 (2022-11-29)

    Service Client Updates

    • service/arc-zonal-shift: Adds new service
    • service/compute-optimizer: Updates service API and documentation
    • service/config: Updates service API, documentation, and paginators
    • service/ec2: Updates service API, documentation, and paginators
      • Introduces ENA Express, which uses AWS SRD and dynamic routing to increase throughput and minimize latency, adds support for trust relationships between Reachability Analyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure Performance metric subscriptions.
    • service/eks: Updates service API and documentation
    • service/fsx: Updates service API and documentation
    • service/glue: Updates service API and documentation
      • This release allows the creation of Custom Visual Transforms (Dynamic Transforms) to be created via AWS Glue CLI/SDK.
    • service/inspector2: Updates service API and documentation
    • service/lambda: Updates service API, documentation, and waiters
      • Adds support for Lambda SnapStart, which helps improve the startup performance of functions. Customers can now manage SnapStart based functions via CreateFunction and UpdateFunctionConfiguration APIs
    • service/license-manager-user-subscriptions: Updates service API and documentation
    • service/macie2: Updates service API, documentation, and paginators
    • service/quicksight: Updates service API and documentation
      • This release adds new Describe APIs and updates Create and Update APIs to support the data model for Dashboards, Analyses, and Templates.
    • service/s3control: Updates service API and documentation
      • Added two new APIs to support Amazon S3 Multi-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAccessPointRoutes. The failover control APIs are supported in the following Regions: us-east-1, us-west-2, eu-west-1, ap-southeast-2, and ap-northeast-1.
    • service/securityhub: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 3

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.138 to 1.44.139

    Bumps github.com/aws/aws-sdk-go from 1.44.138 to 1.44.139.

    Release notes

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

    Release v1.44.139 (2022-11-16)

    Service Client Updates

    • service/batch: Updates service documentation
      • Documentation updates related to Batch on EKS
    • service/billingconductor: Updates service API and documentation
    • service/cloudformation: Updates service API
      • Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks
    • service/comprehendmedical: Updates service API
    • service/connect: Updates service API and documentation
    • service/eks: Updates service API and documentation
    • service/elasticache: Updates service API and documentation
      • for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
    • service/iottwinmaker: Updates service API, documentation, and paginators
    • service/personalize-events: Updates service API and documentation
    • service/proton: Updates service API and documentation
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • This release adds support for container databases (CDBs) to Amazon RDS Custom for Oracle. A CDB contains one PDB at creation. You can add more PDBs using Oracle SQL. You can also customize your database installation by setting the Oracle base, Oracle home, and the OS user name and group.
    • service/ssm: Updates service API, documentation, and paginators
      • This release adds support for cross account access in CreateOpsItem, UpdateOpsItem and GetOpsItem. It introduces new APIs to setup resource policies for SSM resources: PutResourcePolicy, GetResourcePolicies and DeleteResourcePolicy.
    • service/ssm-incidents: Updates service API and documentation
    • service/transfer: Updates service API
      • Allow additional operations to throw ThrottlingException
    • service/xray: Updates service API, documentation, and paginators
      • This release adds new APIs - PutResourcePolicy, DeleteResourcePolicy, ListResourcePolicies for supporting resource based policies for AWS X-Ray.
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 4

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.126 to 1.44.127

    Bumps github.com/aws/aws-sdk-go from 1.44.126 to 1.44.127.

    Release notes

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

    Release v1.44.127 (2022-10-31)

    Service Client Updates

    • service/apprunner: Updates service API, documentation, and paginators
    • service/connect: Updates service API and documentation
    • service/ec2: Updates service API, documentation, and paginators
      • Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
    • service/iot: Updates service API and documentation
      • This release adds the Amazon Location action to IoT Rules Engine.
    • service/logs: Updates service API and documentation
      • SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
    • service/sesv2: Updates service API, documentation, and paginators
    • service/textract: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 5

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.120 to 1.44.121

    Bumps github.com/aws/aws-sdk-go from 1.44.120 to 1.44.121.

    Release notes

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

    Release v1.44.121 (2022-10-21)

    Service Client Updates

    • service/cognito-idp: Updates service API and documentation
    • service/s3: Updates service examples
      • S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
    • service/sagemaker: Updates service API and documentation
      • CreateInferenceRecommenderjob API now supports passing endpoint details directly, that will help customers to identify the max invocation and max latency they can achieve for their model and the associated endpoint along with getting recommendations on other instances.
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 6

    ⬆️ Bump github.com/aws/aws-sdk-go from 1.44.114 to 1.44.115

    Bumps github.com/aws/aws-sdk-go from 1.44.114 to 1.44.115.

    Release notes

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

    Release v1.44.115 (2022-10-13)

    Service Client Updates

    • service/amplifyuibuilder: Updates service API and documentation
    • service/appflow: Updates service API and documentation
    • service/connect: Updates service API and documentation
    • service/ds: Updates service API, documentation, and paginators
      • This release adds support for describing and updating AWS Managed Microsoft AD set up.
    • service/ecs: Updates service documentation
      • Documentation update to address tickets.
    • service/guardduty: Updates service API and documentation
      • Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
    • service/iam: Updates service documentation
      • Documentation updates for the AWS Identity and Access Management API Reference.
    • service/iotfleetwise: Updates service documentation
    • service/medialive: Updates service API and documentation
      • AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
    • service/mediapackage-vod: Updates service API and documentation
    • service/panorama: Updates service API and documentation
    • service/rds-data: Updates service API and documentation
    • service/ssm: Updates service API and documentation
      • Support of AmazonLinux2022 by Patch Manager
    • service/ssm-incidents: Updates service API
    • service/transfer: Updates service API and documentation
      • This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.
    • service/translate: Updates service documentation
    • service/wisdom: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 7

    Bump github.com/aws/aws-sdk-go from 1.44.51 to 1.44.52

    Bumps github.com/aws/aws-sdk-go from 1.44.51 to 1.44.52.

    Release notes

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

    Release v1.44.52 (2022-07-11)

    Service Client Updates

    • service/ec2: Updates service API, documentation, and paginators
      • Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
    • service/redshift: Updates service API and documentation
      • This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
    • service/redshift-serverless: Updates service documentation
    Changelog

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

    Release v1.44.52 (2022-07-11)

    Service Client Updates

    • service/ec2: Updates service API, documentation, and paginators
      • Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
    • service/redshift: Updates service API and documentation
      • This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
    • service/redshift-serverless: Updates service documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 8

    Bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.49

    Bumps github.com/aws/aws-sdk-go from 1.44.47 to 1.44.49.

    Release notes

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

    Release v1.44.49 (2022-07-06)

    Service Client Updates

    • service/cloudformation: Updates service API and documentation
      • My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
    • service/synthetics: Updates service API, documentation, and paginators

    Release v1.44.48 (2022-07-05)

    Service Client Updates

    • service/config: Updates service documentation
    • service/models.lex.v2: Updates service API and documentation
    • service/quicksight: Updates service API and documentation
      • This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • Adds waiters support for DBCluster.
    • service/rolesanywhere: Adds new service
    • service/ssm-incidents: Updates service API and documentation
    Changelog

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

    Release v1.44.49 (2022-07-06)

    Service Client Updates

    • service/cloudformation: Updates service API and documentation
      • My AWS Service (placeholder) - Add a new feature Account-level Targeting for StackSet operation
    • service/synthetics: Updates service API, documentation, and paginators

    Release v1.44.48 (2022-07-05)

    Service Client Updates

    • service/config: Updates service documentation
    • service/models.lex.v2: Updates service API and documentation
    • service/quicksight: Updates service API and documentation
      • This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • Adds waiters support for DBCluster.
    • service/rolesanywhere: Adds new service
    • service/ssm-incidents: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 9

    Bump github.com/aws/aws-sdk-go from 1.44.47 to 1.44.48

    Bumps github.com/aws/aws-sdk-go from 1.44.47 to 1.44.48.

    Release notes

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

    Release v1.44.48 (2022-07-05)

    Service Client Updates

    • service/config: Updates service documentation
    • service/models.lex.v2: Updates service API and documentation
    • service/quicksight: Updates service API and documentation
      • This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • Adds waiters support for DBCluster.
    • service/rolesanywhere: Adds new service
    • service/ssm-incidents: Updates service API and documentation
    Changelog

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

    Release v1.44.48 (2022-07-05)

    Service Client Updates

    • service/config: Updates service documentation
    • service/models.lex.v2: Updates service API and documentation
    • service/quicksight: Updates service API and documentation
      • This release allows customers to programmatically create QuickSight accounts with Enterprise and Enterprise + Q editions. It also releases allowlisting domains for embedding QuickSight dashboards at runtime through the embedding APIs.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • Adds waiters support for DBCluster.
    • service/rolesanywhere: Adds new service
    • service/ssm-incidents: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 10

    Bump github.com/aws/aws-sdk-go from 1.44.44 to 1.44.45

    Bumps github.com/aws/aws-sdk-go from 1.44.44 to 1.44.45.

    Release notes

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

    Release v1.44.45 (2022-06-29)

    Service Client Updates

    • service/appstream: Updates service API and documentation
      • Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
    • service/elasticloadbalancingv2: Updates service documentation
    • service/elasticmapreduce: Updates service API and documentation
      • This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
    • service/medialive: Updates service API and documentation
      • This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
    • service/redshift-serverless: Adds new service
    • service/sagemaker: Updates service API and documentation
      • This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
    • service/translate: Updates service API, documentation, and paginators
    Changelog

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

    Release v1.44.45 (2022-06-29)

    Service Client Updates

    • service/appstream: Updates service API and documentation
      • Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs
    • service/elasticloadbalancingv2: Updates service documentation
    • service/elasticmapreduce: Updates service API and documentation
      • This release introduces additional optional parameter "Throughput" to VolumeSpecification to enable user to configure throughput for gp3 ebs volumes.
    • service/medialive: Updates service API and documentation
      • This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
    • service/redshift-serverless: Adds new service
    • service/sagemaker: Updates service API and documentation
      • This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API.
    • service/translate: Updates service API, documentation, and paginators
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • 11

    Bump github.com/aws/aws-sdk-go from 1.44.35 to 1.44.36

    Bumps github.com/aws/aws-sdk-go from 1.44.35 to 1.44.36.

    Release notes

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

    Release v1.44.36 (2022-06-16)

    Service Client Updates

    • service/redshift-data: Updates service API and documentation
    • service/redshiftserverless: Adds new service
    • service/secretsmanager: Updates service documentation
      • Documentation updates for Secrets Manager
    • service/securityhub: Updates service API and documentation
    Changelog

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

    Release v1.44.36 (2022-06-16)

    Service Client Updates

    • service/redshift-data: Updates service API and documentation
    • service/redshiftserverless: Adds new service
    • service/secretsmanager: Updates service documentation
      • Documentation updates for Secrets Manager
    • service/securityhub: Updates service API and documentation
    Commits

    Dependabot compatibility score

    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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)