Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump awscli from 1.27.104 to 1.27.109 #260

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps awscli from 1.27.104 to 1.27.109.

Changelog

Sourced from awscli's changelog.

1.27.109

  • api-change:dlm: Updated timestamp format for GetLifecyclePolicy API
  • api-change:docdb: This release adds a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
  • api-change:fsx: Amazon FSx for Lustre now supports creating data repository associations on Persistent_1 and Scratch_2 file systems.
  • api-change:lambda: This release adds a new Lambda InvokeWithResponseStream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
  • api-change:quicksight: This release has two changes: adding the OR condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
  • api-change:redshift-data: Update documentation of API descriptions as needed in support of temporary credentials with IAM identity.
  • api-change:servicecatalog: Updates description for property

1.27.108

  • api-change:cloudformation: Including UPDATE_COMPLETE as a failed status for DeleteStack waiter.
  • api-change:greengrassv2: Add support for SUCCEEDED value in coreDeviceExecutionStatus field. Documentation updates for Greengrass V2.
  • api-change:proton: This release adds support for the AWS Proton service sync feature. Service sync enables managing an AWS Proton service (creating and updating instances) and all of it's corresponding service instances from a Git repository.
  • api-change:rds: Adds and updates the SDK examples

1.27.107

  • bugfix:eks: Fix eks kubeconfig validations closes [#6564](https://github.com/aws/aws-cli/issues/6564) <https://github.com/aws/aws-cli/issues/6564>, fixes [#4843](https://github.com/aws/aws-cli/issues/4843) <https://github.com/aws/aws-cli/issues/4843>, fixes [#5532](https://github.com/aws/aws-cli/issues/5532) <https://github.com/aws/aws-cli/issues/5532>__
  • api-change:apprunner: App Runner adds support for seven new vCPU and memory configurations.
  • api-change:config: This release adds resourceType enums for types released in March 2023.
  • api-change:ecs: This is a document only updated to add information about Amazon Elastic Inference (EI).
  • api-change:identitystore: Documentation updates for Identity Store CLI command reference.
  • api-change:ivs-realtime: Fix ParticipantToken ExpirationTime format
  • api-change:network-firewall: AWS Network Firewall now supports IPv6-only subnets.
  • api-change:servicecatalog: removed incorrect product type value
  • api-change:vpc-lattice: This release removes the entities in the API doc model package for auth policies.

1.27.106

  • api-change:amplifyuibuilder: Support StorageField and custom displays for data-bound options in form builder. Support non-string operands for predicates in collections. Support choosing client to get token from.
  • api-change:autoscaling: Documentation updates for Amazon EC2 Auto Scaling
  • api-change:dataexchange: This release updates the value of MaxResults.
  • api-change:ec2: C6in, M6in, M6idn, R6in and R6idn bare metal instances are powered by 3rd Generation Intel Xeon Scalable processors and offer up to 200 Gbps of network bandwidth.
  • api-change:elastic-inference: Updated public documentation for the Describe and Tagging APIs.
  • api-change:sagemaker-runtime: Update sagemaker-runtime command to latest version
  • api-change:sagemaker: Amazon SageMaker Asynchronous Inference now allows customer's to receive failure model responses in S3 and receive success/failure model responses in SNS notifications.
  • api-change:wafv2: This release rolls back association config feature for webACLs that protect CloudFront protections.

1.27.105

... (truncated)

Commits
  • 300c554 Merge branch 'release-1.27.109'
  • 0f39d4d Bumping version to 1.27.109
  • 8c3681f Merge commit '23360bea246fc1d11ebd8c216fd29e5aa29695df' into stage-release-de...
  • 83b647e Update changelog based on model updates
  • 746f66e Merge branch 'release-1.27.108'
  • 3d21d24 Merge branch 'release-1.27.108' into develop
  • 2a7efe3 Bumping version to 1.27.108
  • c52959e Update changelog based on model updates
  • 98e06f7 Merge branch 'release-1.27.107'
  • 1f6b68f Merge branch 'release-1.27.107' into develop
  • 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)

Bumps [awscli](https://github.com/aws/aws-cli) from 1.27.104 to 1.27.109.
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst)
- [Commits](aws/aws-cli@1.27.104...1.27.109)

---
updated-dependencies:
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@mergify mergify bot merged commit d20f844 into awscli-v1/main Apr 10, 2023
@mergify mergify bot deleted the dependabot/pip/awscli-1.27.109 branch April 10, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants