Skip to content

Commit f021360

Browse files
committed
Release v0.4.2
1 parent 37172c4 commit f021360

2 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ ifdef::env-github[]
99
:warning-caption: :warning:
1010
endif::[]
1111

12+
== Version 0.4.2
13+
[cols="1,2,<10a", options="header"]
14+
|===
15+
|ID|Type|Description
16+
|0
17+
|Fix
18+
|Add STS component for AWS to enable service account authentication in EKS.
19+
|===
20+
21+
== Version 0.4.1
22+
[cols="1,2,<10a", options="header"]
23+
|===
24+
|ID|Type|Description
25+
|0
26+
|Fix
27+
|Fix line endings for Maven wrapper.
28+
|===
29+
1230
== Version 0.4.0
1331
[cols="1,2,<10a", options="header"]
1432
|===

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.github.axway-api-management-plus</groupId>
2121
<artifactId>yamles-utils</artifactId>
22-
<version>0.4.0</version>
22+
<version>0.4.2</version>
2323
<packaging>jar</packaging>
2424
<name>YAML Entity Store Utilities</name>
2525
<description>Utilities for YAML Entity Store based API Gateway projects.</description>
@@ -54,7 +54,7 @@
5454
<httpclient.version>5.2.1</httpclient.version>
5555
<keepass.version>2.2.1</keepass.version>
5656
<pebble.version>3.2.1</pebble.version>
57-
<awssdk.version>2.20.147</awssdk.version>
57+
<awssdk.version>2.20.153</awssdk.version>
5858

5959
<junit.jupiter.version>5.10.0</junit.jupiter.version>
6060
<junit.platform.version>1.10.0</junit.platform.version>
@@ -170,6 +170,10 @@
170170
<groupId>software.amazon.awssdk</groupId>
171171
<artifactId>secretsmanager</artifactId>
172172
</dependency>
173+
<dependency>
174+
<groupId>software.amazon.awssdk</groupId>
175+
<artifactId>sts</artifactId>
176+
</dependency>
173177
</dependencies>
174178
<build>
175179
<resources>
@@ -212,8 +216,6 @@
212216
<artifactId>maven-surefire-plugin</artifactId>
213217
<version>2.22.2</version>
214218
<configuration>
215-
<forkCount>1</forkCount>
216-
<reuseForks>false</reuseForks>
217219
<failIfNoTests>true</failIfNoTests>
218220
<workingDirectory>./target</workingDirectory>
219221
</configuration>

0 commit comments

Comments
 (0)