Releases: aws-cloudformation/community-registry-extensions
release-0.2.0
What's Changed
- currentModel behaves differently in local and when deployed by @kddejong in #211
- Pipeline for ApplicationAutoscaling by @ericzbeard in #212
- Update time offset update/read by @kddejong in #214
Full Changelog: release-0.1.10...release-0.2.0
release-0.1.10
What's Changed
- Add Java hooks pipeline support by @mrinaudo-aws in #206
- removed cfn-lint from requirements-dev.txt in hooks/S3_PublicAccess by @mmaeng in #208
- ApplicationAutoscaling ScheduledAction Resource by @JohnPreston in #207
New Contributors
- @JohnPreston made their first contribution in #207
Full Changelog: release-0.1.9...release-0.1.10
release-0.1.9
What's Changed
- Align all CLI versions in buildspecs by @ericzbeard in #204
- Java restypes pipeline patch by @mrinaudo-aws in #205
Full Changelog: release-0.1.8...release-0.1.9
release-0.1.8
What's Changed
- Update descriptions and links by @kddejong in #189
- Fix copy-paste errors in README by @benbridts in #191
- Add AwsCommunity::Resource::Lookup resource type. by @mrinaudo-aws in #190
- Add prototype of the alpha buildspec for Java resource types. by @mrinaudo-aws in #192
- Update README.md by @kallu in #193
- Expunge call to apt-get. by @mrinaudo-aws in #194
- Add registry extensions in Java to the list, and sort the list. by @mrinaudo-aws in #195
- Resource lookup: include search target in contract tests setup by @mrinaudo-aws in #197
- Publish java by @ericzbeard in #198
- chore(deps): bump enumflags2 from 0.7.5 to 0.7.7 in /packages/cfn_guard_rs by @dependabot in #196
- Java resource types: update alpha buildspec, add beta and prod protot… by @mrinaudo-aws in #199
- Cryptography fix by @mmaeng in #201
- Add comma-delimiter escaping logic, update pagination logic. by @mrinaudo-aws in #202
- Java resource types cicd prototype updates by @mrinaudo-aws in #203
New Contributors
Full Changelog: release-0.1.7...release-0.1.8
release-0.1.7
New community extensions published to the registry
Resources:
What's Changed
- Fix publish script by @ericzbeard in #186
- Fix publishing issues by @kddejong in #187
- Create Time::Sleep resource by @kddejong in #185
- Add resource Time::Offset by @kddejong in #188
Full Changelog: release-0.1.6...release-0.1.7
release-0.1.6
New community extensions published to the registry
Resources:
Hooks:
- AwsCommunity::S3::BucketVersioningEnabled
- AwsCommunity::S3::PublicAccessControlsRestricted
- AwsCommunity::CloudFront::LoggingEnabled
Modules:
What's Changed
- Remove DependsOn by @benbridts in #132
- Prod build batch by @ericzbeard in #133
- Remove line about leaving out the AccountId by @benbridts in #134
- Add timeout to build projects and remove batch config by @ericzbeard in #140
- Setup snowflake for CICD pipeline by @joshuadeanhall in #135
- Adding Rollbar Resource by @rajdnp in #136
- adding new resources to cicd script by @lukiwlosek in #137
- Add all Snowflake resources to CI/CD pipeline by @joshuadeanhall in #142
- Adding CICD for Rollbar-Projects-AccessToken and Rollbar-Notifications-Rule by @rajdnp in #141
- Add Cloudflare Repo to CICD Pipeline by @joshuadeanhall in #145
- Adding Rollbar-Teams-Membership & Rollbar-Teams-Team to CICD by @rajdnp in #143
- Update py310 in tox tests by @kddejong in #147
- chore(deps): bump cryptography from 38.0.3 to 39.0.1 in /packages/cfn_guard_rs_hook by @dependabot in #144
- Fix tests by @ericzbeard in #148
- Fix tests - change run order by @ericzbeard in #149
- Adding Teams::Team, Users::User, Teams::Membership to CICD by @rajdnp in #146
- Update 2.feature_request.yaml by @CloudChoom in #151
- Adding EscalationPolicies,ResponsePlays to CICD by @rajdnp in #150
- Fix an issue when jsonDecodeError is raised and output isn't assigned by @kddejong in #138
- package(cfn-guard-rs-hook) - Convert strings to other types by @kddejong in #139
- Adding Schedules::Schedule to CICD by @rajdnp in #152
- chore(deps): bump github.com/aws/aws-sdk-go from 1.33.0 to 1.34.0 in /resources/Time_Static by @dependabot in #154
- Update go dependencies by @kddejong in #153
- Release cfn-guard-rs-hook to v0.2.1 by @kddejong in #155
- Adding NewRelic AlertPolicy,NrqlConditionStatic and Agent::Configuration to CICD by @rajdnp in #157
- Adding gitlab project Resources to CICD by @rajdnp in #159
- Add activation instructions to S3_DeleteBucketContents by @ericzbeard in #158
- Update boolean tests for converting from strings by @kddejong in #156
- Adding Dynatrace Environment resources to CICD by @rajdnp in #161
- Adding Dynatrace EnvironmentSyntheticMonitor and ConfigurationDashb… by @rajdnp in #162
- Module publishing by @ericzbeard in #163
- Switch back to pypi for cli packages by @kddejong in #165
- Add hook to validate if PublicAccessControls on a S3 Bucket are restricted by @kddejong in #164
- Adding Databricks to CICD by @rajdnp in #166
- DynamoDB Item by @kddejong in #42
- Add KMS_EncryptionSettings hook. by @mrinaudo-aws in #168
- Added template to submit the hook as a private extension using StackS… by @mrinaudo-aws in #170
- Adding GitLab Resources to CICD by @rajdnp in #169
- Update github action pip-audit to 1.0.6 by @mmaeng in #172
- Adding Fastly TLS Resources to CICD by @rajdnp in #173
- update pip-audit to newest working version by @mmaeng in #174
- CloudFront S3 Website Module by @kddejong in #32
- Add CICD for hooks by @kddejong in #175
- Add a pipeline for hook S3_PublicAccessBlockConfiguration by @kddejong in #176
- Security Group rules restrict SSH by @kddejong in #40
- Fix pylint issues in DynamoDB Record by @kddejong in #177
- Add a github action for doing basic resource testing by @kddejong in #178
- Restructure DynamoDB Item to work by @kddejong in #180
- Publish extensions by @ericzbeard in #181
- Make config for CloudFront S3 alias configurable by @ericzbeard in #182
- Add testing for WebACL Association by @kddejong in #179
- Fix setup script for ALIAS by @ericzbeard in #184
- Add pipeline for Time::Static by @kddejong in #183
New Contributors
- @joshuadeanhall made their first contribution in #135
- @rajdnp made their first contribution in #136
- @lukiwlosek made their first contribution in #137
- @CloudChoom made their first contribution in #151
- @mrinaudo-aws made their first contribution in #168
Full Changelog: release-0.1.5...release-0.1.6
release-0.1.5
What's Changed
- chore(release): Publish okta by @ericzbeard in #98
- chore(package) Move back to the package in cargo for cfn-guard-rs by @kddejong in #94
- chore(release): GitHub cicd by @ericzbeard in #102
- Minor change to test cleaning up branch history by @ericzbeard in #103
- chore(release): GitHub Tags cicd by @ericzbeard in #104
- chore(release): GitHub organizations membership cicd by @ericzbeard in #105
- Developer Sandbox Pipeline documentation, script updates. by @mmaeng in #112
- GitHub team cicd by @ericzbeard in #110
- GitHub webhook cicd by @ericzbeard in #108
- chore(release): Add GitHub Collaborator CICD by @ericzbeard in #106
- chore(release): Move common build policy and webhooks to a common template by @ericzbeard in #107
- Integrate common infra changes for dev sandbox script by @mmaeng in #115
- Fastly CICD by @mmaeng in #117
- Use the correct type by @benbridts in #119
- Expain the use of one setup.[yml|json] by @benbridts in #118
- Fix okta cicd by @ericzbeard in #121
- Add AwsCommunity::Account::AlternateContact by @benbridts in #120
- chore(deps): bump github.com/aws/aws-sdk-go from 1.25.37 to 1.33.0 in /resources/Time_Static by @dependabot in #122
- S3 Bucket Module by @ericzbeard in #123
- Fix okta application resource path by @ericzbeard in #127
- Add dependency review and python package scanning on PR by @mmaeng in #126
- Alternate contact cicd by @ericzbeard in #128
- Batch build list for all regions in Prod by @ericzbeard in #130
New Contributors
- @mmaeng made their first contribution in #112
- @benbridts made their first contribution in #119
- @dependabot made their first contribution in #122
Full Changelog: release-0.1.4...release-0.1.5
release-0.1.4
Expanding scope of build role to cloudformation:*
. I spent a lot of time trying to scope this down carefully, but when I got to publishing across multiple regions, it was impossible. I feel like a quitter but I give up.
release-0.1.3
Had to modify a few role actions for TestType and PublishType. Also switched out the alert email to a public address.
release-0.1.2
Changed the publishing process to use the CLI instead of stack sets. Had to re-incorporate a call to test-type
, since it will only be skipped for 3p extensions that do not create AWS resources.