Update dependency cloudformation-cli to >=0.2.38,<0.3 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=0.1,<0.2
->>=0.2.38,<0.3
Release Notes
aws-cloudformation/aws-cloudformation-rpdk (cloudformation-cli)
v0.2.38
: (2024-07-17)Compare Source
What's Changed?
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.37...v0.2.38
v0.2.37
: (2024-06-03)Compare Source
What's Changed
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.36...v0.2.37
v0.2.36
: (2024-03-19)Compare Source
What's Changed
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.35...v0.2.36
v0.2.35
: (2023-12-20) LatestCompare Source
What's Changed
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.34...v0.2.35
v0.2.34
: v0.2.34 (2023-10-18) LatestCompare Source
What's Changed
package
as an alias for thesubmit --dry-run
argument in the cfn-cli by @mmaeng in https://github.com/aws-cloudformation/cloudformation-cli/pull/913New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.33...v0.2.34
v0.2.33
: (2023-09-20)Compare Source
What's Changed
Full Changelog: aws-cloudformation/cloudformation-resource-schema@v0.2.32...v0.2.33
v0.2.32
: (2023-06-05)Compare Source
What's Changed
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.31...v0.2.32
v0.2.31
: (2023-05-31)Compare Source
What's Changed
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.30...v0.2.31
v0.2.30
Compare Source
What's Changed
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.29...v0.2.30
v0.2.29
What's Changed
New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v02.28...v0.2.29
v0.2.27
Compare Source
What's New
CFN
HOOK
types can now target resource types with wildcard target names which are matched to hook target types during invocation.For example, the target name
AWS::S3*::Bucket*
would resolve and be invoked by the following resource types:AWS::S3::Bucket
AWS::S3::BucketPolicy
AWS::S3Outpost::Bucket
AWS::S3Outpost::BucketPolicy
What's Changed
generate_docs()
for conditionalCreateOnlyProperties by @PatMyron in https://github.com/aws-cloudformation/cloudformation-cli/pull/740Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.26...v0.2.27
v0.2.26
Compare Source
What's Changed
cfn test
broken on Windows - NamedTemporaryFile issue by @mmaeng in https://github.com/aws-cloudformation/cloudformation-cli/pull/924New Contributors
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.25...v0.2.26
v0.2.25
Compare Source
What's Changed
Full Changelog: aws-cloudformation/cloudformation-cli@v0.2.24...v0.2.25
v0.2.24
Compare Source
ddd8ee0 - pin jinja version (https://github.com/aws-cloudformation/cloudformation-cli/pull/865)
v0.2.23
Compare Source
Following change is released in this version:
* For example: cfn init --artifact-type HOOK --type-name My::Test::Example
you will be asked to choose a language plugin
v0.2.22
Compare Source
Following change is released in this version:
v0.2.21
Compare Source
Following change is released in this version:
v0.2.20
Compare Source
Following change is released in this version:
v0.2.19
Compare Source
Following change is released in this version:
v0.2.18
: (2021-09-08)Compare Source
Following change is released in this version:
v0.2.17
: (2021-09-02)Compare Source
Following are the changes released in this version:
v0.2.16
: (2021-09-01)Compare Source
Following are the changes released in this version:
v0.2.15
: (2021-07-22)Compare Source
Following are the changes released in this version:
v0.2.14
: (2021-06-30)Compare Source
Following are the changes released in this version:
v0.2.13
: (2021-06-23)Compare Source
Following are the changes released in this version:
v0.2.12
: (2021-05-24)Compare Source
Add comparison for primitive type (#769)
v0.2.11
: (2021-05-21)Compare Source
Use deep copy for model compare (#766)
v0.2.10
: (2021-05-18)Compare Source
pinning Jinja2 dependency (#762)
v0.2.9
: (2021-05-10)Compare Source
Following are the changes released in this version:
v0.2.8
: (2021-05-03)Compare Source
Following are the changes released in this version:
v0.2.7
: (2021-03-22)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.2.6
: (2021-03-11)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.2.5
: (2021-03-04)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
TypeError: list expected at most 1 arguments, got 2
v0.2.4
: (2021-03-02)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.2.3
: (2021-02-03)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.2.2
: (2021-01-27)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.2.1
: (2020-11-24)Compare Source
Modules Support
This release adds support for creating Modules using the CFN CLI
cfn init --artifact-type MODULE --type-name <type-name>
cfn init --artifact-type MODULE --type-name My::Test::Example::MODULE
cfn init
without parameters will now first ask if you want to create a resource or a module. If you choose to create a module, it will create an example module template under fragments/sample.json which you can use as a starting point to make your changes.cfn validate
to validate your module before submittingcfn submit
to register your module, making it available for use by CloudFormation in your AWS accountBackwards-incompatible changes:
cfn init
without going into interactive mode, you now need to specify the artifact type. So, to initialize a resource project, you would usecfn init --artifact-type RESOURCE --type-name <type-name>
cfn init -a r -t <type-name>
Other changes:
v0.2.0
Compare Source
Modules Support
This release adds support for creating Modules using the CFN CLI
cfn init --artifact-type MODULE --type-name <type-name>
cfn init --artifact-type MODULE --type-name My::Test::Example::MODULE
cfn init
without parameters will now first ask if you want to create a resource or a module. If you choose to create a module, it will create an example module template under fragments/sample.json which you can use as a starting point to make your changes.cfn validate
to validate your module before submittingcfn submit
to register your module, making it available for use by CloudFormation in your AWS accountBackwards-incompatible changes:
cfn init
without going into interactive mode, you now need to specify the artifact type. So, to initialize a resource project, you would usecfn init --artifact-type RESOURCE --type-name <type-name>
cfn init -a r -t <type-name>
Other changes:
v0.1.14
: (2020-11-13)Compare Source
Releases the latest version of the cloudformation-cli, which includes:
v0.1.13
Compare Source
v0.1.12
Compare Source
v0.1.11
Compare Source
v0.1.10
Compare Source
Revert Delete & Read Handler should be invoked using identifiers to unblock customers from running Contract test. This change was causing validation error for Delete and Read Handlers
v0.1.9
: (2020-09-03)Compare Source
Release includes contract test fix to provide correct information to prod entrypoint for handlers.
v0.1.8
Compare Source
Following are the changes being released in this build:
v0.1.7
Compare Source
Delete partial resource created by invalid create test: https://github.com/aws-cloudformation/cloudformation-cli/pull/521
writable id skip for read without create: https://github.com/aws-cloudformation/cloudformation-cli/pull/515
assert only on successful event: https://github.com/aws-cloudformation/cloudformation-cli/pull/534
v0.1.6
: (2020-07-31)Compare Source
Contract test improvements and bug fixes:
v0.1.5
: (2020-07-16)Compare Source
Releases latest cli updates:
v0.1.4
: (2020-06-16)Compare Source
Releases latest cli updates:
v0.1.3
: (2020-04-23)Compare Source
Releases latest changes including doc generation and variable support for contract tests.
v0.1.2
: (2020-02-13)Compare Source
Releasing latest changes
v0.1.1
: (2019-11-20)Initial public release of the CloudFormation CLI
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.