Skip to content

Releases: lacework/terraform-aws-ecr

v0.5.0

22 Feb 18:31
1b5615b

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.5.0.

Features

  • feat: add limit_num_imgs variable (#25) (John Robison)(17571e1)

Other Changes

  • ci: version bump to v0.4.1-dev (Lacework)(3747e50)

v0.4.0

01 Feb 13:06
775dd45

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.4.0.

Features

  • feat: update non_os_package_support flag (Darren Murray)(183a10c)

Documentation Updates

  • docs: fix typo (Darren Murray)(63e4e58)
  • docs: update contribution docs link (Darren)(d41968f)

Other Changes

  • ci: version bump to v0.3.2-dev (Lacework)(203d3e7)

v0.3.1

16 Dec 18:37
12c9f86

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.3.1.

Bug Fixes

  • fix: bump Lacework provider version to ~> v0.11 (#20) (Salim Afiune)(7dbd93d)

Other Changes

  • ci: version bump to v0.3.1-dev (Lacework)(94fa5b0)

v0.3.0

23 Nov 13:03
086a54d

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.3.0.

Features

  • feat: Add inputs limit_by_labels, limit_by_tags, limit_by_repositories (#17) (Darren)(1c84465)

Other Changes

  • ci: version bump to v0.2.1-dev (Lacework)(af1212a)

v0.2.0

05 Nov 00:12
cf317ee

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.2.0.

Features

  • feat: adding non_os_package_support input (#15) (Salim Afiune)(fbcd76c)

Documentation Updates

  • docs: Add contributing documentation (#13) (Darren)(8a20b91)
  • docs: add inputs and outputs to README (#12) (Matt Cadorette)(24ec9ea)

Other Changes

  • chore: version bump to v0.1.3-dev (Lacework)(70c1a2a)
  • ci: sign lacework-releng commits (#11) (Salim Afiune)(f3f4781)

v0.1.2

07 May 21:05
44f0539

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.1.2.

Documentation Updates

  • docs: fix codefresh icon (#7) (Darren)(16ecc06)

Other Changes

  • chore: bump required version of TF to 0.12.31 (#9) (Scott Ford)(c4c0c64)
  • ci: fix finding major versions during release (#8) (Salim Afiune)(89852da)
  • ci: switch PR test from CircleCI to CodeFresh (#6) (Darren)(fda7214)

v0.1.1

19 Mar 15:46
c67f445

Choose a tag to compare

Release Notes

Another day, another release. These are the release notes for the version v0.1.1.

Bug Fixes

  • fix: delay integration creation X seconds (#4) (Salim Afiune)(726bbc1)

v0.1.0

16 Mar 22:15
d93f4d1

Choose a tag to compare

Release Notes

Another day, another module. This is our first release of our ECR Module version v0.1.0.

Usage

terraform {
  required_providers {
    lacework = {
      source = "lacework/lacework"
    }
  }
}

provider "lacework" {}

provider "aws" {}

module "lacework_ecr" {
  source  = "lacework/ecr/aws"
  version = "~> 0.1"
}