Skip to content

Releases: perfectsense/gyro-aws-provider

Release 1.0.1

03 Mar 22:14
5241243
Compare
Choose a tag to compare

ENHANCEMENTS:

  • 164: Add support for IPV6 addressing.
  • 174: Add support for IAM OIDC provider.
  • 289: Add support for ECR.
  • 358: Add support for EKS Add-ons.
  • 366: Add support for ALB condition resource.
  • 381: Add support for OriginShield in Cloudfront.
  • 389: Add support for VPN connection in Transit Gateway.

ISSUES FIXED:

  • 355: Fix NAT Gateway creation.
  • 356: Fix NAT Gateway refresh.
  • 359: Fix EFS nodegroup refresh.
  • 362: Fix refresh of IAM policy.
  • 365: Fix NPE when refreshing multiple resources.
  • 371: Add support for updating EKS nodegroup labels.
  • 370: Reduce wait time for EKS nodegroup.
  • 375: Fix RDS cluster param group refresh.
  • 382: Fix autoscaling group desired-capacity auto update.
  • 398: Fix Security Group delete when using @uses-credentials.

Release 1.0.0

13 Jan 16:55
c3dcfbe
Compare
Choose a tag to compare

ENHANCEMENTS:

  • 247: Add support for EFS.
  • 247: Add support for DynamoDb Accelerator.
  • 258: Add support for WAF V2.
  • 284: Add support for CodeBuild.
  • 285: Add support for Kendra.
  • 286: Add support for Api Gateway V2.
  • 287: Add support for Autoscale Plan.
  • 318: Update KMS references to resource references.
  • 329: Update IAM role reference examples to be gyro managed examples.

ISSUES FIXED:

  • 305: Fix Network Acl refresh error.
  • 310: Allow passing credentials to S3 FileBackend.
  • 313: Fix SQS copyFrom for external references.
  • 323: Fix compilation on Windows.
  • 335: Gracefully handle Request limit exceed exception.
  • 362: Fix IAM policy refreshing older version.
  • 365: Fix NPE when refreshing multiple resources.

RELEASE NOTES:

Version 1.0.0 of Gyro AWS provider is not compatible with Gyro prior to version 1.0.0.
If you are using an older Gyro version and encounter errors of the following nature, please update to version 1.0.0 or higher.

aws::acm-certificate prod-frontend-load-balancer → options certificate options → preference: Must be one of ENABLED, DISABLED
In prod/frontend.gyro on line 59 from column 9 to 27
58:     options
59:         preference: ENABLED
60:     end

Release 0.99.3a

04 Dec 16:08
Compare
Choose a tag to compare

ISSUES:

  • 335: Request limit exceed exception occurs when refreshing some resource.

Release 0.99.3

25 Aug 20:38
074b731
Compare
Choose a tag to compare

ENHANCEMENTS:

  • 294: Add exists(String file) and copy(String source, String dest) methods to FileBackend.
  • 299: Update SNS Subscription resource.

Release 0.99.2

05 Aug 15:21
95d92a1
Compare
Choose a tag to compare

ENHANCEMENTS:

  • 270: Add ability to associate a Regional WAF to an ALB.

ISSUES FIXED:

  • 265: Allow for Instance type changes of non-autoscale instances.
  • 268: Fix S3 replication config error.
  • 272: Fix SNS Topic refresh error.
  • 273: Fix CloudFront origin refresh error.
  • 296: Fix SNS Subscription refresh error.

Release 0.99.1

20 May 19:31
e5cb1e5
Compare
Choose a tag to compare

ENHANCEMENTS:

  • 171: Add support for Neptune.
  • 172: Add support for DynamoDb Table.
  • 203: Add support for EC2 Placement Group.
  • 204: Add support for EC2 Transit Gateway.
  • 208: Add support for Elastisearch Domain.
  • 213: Add support for EKS.
  • 226: Add option to add SSL Cipher policy on ELB.
  • 228: Add support for EC2 VPC Flow Log.
  • 229: Add option to add bucket level encryption to S3 Buckets.
  • 237: Add support for Cloudtrail.
  • 241: Add support to add Bucket policy for S3.

ISSUES FIXED:

  • 191: Allow inline policies for IAM Roles.
  • 195: Fix needing multiple gyro up for S3 bucket with replication configuration.
  • 196: Fix auto reordering of records in Route53 record sets.
  • 200: Allow EC2 Security groups to set rules referencing itself.
  • 210: Fix NPE when refreshing EC2 Security groups.
  • 211: Fix NPE when refreshing Route53 Hosted zone.
  • 212: Allow finding external EC2 Security group rules.
  • 231: Fix exception when enabling S3 Access logging.
  • 245: Add missing package-info files.

MISC:

  • 214: Shade external dependencies to avoid version mismatch.
  • 223: Allow listing of files for S3 Filebackend.
  • 232: Implement state file locking using Dynamodb.
  • 245: Add documentation for state locking and remote storage.

Release 0.99.0

07 Oct 16:46
Compare
Choose a tag to compare
Release 0.99.0 Pre-release
Pre-release

Initial public release!