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(pkglint): Require stability setting in package.json #2736

Merged
merged 4 commits into from
Jun 6, 2019
Merged
Show file tree
Hide file tree
Changes from 2 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
8 changes: 8 additions & 0 deletions packages/@aws-cdk/alexa-ask/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## Alexa Ask Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>



```ts
const alexaAsk = require('@aws-cdk/alexa-ask');
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/alexa-ask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/app-delivery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Continuous Integration / Continuous Delivery for CDK Applications
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This library includes a *CodePipeline* composite Action for deploying AWS CDK Applications.

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/app-delivery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assert/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Testing utilities and assertions for CDK libraries
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This library contains helpers for writing unit tests and integration tests for CDK libraries

Expand Down
3 changes: 2 additions & 1 deletion packages/@aws-cdk/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@
"homepage": "https://github.com/awslabs/aws-cdk",
"engines": {
"node": ">= 8.10.0"
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assets-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# AWS CDK Docker Image Assets
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This module allows bundling Docker images as assets.

Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/assets-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/assets/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS CDK Assets
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


Assets are local files or directories which are needed by a CDK app. A common
example is a directory which contains the handler code for a Lambda function,
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@
},
"bundledDependencies": [
"minimatch"
]
}
],
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-amazonmq/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS AmazonMQ Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


```ts
const amazonmq = require('@aws-cdk/aws-amazonmq');
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-amazonmq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-apigateway/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## CDK Construct Library for Amazon API Gateway
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


Amazon API Gateway is a fully managed service that makes it easy for developers
to publish, maintain, monitor, and secure APIs at any scale. Create an API to
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-apigateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@
"exclude": [
"from-method:@aws-cdk/aws-apigateway.Resource"
]
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-applicationautoscaling/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS Application AutoScaling Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


**Application AutoScaling** is used to configure autoscaling for all
services other than scaling EC2 instances. For example, you will use this to
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-applicationautoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appmesh/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS::AppMesh Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.

Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-appmesh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appstream/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS AppStream Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


```ts
const appstream = require('@aws-cdk/aws-appstream');
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-appstream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-appsync/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## The CDK Construct Library for AWS AppSync
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-appsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-athena/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## The CDK Construct Library for AWS Athena
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-athena/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-common/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS AutoScaling Common Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This is a sister package to `@aws-cdk/aws-autoscaling` and
`@aws-cdk/aws-applicationautoscaling`. It contains shared implementation
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-autoscaling-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling-hooktargets/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Lifecycle Hook for the CDK AWS AutoScaling Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


See the README of the `@aws-cdk/aws-autoscaling` library.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-autoscaling-hooktargets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscaling/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## The CDK Construct Library for AWS Auto-Scaling
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.

### Fleet
Expand Down
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-autoscaling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@
"resource-interface-extends-construct:@aws-cdk/aws-autoscaling.IAutoScalingGroup",
"export:@aws-cdk/aws-autoscaling.IAutoScalingGroup"
]
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-autoscalingplans/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## The CDK Construct Library for AWS Auto-Scaling Plans
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-autoscalingplans/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-batch/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## The CDK Construct Library for AWS Batch
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-budgets/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## The CDK Construct Library for AWS Budgets
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>

This module is part of the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) project.
5 changes: 3 additions & 2 deletions packages/@aws-cdk/aws-budgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@
},
"engines": {
"node": ">= 8.10.0"
}
}
},
"stability": "experimental"
}
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-certificatemanager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## AWS Certificate Manager Construct Library
<div class="stability_label"
style="background-color: #EC5315; color: white !important; margin: 0 0 1rem 0; padding: 1rem; line-height: 1.5;">
Stability: 1 - Experimental. This API is still under active development and subject to non-backward
compatible changes or removal in any future version. Use of the API is not recommended in production
environments. Experimental APIs are not subject to the Semantic Versioning model.
</div>


This package provides Constructs for provisioning and referencing certificates which
can be used in CloudFront and ELB.
Expand Down
Loading