cody 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -6
- data/lib/cody/schedule.rb +1 -1
- data/lib/cody/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13988c2d00cdc267da97b361bc2345a39cdb4d9b4919c18c74643f5b545b5e18
|
|
4
|
+
data.tar.gz: 33e6ac92deb5858b85fb85a68657a18dfb9a9a224b76bc8317dce62b3a1efb76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d6d0df76e76c60d4df42165020be8077d17318da0c077a90bbcf1f799b1fe7deed90c819061d610b3e8cba713c276ccca36da47fa5e91650301a271728f867c3
|
|
7
|
+
data.tar.gz: a956e457a24eda488c74127005996d90282179c57d442fea5f87889bbefff2f2d23cd49e33a2d646fdd912b75beb417e2a7d3b0ad1dda7da76c8895d17f3957b
|
data/CHANGELOG.md
CHANGED
|
@@ -3,13 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [1.0.1]
|
|
7
|
+
- fix EventsRuleRole Service camelcase
|
|
8
|
+
|
|
6
9
|
## [1.0.0]
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
- Breaking changes: CamelCase for properties instead of underscore. Map straight to the CloudFormation resource to remove mental overhead.
|
|
11
|
+
- See: https://cody.run/docs/upgrading/
|
|
12
|
+
- Use unfrozen gems instead of vendors gems: aws_data, cfn-status, cfn_camelizer.
|
|
13
|
+
- Update templates to use the latest
|
|
14
|
+
- Restructure classes to use CLI namespace
|
|
15
|
+
- Change delete: `--sure` to `--yes` option. `-y` shorthand.
|
|
16
|
+
- Rename CODY_EXTRA env variable
|
|
13
17
|
|
|
14
18
|
## [0.9.8]
|
|
15
19
|
- add minimal deploy iam policy docs
|
data/lib/cody/schedule.rb
CHANGED
data/lib/cody/version.rb
CHANGED