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(main): release cfn-teleport 0.1.0 #411

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.1.0"
}
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Changelog

## 0.1.0 (2023-12-30)


### Features

* Adds spinner when waiting for CFN actions ([#61](https://github.com/udondan/cfn-teleport/issues/61)) ([8025a7f](https://github.com/udondan/cfn-teleport/commit/8025a7ff78a0e6bd8ba72823612fe337deeaaa98))
* improves output formatting ([#65](https://github.com/udondan/cfn-teleport/issues/65)) ([c2b38f6](https://github.com/udondan/cfn-teleport/commit/c2b38f6b5cf931fe6d9fa5a92494b6d15f4ba565))
* now usable via command line options ([#32](https://github.com/udondan/cfn-teleport/issues/32)) ([5fce44f](https://github.com/udondan/cfn-teleport/commit/5fce44fbc6d18e7affc94b2bf5635ce24d89e4fc))
* show renamed resources in summary ([#66](https://github.com/udondan/cfn-teleport/issues/66)) ([09c17d5](https://github.com/udondan/cfn-teleport/commit/09c17d5c16c483454e62bc14757f693ca1393a7c))
* Updates supported resource types (1) ([#190](https://github.com/udondan/cfn-teleport/issues/190)) ([bb662a5](https://github.com/udondan/cfn-teleport/commit/bb662a5a1cf1b0da3d8fad9cd5b523ffde1a4e86))
* Updates supported resource types (1) ([#210](https://github.com/udondan/cfn-teleport/issues/210)) ([af05043](https://github.com/udondan/cfn-teleport/commit/af05043380d7ddd7fcda34cd01c6a0eaf412ef49))
* Updates supported resource types (1) ([#218](https://github.com/udondan/cfn-teleport/issues/218)) ([b98943e](https://github.com/udondan/cfn-teleport/commit/b98943ed5e4da68cf6d1346cb5c87340cf033117))
* Updates supported resource types (1) ([#242](https://github.com/udondan/cfn-teleport/issues/242)) ([7f0b6f2](https://github.com/udondan/cfn-teleport/commit/7f0b6f20961fd96113a791bf236cbbfb3292d842))
* Updates supported resource types (1) ([#250](https://github.com/udondan/cfn-teleport/issues/250)) ([9cb60ba](https://github.com/udondan/cfn-teleport/commit/9cb60ba283b6d27f4179e68ac12589fb34e2a172))
* Updates supported resource types (2) ([#225](https://github.com/udondan/cfn-teleport/issues/225)) ([484b842](https://github.com/udondan/cfn-teleport/commit/484b84263bbdd0df059a5b8424022c2810367bcb))
* Updates supported resource types (326) ([#323](https://github.com/udondan/cfn-teleport/issues/323)) ([ecaec1e](https://github.com/udondan/cfn-teleport/commit/ecaec1efe461cbb31e989b046b29bece61d4e539))
* Updates supported resource types (4) ([#134](https://github.com/udondan/cfn-teleport/issues/134)) ([2e466f2](https://github.com/udondan/cfn-teleport/commit/2e466f23e9af25bd4328a6727c7f2c39af72ecf6))
* Updates supported resource types (5) ([#263](https://github.com/udondan/cfn-teleport/issues/263)) ([1524d9c](https://github.com/udondan/cfn-teleport/commit/1524d9c85d625fc6ce2102c2907c700be28f21a4))
* validating all templates before execution and optimize output ([f6b88c5](https://github.com/udondan/cfn-teleport/commit/f6b88c51b2691c8d620c7a1e1ddac0c54b89b25d))


### Bug Fixes

* adds all capabilities to the changeset, so we can process all possible resources and templates ([2f7e39f](https://github.com/udondan/cfn-teleport/commit/2f7e39f4609558160b563e344f5de886a2fae61c))
* adds DeletionPolicy to all resources as required by CFN import ([4b25a57](https://github.com/udondan/cfn-teleport/commit/4b25a57be2d97d653f59de2cc77ff295af803e5d))
* fixes invalid pipeline yaml ([416d747](https://github.com/udondan/cfn-teleport/commit/416d747c71751d67004594bfa60bd94c880aafe6))
* fixes renaming of resources ([#53](https://github.com/udondan/cfn-teleport/issues/53)) ([15ec03e](https://github.com/udondan/cfn-teleport/commit/15ec03e70db615b2c95d3c11d90ed7da151f8059))
* removes remains of DeletionPolicy we are required to set during import ([#126](https://github.com/udondan/cfn-teleport/issues/126)) ([02843c5](https://github.com/udondan/cfn-teleport/commit/02843c5130991dc834fcf3ab9dcf0cc09fdce798))
* removes useless method call ([723dd04](https://github.com/udondan/cfn-teleport/commit/723dd04231b2d70e2ccb52a6c91bfbcb05e3f15a))
* select correct (first) resource identifier, for resources that have multiple possible identifier keys ([9e9e628](https://github.com/udondan/cfn-teleport/commit/9e9e6289099f259d7397e11c5637974cd0b8fce7))
* set correct default values for DeletionPolicy, when importing resources ([#111](https://github.com/udondan/cfn-teleport/issues/111)) ([c8be9a4](https://github.com/udondan/cfn-teleport/commit/c8be9a4fc0f61817517c50638149e602c3bb8588))
* use pagination to get all stacks ([#59](https://github.com/udondan/cfn-teleport/issues/59)) ([6e5053b](https://github.com/udondan/cfn-teleport/commit/6e5053b5e6f27c532219b002ccf89003fbc0aeed))
* various fixes ([f5c5f47](https://github.com/udondan/cfn-teleport/commit/f5c5f476f657d8bb7f8b211e62dcb8540c49d09c))


### Reverts

* currently cannot delete resources, lacking permissions ([f54fdaa](https://github.com/udondan/cfn-teleport/commit/f54fdaa8317577f3f76c6e372316b88548b09ad7))
* for now, disable renaming of resources ([0f7a8db](https://github.com/udondan/cfn-teleport/commit/0f7a8dbd8843b7c2b3f2c5add51cc6f482c87dc2))

## [0.11.0](https://github.com/udondan/cfn-teleport/compare/v0.10.0...v0.11.0) (2023-12-30)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cfn-teleport"
version = "0.11.0"
version = "0.1.0"
edition = "2021"
description = "Moves CloudFormation resources between stacks"
license = "Apache-2.0"
Expand Down