Skip to content

Releases: StarChart-Labs/machete

1.0.3

20 Sep 23:20

Choose a tag to compare

Changed

  • Updated com.amazonaws:aws-java-sdk-ssm from 1.12.128 to 1.12.305
  • Updated com.fasterxml.jackson.core:jackson-databind from 2.13.0 to 2.13.4
  • Updated org.starchartlabs.alloy:alloy-core from 1.0.2 to 1.0.3
  • Updated org.mockito:mockito-core from 4.1.0 to 4.8.0
  • Updated org.testng:testng from 7.4.0 to 7.5

1.0.2

11 Dec 19:29

Choose a tag to compare

Changed

  • Updated com.amazonaws:aws-java-sdk-ssm from 1.12.40 to 1.12.128
  • Updated com.amazonaws:aws-lambda-java-events from 3.9.0 to 3.11.0
  • Updated com.fasterxml.jackson.core:jackson-databind from 2.12.4 to 2.13.0
  • Updated org.starchartlabs.alloy:alloy-core from 1.0.1 to 1.0.2
  • Updated org.mockito:mockito-core from 3.11.2 to 4.1.0

1.0.1

07 Aug 03:31

Choose a tag to compare

Changed

  • Update com.amazonaws:aws-java-sdk-ssm from 1.11.797 to 1.12.40
  • Update com.amazonaws:aws-lambda-java-events from 3.1.0 to 3.9.0
  • Update override of com.fasterxml.jackson.core:jackson-databind from 2.11.0 to 2.12.4
  • Update org.starchartlabs.alloy:alloy-core from 1.0.0 to 1.0.1
  • Update org.mockito:mockito-core from 3.3.3 to 3.11.2
  • Update org.testng:testng from 7.1.0 to 7.4.0

1.0.0

01 Aug 02:17

Choose a tag to compare

Changed

  • (GH-17) Changed module name org.starchartlabs.machete.machete.sns to org.starchartlabs.machete.sns
  • (GH-17) Changed module name org.starchartlabs.machete.machete.ssm to org.starchartlabs.machete.ssm
  • Update com.amazonaws:aws-java-sdk-ssm from 1.11.699 to 1.11.797
  • Update com.amazonaws:aws-lambda-java-events from 2.2.7 to 3.1.0
  • Update com.fasterxml.jackson.core:jackson-databind override from 2.10.1 to 2.11.0
  • Update org.starchartlabs.alloy:alloy-core from 0.5.0 to 1.0.0
  • Update org.mockito:mockito-core from 2.28.2 to 3.3.3
  • Update org.testng:testng from 6.14.3 to 7.1.0

0.2.2

27 Dec 22:09

Choose a tag to compare

Changed

  • Updated com.amazonaws:aws-java-sdk-ssm to 1.11.699 fro 1.11.598 for bugfixes and security updates
  • Updated com.amazonaws:aws-lambda-java-events to 2.2.7 from 2.2.6 for bugfixes and security updates
  • Updated com.fasterxml.jackson.core:jackson-databind to 2.10.1 from 2.9.9.1 for bugfixes and security updates

Binary artifacts can be downloaded from BinTray or used via dependency management from Maven Central of JCenter

0.2.1

28 Jul 02:30

Choose a tag to compare

Changed

  • Updated com.amazonaws:aws-java-sdk-ssm to latest micro version (1.11.598)
  • Updated com.fasterxml.jackson.core:jackson-databind to latest micro version (2.9.9.1)
  • Updated test dependencies

Binary artifacts can be downloaded from BinTray

0.2.0

19 Mar 01:45

Choose a tag to compare

Changes

  • Updated external dependency versions to latest bugfix releases
  • Overrode Jackson dependency version from AWS SDK to version not flagged with vulnerabilities

Binary artifacts can be downloaded from BinTray

0.1.0

21 Feb 18:19

Choose a tag to compare

Initial release of machete libraries, general AWS quality-of-life utilities

Added

  • org.starchartlabs.machete.ssm.parameter.SecuredParameter for ease of access to encrypted AWS SSM parameter store values
  • org.starchartlabs.machete.ssm.parameter.SecuredRsaKeyParameter for ease of access to encrypted AWS SSM parameter store values which are the contents of an RSA key
  • org.starchartlabs.machete.ssm.parameter.StringParameter for each of access to an un-encrypted AWS SSM value
  • org.starchartlabs.machete.sns.SnsEvents for utilities related to SNS event processing

Binary artifacts can be downloaded from BinTray