neuro-inc / neuro-base-environment

Base docker image used in Neuro Platform Template, deployed on DockerHub as neuromation/base
Apache License 2.0
1 stars 0 forks source link

Bump awscli from 1.27.13 to 1.27.23 #548

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps awscli from 1.27.13 to 1.27.23.

Changelog

Sourced from awscli's changelog.

1.27.23

  • bugfix:codeartifact login: Ignore always-auth errors for CodeArtifact login command; fixes [#7434](https://github.com/aws/aws-cli/issues/7434) <https://github.com/aws/aws-cli/issues/7434>__
  • api-change:ce: This release introduces two new APIs that offer a 1-click experience to refresh Savings Plans recommendations. The two APIs are StartSavingsPlansPurchaseRecommendationGeneration and ListSavingsPlansPurchaseRecommendationGeneration.
  • api-change:ec2: Documentation updates for EC2.
  • api-change:ivschat: Adds PendingVerification error type to messaging APIs to block the resource usage for accounts identified as being fraudulent.
  • api-change:rds: This release adds the InvalidDBInstanceStateFault to the RestoreDBClusterFromSnapshot operation.
  • api-change:transcribe: Amazon Transcribe now supports creating custom language models in the following languages: Japanese (ja-JP) and German (de-DE).

1.27.22

  • api-change:appsync: Fixes the URI for the evaluatecode endpoint to include the /v1 prefix (ie. "/v1/dataplane-evaluatecode").
  • api-change:ecs: Documentation updates for Amazon ECS
  • api-change:fms: AWS Firewall Manager now supports Fortigate Cloud Native Firewall as a Service as a third-party policy type.
  • api-change:mediaconvert: The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
  • api-change:medialive: Updates to Event Signaling and Management (ESAM) API and documentation.
  • api-change:polly: Add language code for Finnish (fi-FI)
  • api-change:proton: CreateEnvironmentAccountConnection RoleArn input is now optional
  • api-change:redshift-serverless: Add Table Level Restore operations for Amazon Redshift Serverless. Add multi-port support for Amazon Redshift Serverless endpoints. Add Tagging support to Snapshots and Recovery Points in Amazon Redshift Serverless.
  • api-change:sns: This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions

1.27.21

  • api-change:codecatalyst: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.
  • api-change:comprehend: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).
  • api-change:gamelift: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
  • api-change:pipes: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)
  • api-change:stepfunctions: Update stepfunctions command to latest version

1.27.20

  • api-change:accessanalyzer: 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.
  • api-change:athena: This release includes support for using Apache Spark in Amazon Athena.
  • api-change:dataexchange: 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.
  • api-change:docdb-elastic: Launched Amazon DocumentDB Elastic Clusters. You can now use the SDK to create, list, update and delete Amazon DocumentDB Elastic Cluster resources
  • api-change:glue: 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.
  • api-change:s3control: 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.
  • api-change:sagemaker-geospatial: This release provides Amazon SageMaker geospatial APIs to build, train, deploy and visualize geospatial models.
  • api-change:sagemaker: 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.

1.27.19

... (truncated)

Commits
  • 09cad33 Merge branch 'release-1.27.23'
  • cc6b814 Bumping version to 1.27.23
  • 3a73eba Update changelog based on model updates
  • 665514e Merge pull request #7468 from kdaily/npm-fix-codeartifact-login
  • bc5de54 Ignore errors setting always-auth in npm config set
  • a71df6d Merge branch 'release-1.27.22'
  • 3ee0bea Merge branch 'release-1.27.22' into develop
  • 8cb6f0f Bumping version to 1.27.22
  • 33e93ad Update changelog based on model updates
  • 3ee82dc Merge pull request #7491 from elysahall/awsdocs-12-1-22
  • 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)
YevheniiSemendiak commented 1 year ago

@dependabot ignore this minor version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 1.27.x again, unless you re-open this PR. 😢

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 1.27.x again, unless you re-open this PR. 😢