Skip to content

Commit 5dbb3d1

Browse files
author
athena_federation_cut_release_workflow
committed
Cut release 2025.25.1
- build(deps): bump io.lettuce:lettuce-core from 6.6.0.RELEASE to 6.7.1.RELEASE (#2811) - build(deps): bump com.google.cloud:google-cloud-storage from 2.52.3 to 2.53.0 (#2813) - build(deps): bump com.microsoft.azure:msal4j from 1.20.1 to 1.21.0 (#2819) - build(deps): bump org.junit:junit-bom from 5.13.0 to 5.13.1 (#2814) - build(deps): bump com.amazonaws:aws-lambda-java-core from 1.2.3 to 1.3.0 (#2805) - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.3.1 to 5.3.3 (#2816) - build(deps): bump net.jqwik:jqwik from 1.9.2 to 1.9.3 (#2810) - Updating versions of bouncy castle and protobuf (#2824) - build(deps): bump com.squareup.wire:wire-schema from 5.3.1 to 5.3.3 (#2815) - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 9.0.1 to 9.0.2 (#2817) - build(deps): bump fasterxml.jackson.version from 2.19.0 to 2.19.1 (#2825) - build(deps): bump com.squareup.wire:wire-compiler from 5.3.1 to 5.3.3 (#2820) - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.31.54 to 2.31.63 (#2829) - build(deps): bump aws-sdk-v2.version from 2.31.54 to 2.31.63 (#2830) - build(deps): bump org.postgresql:postgresql from 42.7.6 to 42.7.7 in /athena-postgresql (#2823)
1 parent f1a94d3 commit 5dbb3d1

File tree

164 files changed

+418
-418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+418
-418
lines changed

athena-aws-cmdb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-aws-cmdb-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-aws-cmdb-2025.25.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-aws-cmdb-2022.47.1.jar
14+
RUN jar xf athena-aws-cmdb-2025.25.1.jar
1515

1616
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
1717
# No need to specify here (already defined in .yaml file)

athena-aws-cmdb/athena-aws-cmdb-connection.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.25.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -49,7 +49,7 @@ Resources:
4949
FunctionName: !Ref LambdaFunctionName
5050
PackageType: "Image"
5151
ImageUri: !Sub
52-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2022.47.1'
52+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2025.25.1'
5353
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
5454
ImageConfig:
5555
Command: [ "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" ]

athena-aws-cmdb/athena-aws-cmdb-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.25.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -53,7 +53,7 @@ Resources:
5353
spill_prefix: !Ref SpillPrefix
5454
FunctionName: !Ref AthenaCatalogName
5555
Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler"
56-
CodeUri: "./target/athena-aws-cmdb-2022.47.1.jar"
56+
CodeUri: "./target/athena-aws-cmdb-2025.25.1.jar"
5757
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
5858
Runtime: java11
5959
Timeout: !Ref LambdaTimeout

athena-aws-cmdb/athena-aws-cmdb.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.25.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -56,7 +56,7 @@ Resources:
5656
FunctionName: !Ref AthenaCatalogName
5757
PackageType: "Image"
5858
ImageUri: !Sub
59-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2022.47.1'
59+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-aws-cmdb:2025.25.1'
6060
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
6161
ImageConfig:
6262
Command: [ "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" ]

athena-aws-cmdb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2025.25.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-aws-cmdb</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2025.25.1</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-athena-federation-sdk</artifactId>
15-
<version>2022.47.1</version>
15+
<version>2025.25.1</version>
1616
<classifier>withdep</classifier>
1717
</dependency>
1818
<dependency>

athena-clickhouse/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-clickhouse-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-clickhouse-2025.25.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-clickhouse-2022.47.1.jar
14+
RUN jar xf athena-clickhouse-2025.25.1.jar
1515

1616
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
1717
# No need to specify here (already defined in .yaml file because legacy and connections use different)

athena-clickhouse/athena-clickhouse-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Metadata:
1111
Labels:
1212
- athena-federation
1313
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
14-
SemanticVersion: 2022.47.1
14+
SemanticVersion: 2025.25.1
1515
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1616
Parameters:
1717
LambdaFunctionName:
@@ -72,7 +72,7 @@ Resources:
7272
default: !Ref DefaultConnectionString
7373
FunctionName: !Ref LambdaFunctionName
7474
Handler: "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler"
75-
CodeUri: "./target/athena-clickhouse-2022.47.1.jar"
75+
CodeUri: "./target/athena-clickhouse-2025.25.1.jar"
7676
Description: "Enables Amazon Athena to communicate with ClickHouse using JDBC"
7777
Runtime: java11
7878
Timeout: !Ref LambdaTimeout

athena-clickhouse/athena-clickhouse.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.47.1
13+
SemanticVersion: 2025.25.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -74,7 +74,7 @@ Resources:
7474
FunctionName: !Ref LambdaFunctionName
7575
PackageType: "Image"
7676
ImageUri: !Sub
77-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-clickhouse:2022.47.1'
77+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-clickhouse:2025.25.1'
7878
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
7979
ImageConfig:
8080
Command: [ "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler" ]

athena-clickhouse/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2025.25.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-clickhouse</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2025.25.1</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>athena-jdbc</artifactId>
15-
<version>2022.47.1</version>
15+
<version>2025.25.1</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>athena-mysql</artifactId>
20-
<version>2022.47.1</version>
20+
<version>2025.25.1</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.clickhouse</groupId>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.amazonaws</groupId>
3030
<artifactId>athena-jdbc</artifactId>
31-
<version>2022.47.1</version>
31+
<version>2025.25.1</version>
3232
<type>test-jar</type>
3333
<scope>test</scope>
3434
</dependency>
@@ -74,5 +74,5 @@
7474
</executions>
7575
</plugin>
7676
</plugins>
77-
</build>
77+
</build>
7878
</project>

athena-cloudera-hive/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ARG JAVA_TOOL_OPTIONS=""
99
ENV JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
1010

1111
# Copy function code and runtime dependencies from Maven layout
12-
COPY target/athena-cloudera-hive-2022.47.1.jar ${LAMBDA_TASK_ROOT}
12+
COPY target/athena-cloudera-hive-2025.25.1.jar ${LAMBDA_TASK_ROOT}
1313
# Unpack the jar
14-
RUN jar xf athena-cloudera-hive-2022.47.1.jar
14+
RUN jar xf athena-cloudera-hive-2025.25.1.jar
1515

1616
# Command can be overwritten by providing a different command in the template directly.
1717
# No need to specify here (already defined in .yaml file because legacy and connections use different)

0 commit comments

Comments
 (0)