Automatically resize your ebs

ebs-autoresize

Automatically resize your ebs.

Table of Contents

Installing

Download the latest binary from releases

Getting Started

Resize

ebs-autoresize --threshold=70 --increase=40
When amount of free space will be less then 70% disk will be resized on 40%

Best practices

Cron every 6 hours because AWS EBS modifications are limited to every 6 hours.

Contributing

  1. Fork it
  2. Download your fork to your PC ( git clone https://github.com/your_username/ebs-autoresize && cd ebs-autoresize )
  3. Create your feature branch ( git checkout -b my-new-feature )
  4. Make changes and add them ( git add . )
  5. Commit your changes ( git commit -m 'Add some feature' )
  6. Push to the branch ( git push origin my-new-feature )
  7. Create new pull request

License

ebs-autoresize is released under the Apache 2.0 license. See LICENSE.txt

Comments
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.3

    Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.3

    Bumps github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.3.

    Changelog

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

    Release (2022-11-30)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.18.0
      • Feature: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
    • github.com/aws/aws-sdk-go-v2/service/athena: v1.20.0
      • Feature: This release includes support for using Apache Spark in Amazon Athena.
    • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.17.0
      • Feature: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.
    • github.com/aws/aws-sdk-go-v2/service/docdbelastic: v1.0.0
      • Release: New AWS service client module
      • Feature: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
    • github.com/aws/aws-sdk-go-v2/service/glue: v1.37.0
      • Feature: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
    • github.com/aws/aws-sdk-go-v2/service/s3control: v1.28.0
      • Feature: Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.
    • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.56.0
      • Feature: Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.
    • github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial: v1.0.0
      • Release: New AWS service client module
      • Feature: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.

    Release (2022-11-29.2)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.74.0
      • Feature: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
    • github.com/aws/aws-sdk-go-v2/service/firehose: v1.15.0
      • Feature: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
    • github.com/aws/aws-sdk-go-v2/service/kms: v1.19.0
      • Feature: AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
    • github.com/aws/aws-sdk-go-v2/service/omics: v1.0.0
      • Release: New AWS service client module
      • Feature: Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
    • github.com/aws/aws-sdk-go-v2/service/opensearchserverless: v1.0.0
      • Release: New AWS service client module
      • Feature: Publish SDK for Amazon OpenSearch Serverless
    • github.com/aws/aws-sdk-go-v2/service/securitylake: v1.0.0
      • Release: New AWS service client module
      • Feature: Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
    • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.0.0
      • Release: New AWS service client module
      • Feature: AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver

    Release (2022-11-29)

    Module Highlights

    ... (truncated)

    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)
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.74.0

    Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.74.0

    Bumps github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.74.0.

    Changelog

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

    Release (2022-11-30)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.18.0
      • Feature: This release adds support for S3 cross account access points. IAM Access Analyzer will now produce public or cross account findings when it detects bucket delegation to external account access points.
    • github.com/aws/aws-sdk-go-v2/service/athena: v1.20.0
      • Feature: This release includes support for using Apache Spark in Amazon Athena.
    • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.17.0
      • Feature: This release enables data providers to license direct access to data in their Amazon S3 buckets or AWS Lake Formation data lakes through AWS Data Exchange. Subscribers get read-only access to the data and can use it in downstream AWS services, like Amazon Athena, without creating or managing copies.
    • github.com/aws/aws-sdk-go-v2/service/docdbelastic: v1.0.0
      • Release: New AWS service client module
      • Feature: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
    • github.com/aws/aws-sdk-go-v2/service/glue: v1.37.0
      • Feature: This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
    • github.com/aws/aws-sdk-go-v2/service/s3control: v1.28.0
      • Feature: Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.
    • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.56.0
      • Feature: Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.
    • github.com/aws/aws-sdk-go-v2/service/sagemakergeospatial: v1.0.0
      • Release: New AWS service client module
      • Feature: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.

    Release (2022-11-29.2)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.74.0
      • Feature: This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
    • github.com/aws/aws-sdk-go-v2/service/firehose: v1.15.0
      • Feature: Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
    • github.com/aws/aws-sdk-go-v2/service/kms: v1.19.0
      • Feature: AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
    • github.com/aws/aws-sdk-go-v2/service/omics: v1.0.0
      • Release: New AWS service client module
      • Feature: Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
    • github.com/aws/aws-sdk-go-v2/service/opensearchserverless: v1.0.0
      • Release: New AWS service client module
      • Feature: Publish SDK for Amazon OpenSearch Serverless
    • github.com/aws/aws-sdk-go-v2/service/securitylake: v1.0.0
      • Release: New AWS service client module
      • Feature: Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
    • github.com/aws/aws-sdk-go-v2/service/simspaceweaver: v1.0.0
      • Release: New AWS service client module
      • Feature: AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver

    Release (2022-11-29)

    Module Highlights

    ... (truncated)

    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)
  • Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.11

    Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.11

    Bumps github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.11.

    Release notes

    Sourced from github.com/shirou/gopsutil/v3's releases.

    v3.22.10

    What's Changed

    disk

    net

    process

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.9...v3.22.10

    v3.22.9

    What's Changed

    disk

    process

    Other Changes

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.7...v3.22.9

    v3.22.7

    What's Changed

    cpu

    disk

    host

    ... (truncated)

    Commits
    • af44f9d Merge pull request #1367 from FrankSpitulski/feat/implement-label-windows
    • 9fc4d70 Merge pull request #1379 from shirou/feature/revert_errors_from_internal
    • 5473fd1 [disk][host]: change to use type alias.
    • ea7607e Merge pull request #1381 from sfzfs/solaris-disk-mem-net-feature
    • 30aa851 Merge pull request #1380 from shirou/feature/readable_error_on_load_windows
    • ccb11cf reuse the context.Context instead of creating a new Context
    • cf62eac The current codes miss below statistic data under solaris/illumos:
    • 231d6f3 [load][windows]: add error detail and context handling.
    • 4ac7e99 [disk][host]: move back Warnings from internal to disk and host.
    • 34cc43d [android][host] fix Info() failure due to forbidden /proc/stat and /proc/upti...
    • Additional commits viewable in compare view

    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)
  • Bump actions/checkout from 2.3.4 to 3.1.0

    Bump actions/checkout from 2.3.4 to 3.1.0

    Bumps actions/checkout from 2.3.4 to 3.1.0.

    Release notes

    Sourced from actions/checkout's releases.

    v3.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v3.0.2...v3.1.0

    v3.0.2

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v3...v3.0.2

    v3.0.1

    v3.0.0

    • Updated to the node16 runtime by default
      • This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

    v2.5.0

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v2...v2.5.0

    v2.4.2

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v2...v2.4.2

    v2.4.1

    • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

    v2.4.0

    • Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

    v2.3.5

    Update dependencies

    Changelog

    Sourced from actions/checkout's changelog.

    v3.1.0

    v3.0.2

    v3.0.1

    v3.0.0

    v2.3.1

    v2.3.0

    v2.2.0

    v2.1.1

    • Changes to support GHES (here and here)

    v2.1.0

    v2.0.0

    v2 (beta)

    ... (truncated)

    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)
  • Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.10

    Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.10

    Bumps github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.10.

    Release notes

    Sourced from github.com/shirou/gopsutil/v3's releases.

    v3.22.9

    What's Changed

    disk

    process

    Other Changes

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.7...v3.22.9

    v3.22.7

    What's Changed

    cpu

    disk

    host

    mem

    net

    process

    Other Changes

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.6...v3.22.7

    Commits
    • 50f2250 Merge pull request #1365 from ib-steffen/pass-context
    • b34aa19 Merge pull request #1370 from shirou/dependabot/go_modules/github.com/stretch...
    • 20b15fb Merge pull request #1369 from Lomanic/issue1368
    • 359e8eb chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
    • 980cc82 [process][windows] Retrieve process name as basename of executable
    • bd4529a [process][windows] Refator a tiny bit is32BitProcess() function to be more id...
    • 5bbcabf Pass on context to ConnectionsPidWithContext
    • 400a453 Merge pull request #1360 from bduffany/darwin-memleak
    • 769daaf Merge pull request #1347 from atoulme/windows_errors
    • 3806460 Fix memory leaks in darwin_cgo
    • Additional commits viewable in compare view

    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)
  • Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.19

    Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.19

    Bumps github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.19.

    Changelog

    Sourced from github.com/aws/aws-sdk-go-v2/feature/ec2/imds's changelog.

    Release (2022-10-31)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.15.0
      • Feature: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
    • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.16.0
      • Feature: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
    • github.com/aws/aws-sdk-go-v2/service/connect: v1.34.0
      • Feature: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.65.0
      • Feature: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
    • github.com/aws/aws-sdk-go-v2/service/iot: v1.30.0
      • Feature: This release adds the Amazon Location action to IoT Rules Engine.
    • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.15.0
      • Feature: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
    • github.com/aws/aws-sdk-go-v2/service/textract: v1.16.0
      • Feature: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

    Release (2022-10-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.14.0
      • Feature: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
    • github.com/aws/aws-sdk-go-v2/service/appstream: v1.18.0
      • Feature: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
    • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.16.20
      • Documentation: Update to the documentation section of the Cloud9 API Reference guide.
    • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.23.0
      • Feature: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
    • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.19.0
      • Feature: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.

    Release (2022-10-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.64.0
      • Feature: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
    • github.com/aws/aws-sdk-go-v2/service/fms: v1.19.0
      • Feature: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
    • github.com/aws/aws-sdk-go-v2/service/glue: v1.34.0
      • Feature: Added support for custom datatypes when using custom csv classifier.
    • github.com/aws/aws-sdk-go-v2/service/redshift: v1.26.13
      • Documentation: This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
    • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.52.0
      • Feature: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
    • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.23.0
      • Feature: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.

    Release (2022-10-26)

    ... (truncated)

    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)
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.17.10

    Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.17.10

    Bumps github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.17.10.

    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)
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.65.0

    Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.65.0

    Bumps github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.65.0.

    Changelog

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

    Release (2022-10-31)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.15.0
      • Feature: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
    • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.16.0
      • Feature: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
    • github.com/aws/aws-sdk-go-v2/service/connect: v1.34.0
      • Feature: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.65.0
      • Feature: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
    • github.com/aws/aws-sdk-go-v2/service/iot: v1.30.0
      • Feature: This release adds the Amazon Location action to IoT Rules Engine.
    • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.15.0
      • Feature: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
    • github.com/aws/aws-sdk-go-v2/service/textract: v1.16.0
      • Feature: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

    Release (2022-10-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.14.0
      • Feature: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
    • github.com/aws/aws-sdk-go-v2/service/appstream: v1.18.0
      • Feature: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
    • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.16.20
      • Documentation: Update to the documentation section of the Cloud9 API Reference guide.
    • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.23.0
      • Feature: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
    • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.19.0
      • Feature: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.

    Release (2022-10-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.64.0
      • Feature: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
    • github.com/aws/aws-sdk-go-v2/service/fms: v1.19.0
      • Feature: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
    • github.com/aws/aws-sdk-go-v2/service/glue: v1.34.0
      • Feature: Added support for custom datatypes when using custom csv classifier.
    • github.com/aws/aws-sdk-go-v2/service/redshift: v1.26.13
      • Documentation: This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
    • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.52.0
      • Feature: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
    • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.23.0
      • Feature: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.

    Release (2022-10-26)

    ... (truncated)

    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)
  • Bump github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.1

    Bump github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.1

    Bumps github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.1.

    Changelog

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

    Release (2022-10-31)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.15.0
      • Feature: This release adds support for private App Runner services. Services may now be configured to be made private and only accessible from a VPC. The changes include a new VpcIngressConnection resource and several new and modified APIs.
    • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.16.0
      • Feature: SDK release to support tagging for destinations and log groups with TagResource. Also supports tag on create with PutDestination.
    • github.com/aws/aws-sdk-go-v2/service/connect: v1.34.0
      • Feature: Amazon connect now support a new API DismissUserContact to dismiss or remove terminated contacts in Agent CCP
    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.65.0
      • Feature: Elastic IP transfer is a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another.
    • github.com/aws/aws-sdk-go-v2/service/iot: v1.30.0
      • Feature: This release adds the Amazon Location action to IoT Rules Engine.
    • github.com/aws/aws-sdk-go-v2/service/sesv2: v1.15.0
      • Feature: This release includes support for interacting with the Virtual Deliverability Manager, allowing you to opt in/out of the feature and to retrieve recommendations and metric data.
    • github.com/aws/aws-sdk-go-v2/service/textract: v1.16.0
      • Feature: This release introduces additional support for 30+ normalized fields such as vendor address and currency. It also includes OCR output in the response and accuracy improvements for the already supported fields in previous version

    Release (2022-10-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.14.0
      • Feature: AWS App Runner adds .NET 6, Go 1, PHP 8.1 and Ruby 3.1 runtimes.
    • github.com/aws/aws-sdk-go-v2/service/appstream: v1.18.0
      • Feature: This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
    • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.16.20
      • Documentation: Update to the documentation section of the Cloud9 API Reference guide.
    • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.23.0
      • Feature: This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
    • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.19.0
      • Feature: This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.

    Release (2022-10-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/ec2: v1.64.0
      • Feature: Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
    • github.com/aws/aws-sdk-go-v2/service/fms: v1.19.0
      • Feature: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
    • github.com/aws/aws-sdk-go-v2/service/glue: v1.34.0
      • Feature: Added support for custom datatypes when using custom csv classifier.
    • github.com/aws/aws-sdk-go-v2/service/redshift: v1.26.13
      • Documentation: This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
    • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.52.0
      • Feature: This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
    • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.23.0
      • Feature: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.

    Release (2022-10-26)

    ... (truncated)

    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)
  • Bump goreleaser/goreleaser-action from 2.5.0 to 3.2.0

    Bump goreleaser/goreleaser-action from 2.5.0 to 3.2.0

    Bumps goreleaser/goreleaser-action from 2.5.0 to 3.2.0.

    Release notes

    Sourced from goreleaser/goreleaser-action's releases.

    v3.2.0

    What's Changed

    • chore: remove workaround for setOutput by @​crazy-max (#374)
    • chore(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#372)
    • chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3.1.0...v3.2.0

    v3.1.0

    What's Changed

    • fix: dist resolution from config file by @​crazy-max (#369)
    • ci: fix workflow by @​crazy-max (#357)
    • docs: bump actions to latest major by @​crazy-max (#356)
    • chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)
    • chore(deps): bump ghaction-import-gpg to v5 (#359)
    • chore(deps): bump @​actions/core from 1.6.0 to 1.8.2 (#358)
    • chore(deps): bump @​actions/core from 1.8.2 to 1.9.1 (#367)

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3.0.0...v3.1.0

    v3.0.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2.9.1...v3.0.0

    v2.9.1

    What's Changed

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v2...v2.9.1

    v2.9.0

    What's Changed

    ... (truncated)

    Commits
    • b508e2e chore: remove workaround for setOutput (#374)
    • 0ca84fc chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)
    • 685a991 chore(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#372)
    • ff11ca2 fix: dist resolution from config file (#369)
    • ef54bd4 chore(deps): bump @​actions/core from 1.8.2 to 1.9.1 (#367)
    • aab65f3 chore(deps): bump @​actions/core from 1.6.0 to 1.8.2 (#358)
    • 7bb9301 chore(deps): bump ghaction-import-gpg to v5 (#359)
    • 50f10b3 chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)
    • 188063d ci: fix workflow (#357)
    • 7e270cc docs: bump actions to latest major (#356)
    • Additional commits viewable in compare view

    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)
  • Bump golangci/golangci-lint-action from 2.5.2 to 3.3.0

    Bump golangci/golangci-lint-action from 2.5.2 to 3.3.0

    Bumps golangci/golangci-lint-action from 2.5.2 to 3.3.0.

    Release notes

    Sourced from golangci/golangci-lint-action's releases.

    v3.3.0

    No release notes provided.

    v3.2.0

    What's Changed

    misc

    dependencies

    ... (truncated)

    Commits
    • 07db538 build(deps): bump @​actions/cache from 3.0.4 to 3.0.5 (#586)
    • 328c000 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.39.0 to 5.40.0 ...
    • 3a79f8d build(deps-dev): bump @​typescript-eslint/parser from 5.39.0 to 5.40.0 (#584)
    • 43c645b build(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#582)
    • 88e5fc6 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.38.1 to 5.39.0 ...
    • 6191de5 build(deps-dev): bump @​typescript-eslint/parser from 5.38.1 to 5.39.0 (#580)
    • 5423639 build(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#578)
    • c225631 build(deps): bump @​actions/github from 5.1.0 to 5.1.1 (#576)
    • b81d829 build(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#577)
    • 5b682fd build(deps-dev): bump @​typescript-eslint/parser from 5.38.0 to 5.38.1 (#575)
    • Additional commits viewable in compare view

    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)
  • Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.77.0

    Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.77.0

    Bumps github.com/aws/aws-sdk-go-v2/service/ec2 from 1.4.0 to 1.77.0.

    Changelog

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

    Release (2022-12-30)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.23.0
      • Feature: Extend response headers policy to support removing headers from viewer responses
    • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.2.1
      • Documentation: Update documentation - correct the epoch constant value of default value for expiryTime field in CreateCampaign request.

    Release (2022-12-29)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.15.28
      • Documentation: Documentation updates for Amazon API Gateway
    • github.com/aws/aws-sdk-go-v2/service/emr: v1.21.0
      • Feature: Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
    • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.17.0
      • Feature: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
    • github.com/aws/aws-sdk-go-v2/service/wisdom: v1.11.0
      • Feature: This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.

    Release (2022-12-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.25.0
      • Feature: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
    • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.21.0
      • Feature: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
    • github.com/aws/aws-sdk-go-v2/service/rds: v1.38.0
      • Feature: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
    • github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig: v1.10.0
      • Feature: Added support for Python paginators in the route53-recovery-control-config List* APIs.

    Release (2022-12-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/memorydb: v1.11.0
      • Feature: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
    • github.com/aws/aws-sdk-go-v2/service/transfer: v1.27.0
      • Feature: Add additional operations to throw ThrottlingExceptions

    Release (2022-12-23)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/connect: v1.42.0
      • Feature: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
    • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.13.0
      • Feature: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
    • github.com/aws/aws-sdk-go-v2/service/detective: v1.17.0
      • Feature: This release adds a missed AccessDeniedException type to several endpoints.
    • github.com/aws/aws-sdk-go-v2/service/fsx: v1.27.0

    ... (truncated)

    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)
  • Bump github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.3

    Bump github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.3

    Bumps github.com/aws/aws-sdk-go-v2 from 1.3.2 to 1.17.3.

    Changelog

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

    Release (2022-12-30)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.23.0
      • Feature: Extend response headers policy to support removing headers from viewer responses
    • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.2.1
      • Documentation: Update documentation - correct the epoch constant value of default value for expiryTime field in CreateCampaign request.

    Release (2022-12-29)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.15.28
      • Documentation: Documentation updates for Amazon API Gateway
    • github.com/aws/aws-sdk-go-v2/service/emr: v1.21.0
      • Feature: Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
    • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.17.0
      • Feature: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
    • github.com/aws/aws-sdk-go-v2/service/wisdom: v1.11.0
      • Feature: This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.

    Release (2022-12-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.25.0
      • Feature: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
    • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.21.0
      • Feature: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
    • github.com/aws/aws-sdk-go-v2/service/rds: v1.38.0
      • Feature: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
    • github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig: v1.10.0
      • Feature: Added support for Python paginators in the route53-recovery-control-config List* APIs.

    Release (2022-12-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/memorydb: v1.11.0
      • Feature: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
    • github.com/aws/aws-sdk-go-v2/service/transfer: v1.27.0
      • Feature: Add additional operations to throw ThrottlingExceptions

    Release (2022-12-23)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/connect: v1.42.0
      • Feature: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
    • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.13.0
      • Feature: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
    • github.com/aws/aws-sdk-go-v2/service/detective: v1.17.0
      • Feature: This release adds a missed AccessDeniedException type to several endpoints.
    • github.com/aws/aws-sdk-go-v2/service/fsx: v1.27.0

    ... (truncated)

    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)
  • Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.21

    Bump github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.21

    Bumps github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.0.6 to 1.12.21.

    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)
  • Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.12

    Bump github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.12

    Bumps github.com/shirou/gopsutil/v3 from 3.21.3 to 3.22.12.

    Release notes

    Sourced from github.com/shirou/gopsutil/v3's releases.

    v3.22.10

    What's Changed

    disk

    net

    process

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.9...v3.22.10

    v3.22.9

    What's Changed

    disk

    process

    Other Changes

    New Contributors

    Full Changelog: https://github.com/shirou/gopsutil/compare/v3.22.7...v3.22.9

    v3.22.7

    What's Changed

    cpu

    disk

    host

    ... (truncated)

    Commits
    • 2fb67aa Merge pull request #1401 from shirou/feature/add_HOST_ROOT_to_readme
    • 46c4ce3 chore(README): add HOST_ROOT introduced by #1400
    • ca886f9 Merge pull request #1400 from scop/dockerenv
    • 70a8f58 Detect Docker also using /.dockerenv
    • f848ee3 Merge pull request #1398 from Juneezee/test/t.Setenv
    • 37894e9 test: use T.Setenv to set env vars in tests
    • 835767a Merge pull request #1389 from sgthammer/feature/fix-arm-modelname
    • 39f3b34 Merge pull request #1392 from brianryner8/getfsstat-count
    • 8d22915 [disk][darwin]: add issue URL
    • c2fa2cb Update comment
    • Additional commits viewable in compare view

    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)
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.7

    Bump github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.7

    Bumps github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.18.7.

    Changelog

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

    Release (2022-12-30)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.23.0
      • Feature: Extend response headers policy to support removing headers from viewer responses
    • github.com/aws/aws-sdk-go-v2/service/iotfleetwise: v1.2.1
      • Documentation: Update documentation - correct the epoch constant value of default value for expiryTime field in CreateCampaign request.

    Release (2022-12-29)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.15.28
      • Documentation: Documentation updates for Amazon API Gateway
    • github.com/aws/aws-sdk-go-v2/service/emr: v1.21.0
      • Feature: Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
    • github.com/aws/aws-sdk-go-v2/service/secretsmanager: v1.17.0
      • Feature: Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
    • github.com/aws/aws-sdk-go-v2/service/wisdom: v1.11.0
      • Feature: This release extends Wisdom CreateContent and StartContentUpload APIs to support PDF and MicrosoftWord docx document uploading.

    Release (2022-12-28)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/elasticache: v1.25.0
      • Feature: This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
    • github.com/aws/aws-sdk-go-v2/service/networkfirewall: v1.21.0
      • Feature: AWS Network Firewall now provides status messages for firewalls to help you troubleshoot when your endpoint fails.
    • github.com/aws/aws-sdk-go-v2/service/rds: v1.38.0
      • Feature: This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
    • github.com/aws/aws-sdk-go-v2/service/route53recoverycontrolconfig: v1.10.0
      • Feature: Added support for Python paginators in the route53-recovery-control-config List* APIs.

    Release (2022-12-27)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/memorydb: v1.11.0
      • Feature: This release adds support for MemoryDB Reserved nodes which provides a significant discount compared to on-demand node pricing. Reserved nodes are not physical nodes, but rather a billing discount applied to the use of on-demand nodes in your account.
    • github.com/aws/aws-sdk-go-v2/service/transfer: v1.27.0
      • Feature: Add additional operations to throw ThrottlingExceptions

    Release (2022-12-23)

    Module Highlights

    • github.com/aws/aws-sdk-go-v2/service/connect: v1.42.0
      • Feature: Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
    • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.13.0
      • Feature: Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
    • github.com/aws/aws-sdk-go-v2/service/detective: v1.17.0
      • Feature: This release adds a missed AccessDeniedException type to several endpoints.
    • github.com/aws/aws-sdk-go-v2/service/fsx: v1.27.0

    ... (truncated)

    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)
  • Bump goreleaser/goreleaser-action from 2.5.0 to 4.1.0

    Bump goreleaser/goreleaser-action from 2.5.0 to 4.1.0

    Bumps goreleaser/goreleaser-action from 2.5.0 to 4.1.0.

    Release notes

    Sourced from goreleaser/goreleaser-action's releases.

    v4.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4...v4.1.0

    v4.0.0

    What's Changed

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3...v4.0.0

    v3.2.0

    What's Changed

    • chore: remove workaround for setOutput by @​crazy-max (#374)
    • chore(deps): bump @​actions/core from 1.9.1 to 1.10.0 (#372)
    • chore(deps): bump yargs from 17.5.1 to 17.6.0 (#373)

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3.1.0...v3.2.0

    v3.1.0

    What's Changed

    • fix: dist resolution from config file by @​crazy-max (#369)
    • ci: fix workflow by @​crazy-max (#357)
    • docs: bump actions to latest major by @​crazy-max (#356)
    • chore(deps): bump crazy-max/ghaction-import-gpg from 4 to 5 (#360)
    • chore(deps): bump ghaction-import-gpg to v5 (#359)
    • chore(deps): bump @​actions/core from 1.6.0 to 1.8.2 (#358)
    • chore(deps): bump @​actions/core from 1.8.2 to 1.9.1 (#367)

    Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3.0.0...v3.1.0

    v3.0.0

    What's Changed

    ... (truncated)

    Commits
    • 8f67e59 chore: regenerate
    • 78df308 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#383)
    • 66134d9 Merge remote-tracking branch 'origin/master' into flarco/master
    • 3c08cfd chore(deps): bump yargs from 17.6.0 to 17.6.2
    • 5dc579b docs: add example when using workdir along with upload-artifact (#366)
    • 3b7d1ba feat!: remove auto-snapshot on dirty tag (#382)
    • 23e0ed5 fix: do not override GORELEASER_CURRENT_TAG (#370)
    • 1315dab update build
    • b60ea88 improve install
    • 4d25ab4 Update goreleaser.ts
    • Additional commits viewable in compare view

    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)
Automatically map wacom tablets area to your primary X output.

xsetwacom-auto Simple CLI tool that uses xsetwacom and xrandr to: map the to one monitor set the tablet area to match the aspect ratio of the monitor

Dec 7, 2021
Awesome-go list with stars. Automatically updated

About This repository is a clone of Awesome Go but with stars. All repositories are still sorted alphabetically. Why? Some of the viewers might be aga

Jan 3, 2023
A simple api built in Go that facilitates directly sending email from your client side html to your inbox

go-email-service A simple api built in Go that facilitates directly sending emai

Dec 28, 2021
Sync your bank transactions with google sheets using Open Banking APIs

Sync your bank transactions with google sheets using Open Banking APIs

Jul 22, 2022
Lambda stack to turn off and destroy all resources from your personal AWS Account to avoid billing surprises
Lambda stack to turn off and destroy all resources from your personal AWS Account to avoid billing surprises

AWS, Turn off my Account, please Lambda stack to turn off and destroy all resources from your personal AWS Account to avoid billing surprises Resource

Oct 25, 2022
Sync your bank transactions with google sheets using Open Banking APIs

this is a markdown version of the copy on the site landing page: https://youneedaspreadsheet.com You need a spreadsheet ?? Get on top of your finances

Jul 22, 2022
efsu is for accessing AWS EFS from your machine without a VPN

efsu: VPN-less access to AWS EFS efsu is for accessing AWS EFS from your machine without a VPN. It achieves this by deploying a Lambda function and sh

Mar 11, 2022
A "passwordless" login experience for your AWS RDS
A

RDS Auth Proxy A two-layer proxy for connecting into RDS postgres databases based on IAM authentication. This tool allows you to keep your databases f

Dec 28, 2022
Plot your repository stars over time.

Plot your repository stars over time.

Dec 30, 2022
Use Google REST api to extract your personal Photo Library

Photo Go A better approach to extracting your photos from Google to your personal cloud. I'm moving my photos out of Google to a Synology NAS. create

Dec 7, 2021
Easily manage your github credentials
Easily manage your github credentials

HUB ADMIN Hub Admin is a command-line tool managing your github credentials Installation go get github.com/crewdevio/HubAdmin How to use Open he

Oct 20, 2021
Quick add or delete ASN/AS-SET to your AS-SET through RIPE RESTful API

RIPE AS-SET updater Quick add or delete ASN/AS-SET to your AS-SET through RIPE RESTful API. Requirenments You need to add "auth:" attribute in mntner

Apr 19, 2022
A command-line tool to pretty print your system's PATH environment variable.
A command-line tool to pretty print your system's PATH environment variable.

Description A command-line tool to pretty print your system's PATH environment variable. The output paths are colorized if they have special associati

Nov 9, 2022
Testing ground for build-your-own golang/grpc demo app.

Getting started Prereqs You will need to install both Go and the protoc compiler (version 3): Go installation protoc installation Install the protobuf

Dec 15, 2021
`ls` but for your AWS VPC(s)
`ls` but for your AWS VPC(s)

lsvpc A simple AWS VPC listing tool to provide quick introspection on the makeup of a VPC One really cool use of this tool is to run: watch -c lsvpc -

Dec 30, 2021
🚀 A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser

fzwiki A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser. Usage Run the command by specifying a search query

Dec 20, 2022
Prismplus - Prism+ lets you multicast your rtmp stream to multiple destinations
Prismplus - Prism+ lets you multicast your rtmp stream to multiple destinations

prism+ Use at your own risk! It has worked for us.. but very much alpha quality!

Nov 9, 2022
It is a package and command line application that provides you to store encrypted credentials/secrets in your repository.

sypher[ ⚠️ Work in progress] sypher provides you to store your credentials and secrets as encrypted in your repository. Usage Install the command line

Feb 23, 2022
Qfy - Self-hosted implementation of Synthetics - Monitoring checks to validate your service availability

qfy Self-hosted implementation of Synthetics - Monitoring checks to validate you

Feb 23, 2022