Skip to content

Commit

Permalink
Release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlookaxw committed Sep 25, 2023
1 parent 37172c4 commit f021360
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ ifdef::env-github[]
:warning-caption: :warning:
endif::[]

== Version 0.4.2
[cols="1,2,<10a", options="header"]
|===
|ID|Type|Description
|0
|Fix
|Add STS component for AWS to enable service account authentication in EKS.
|===

== Version 0.4.1
[cols="1,2,<10a", options="header"]
|===
|ID|Type|Description
|0
|Fix
|Fix line endings for Maven wrapper.
|===

== Version 0.4.0
[cols="1,2,<10a", options="header"]
|===
Expand Down
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.axway-api-management-plus</groupId>
<artifactId>yamles-utils</artifactId>
<version>0.4.0</version>
<version>0.4.2</version>
<packaging>jar</packaging>
<name>YAML Entity Store Utilities</name>
<description>Utilities for YAML Entity Store based API Gateway projects.</description>
Expand Down Expand Up @@ -54,7 +54,7 @@
<httpclient.version>5.2.1</httpclient.version>
<keepass.version>2.2.1</keepass.version>
<pebble.version>3.2.1</pebble.version>
<awssdk.version>2.20.147</awssdk.version>
<awssdk.version>2.20.153</awssdk.version>

<junit.jupiter.version>5.10.0</junit.jupiter.version>
<junit.platform.version>1.10.0</junit.platform.version>
Expand Down Expand Up @@ -170,6 +170,10 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
</dependency>
</dependencies>
<build>
<resources>
Expand Down Expand Up @@ -212,8 +216,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<failIfNoTests>true</failIfNoTests>
<workingDirectory>./target</workingDirectory>
</configuration>
Expand Down

0 comments on commit f021360

Please sign in to comment.