Skip to content

Commit

Permalink
Merge pull request #454 from perfectsense/prep-rel-1.1.0
Browse files Browse the repository at this point in the history
Prepare for release 1.1.0
  • Loading branch information
deepanjan90 authored Apr 27, 2021
2 parents 31fe83e + 2cd74af commit 846f62f
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
CHANGELOG
=========

## 1.1.0 (April 27th, 2021)

ENHANCEMENTS:

* [361](https://github.com/perfectsense/gyro-aws-provider/issues/361): Add support for creating EKS Nodegroup Launch Template.
* [407](https://github.com/perfectsense/gyro-aws-provider/issues/407): Add support for creating RDS cluster/instance from snapshots.
* [418](https://github.com/perfectsense/gyro-aws-provider/issues/418): Add support for Backup.
* [448](https://github.com/perfectsense/gyro-aws-provider/issues/448): Allow ALB forwarding action to target multiple groups by weight.
* [450](https://github.com/perfectsense/gyro-aws-provider/issues/450): Allow EKS to associate a KMS key after creation.

ISSUES FIXED:

* [404](https://github.com/perfectsense/gyro-aws-provider/issues/404): Fix Route53 Record Set refresh error.
* [420](https://github.com/perfectsense/gyro-aws-provider/issues/420): Update EKS Nodegroup default desired-capacity.
* [421](https://github.com/perfectsense/gyro-aws-provider/issues/421): Fix delayed wait time for VPC Endpoint.
* [425](https://github.com/perfectsense/gyro-aws-provider/issues/425): Fix EKS Nodegroup save error.
* [427](https://github.com/perfectsense/gyro-aws-provider/issues/427): Fix WAFV2 refresh error when associated with a Cloudfront.
* [428](https://github.com/perfectsense/gyro-aws-provider/issues/428): Fix WAFV2 scoping error.
* [431](https://github.com/perfectsense/gyro-aws-provider/issues/431): Update EKS examples.
* [432](https://github.com/perfectsense/gyro-aws-provider/issues/432): Format assume role policy examples.
* [437](https://github.com/perfectsense/gyro-aws-provider/issues/437): Fix Cloudfront list field confusing change output.
* [438](https://github.com/perfectsense/gyro-aws-provider/issues/438): Have ELBV2 expose hosted-zone-id.

## 1.0.2 (March 5th, 2021)

ISSUES FIXED:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Load the AWS provider in your project by consuming it as a `plugin` directive in

```shell
@repository: 'https://artifactory.psdops.com/gyro-releases'
@plugin: 'gyro:gyro-aws-provider:1.0.2'
@plugin: 'gyro:gyro-aws-provider:1.1.0'
```

#### Authentication ####
Expand All @@ -61,6 +61,7 @@ See [AWS authentication for Gyro](https://gyro.dev/providers/aws/index.html#auth
* [ACM PCA](https://gyro.dev/providers/aws/acm-pca/index.html)
* [API Gateway](https://gyro.dev/providers/aws/api-gateway-v2/index.html)
* [Autoscaling Groups](https://gyro.dev/providers/aws/autoscaling-groups/index.html)
* [Backup](https://gyro.dev/providers/aws/backup/index.html)
* [Cloudfront](https://gyro.dev/providers/aws/cloudfront/index.html)
* [Cloudtrail](https://gyro.dev/providers/aws/cloudtrail/index.html)
* [Cloudwatch](https://gyro.dev/providers/aws/cloudwatch/index.html)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def releaseVersion = '1.0.3'
def releaseVersion = '1.1.0'
def releaseBuild = false;

if (System.getenv('TRAVIS_BRANCH') && System.getenv('TRAVIS_PULL_REQUEST') == 'false') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gyro/aws/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* .. code:: shell
*
* {@literal @}repository: 'https://artifactory.psdops.com/gyro-releases'
* {@literal @}plugin: 'gyro:gyro-aws-provider:1.0.2'
* {@literal @}plugin: 'gyro:gyro-aws-provider:1.1.0'
*
* This lets Gyro load the AWS provider plugin and lets you start managing AWS resources using Gyro.
*
Expand Down

0 comments on commit 846f62f

Please sign in to comment.