Skip to content

Commit

Permalink
Merge pull request #83 from aws/bump/0.17.0
Browse files Browse the repository at this point in the history
chore(release): 0.17.0
  • Loading branch information
ddneilson authored Aug 26, 2020
2 parents 2c26b8c + 19154e9 commit 5ea43b4
Show file tree
Hide file tree
Showing 199 changed files with 3,410 additions and 892 deletions.
4 changes: 2 additions & 2 deletions .github/AUTOMATION_README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Github Actions and Integration

This directory is used to hold all templates and github actions that are integrated into the AWS RFDK Github Repository.
This directory is used to hold all templates and github actions that are integrated into the RFDK Github Repository.

## Pull Request Template

Expand All @@ -27,4 +27,4 @@ This workflow is used to maintain the labels that are configured on the Git hub

It works by reading the file .github/config/labels.yml and updating the labels in repository so they match the labels described in that file. This include updating existing labels, adding new labels, and removing all labels that do not exist in that file.

This workflow is triggered whenever a change is pushed to the .github/config/labels.yml file in the mainline branch.
This workflow is triggered whenever a change is pushed to the .github/config/labels.yml file in the mainline branch.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ what is the error message you are seeing?

- **CDK CLI Version :**
- **CDK Framework Version:**
- **RFDK Framework Version:**
- **RFDK Version:**
- **Deadline Version:**
- **Node.js Version:** <!-- Version of Node.js (run the command `node -v`) -->
- **OS :**
Expand Down
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ about: Create a new issue
labels: needs-triage
---

<!-- NOTE:📕 If there is an issue regarding developer guide, please create an issue [here](https://github.com/awsdocs/aws-cdk-guide/issues) -->

## :question: General Issue

<!--
Expand All @@ -25,7 +23,7 @@ falling prey to the [X/Y problem][2]!

- **CDK CLI Version :**
- **CDK Framework Version:**
- **RFDK Framework Version:**
- **RFDK Version:**
- **Deadline Version:**
- **Node.js Version:** <!-- Version of Node.js (run the command `node -v`) -->
- **OS :**
Expand Down
5 changes: 4 additions & 1 deletion .github/config/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@
description: "This PR is ready to be merged."
- name: pr/needs-tests
color: 358F18
description: "This PR is missing tests."
description: "This PR is missing tests."
- name: pr/no-squash
color: 358F18
description: "This PR should be merged instead of squash-merging it."
- name: contribution/core
color: DA5F98
description: "This is a PR that came from AWS."
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.17.0]() (Link not implemented) (2020-08-26)


### Features

* tag resources with RFDK meta-data ([#74]() (Link not implemented)) ([6b2ce6d]() (full hash: 6b2ce6d26f5a54c8d4a6454ee20f1592f71b45a3))


### Bug Fixes

* **core:** ACM Import remove race condition ([#77]() (Link not implemented)) ([ac6b419]() (full hash: ac6b4193f1f016747f6daf9345c0746ce5a4301c))
* **core:** I-named interfaces could not be created in Python ([#73]() (Link not implemented)) ([4a9a145]() (full hash: 4a9a14535340483d12077f60de04efa5eed99720))
* **core:** Verify ec2 instance identity doc before using meta-data service ([#69]() (Link not implemented)) ([789207c]() (full hash: 789207c75e02a1ff841332f558817c92eb4cb613))
* **deadline:** Make Repository installer honor subnet selection ([#65]() (Link not implemented)) ([d8b9ed6]() (full hash: d8b9ed635ce682194e8e24521abd94a0c2f5e4b2))
* **deadline:** WorkerFleet should not create a securitygroups when given one ([#78]() (Link not implemented)) ([c07f9bd]() (full hash: c07f9bdd5f05e50b55cc06463b665fb4161bc729))

## [0.16.0]() (Link not implemented) (2020-08-13)


Expand Down
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the AWS Render Farm Deployment Kit (AWS RFDK)
# Contributing to the Render Farm Deployment Kit on AWS (RFDK)

Thanks for your interest in contributing to the AWS RFDK! ❤️
Thanks for your interest in contributing to the RFDK! ❤️

This document describes how to set up a development environment and submit your contributions. Please read it carefully
and let us know if it's not up-to-date (even better, submit a PR with your corrections ;-)).
Expand All @@ -24,7 +24,7 @@ and let us know if it's not up-to-date (even better, submit a PR with your corr

## Prerequisites

The AWS RFDK is written in Typescript and converted, using [jsii](https://github.com/aws/jsii), into Python. Thus, the
The RFDK is written in Typescript and converted, using [jsii](https://github.com/aws/jsii), into Python. Thus, the
minimal development environment must include:

- Node.js >= 10.21.0
Expand Down Expand Up @@ -100,7 +100,7 @@ To build, we use the [jsii/superchain docker container](https://hub.docker.com/r
>>> bash-4.2$
./pack.sh
# To build & test your changes to the AWS RFDK package
# To build & test your changes to the RFDK package
# Note: Must have done at least one run of ./build.sh to build the build tools.
>>> bash-4.2$
cd packages/aws-rfdk
Expand Down Expand Up @@ -128,16 +128,16 @@ One can use the `postinstall` script to symlink this repo. For example:
This assumes this repo is a sibling of the target repo and will install the CDK as a linked dependency during
__yarn install__.

#### Option 2 -- Use npm/pip to install the AWS RFDK packages into your environment
#### Option 2 -- Use npm/pip to install the RFDK packages into your environment

The packages that are created by the `./pack.sh` script can be installed directly into an npm or Python environment.

```bash
# Installing into a local npm environment
npm install <AWS RFDK directory>/dist/js/aws-rfdk@0.15.0.jsii.tgz
npm install <RFDK directory>/dist/js/aws-rfdk@0.15.0.jsii.tgz
# Installing into a Python environment
pip install --force <AWS RFDK directory>/dist/python/aws-rfdk-0.15.0.tar.gz
pip install --force <RFDK directory>/dist/python/aws-rfdk-0.15.0.tar.gz
```

### Cleaning up stale build artifacts
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
AWS Render Farm Deployment Kit (AWS RFDK)
Render Farm Deployment Kit on AWS (RFDK)
Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS Render Farm Deployment Kit (AWS RFDK)
# Render Farm Deployment Kit on AWS (RFDK)

The AWS Render Farm Deployment Kit is an open-source library for use with the
The Render Farm Deployment Kit on AWS is an open-source library for use with the
[AWS Cloud Development Kit](https://github.com/aws/aws-cdk) that is designed to help you
deploy, configure, and maintain your render farm infrastructure in the cloud.

Expand Down Expand Up @@ -41,7 +41,7 @@ If you discover a potential security issue in this project we ask that you notif

## Contributing

Contributions to the AWS RFDK are encouraged. If you want to fix a problem, or want to enhance the library in any way, then
Contributions to the RFDK are encouraged. If you want to fix a problem, or want to enhance the library in any way, then
we are happy to accept your contribution. Information on contributing to the RFDK can be found
[in CONTRIBUTING.md](https://github.com/aws/aws-rfdk/blob/mainline/CONTRIBUTING.md).

Expand All @@ -55,4 +55,4 @@ opensource-codeofconduct@amazon.com with any additional questions or comments.

See the [LICENSE](LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
Loading

0 comments on commit 5ea43b4

Please sign in to comment.