Skip to content

Commit 8a490eb

Browse files
author
athena_federation_cut_release_workflow
committed
Cut release 2025.3.1
- build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#2538) - build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3 - build(deps): bump com.squareup.wire:wire-compiler from 5.1.0 to 5.2.1 (#2536) - build(deps): bump com.squareup.wire:wire-compiler from 5.1.0 to 5.2.1 - build(deps): bump io.lettuce:lettuce-core from 6.5.1.RELEASE to 6.5.2.RELEASE (#2541) - build(deps): bump io.lettuce:lettuce-core - build(deps): bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 (#2535) - build(deps): bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1 (#2540) - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1 - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.7.1-patch1 to 0.7.2 (#2532) - build(deps): bump com.clickhouse:clickhouse-jdbc - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0 (#2534) - build(deps): bump com.github.spotbugs:spotbugs-annotations - build(deps): bump com.teradata.jdbc:terajdbc from 20.00.00.38 to 20.00.00.39 (#2537) - build(deps): bump com.teradata.jdbc:terajdbc - build(deps): bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 (#2533) - build(deps): bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.16.1 to 8.17.1 (#2531) - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client - Revert redshift version bump (#2530) - Revert "bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre11 to 12.9.0.jre11-preview" (#2523) - build(deps): bump com.microsoft.azure:msal4j from 1.17.3 to 1.18.0 (#2489) - build(deps): bump com.microsoft.azure:msal4j from 1.17.3 to 1.18.0 - build(deps): bump com.squareup.wire:wire-schema from 5.1.0 to 5.2.1 (#2527) - build(deps): bump com.squareup.wire:wire-schema from 5.1.0 to 5.2.1 - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18.1 (#2515) - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.29.29 to 2.30.2 (#2528) - build(deps): bump software.amazon.awssdk:cloudwatchlogs - build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#2526) - build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.30 to 2.1.0.32 (#2501) - build(deps): bump com.amazon.redshift:redshift-jdbc42 - build(deps): bump com.google.cloud:google-cloud-storage from 2.45.0 to 2.47.0 (#2514) - build(deps): bump com.google.cloud:google-cloud-storage - build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#2490) - build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre - build(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#2495) - build(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 - build(deps): bump aws-sdk-v2.version from 2.29.29 to 2.30.2 (#2525) - build(deps): bump aws-sdk-v2.version from 2.29.29 to 2.30.2
1 parent 9f4b464 commit 8a490eb

File tree

136 files changed

+359
-359
lines changed

Some content is hidden

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

136 files changed

+359
-359
lines changed

athena-aws-cmdb/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM public.ecr.aws/lambda/java:11
22

33
# Copy function code and runtime dependencies from Maven layout
4-
COPY target/athena-aws-cmdb-2022.47.1.jar ${LAMBDA_TASK_ROOT}
4+
COPY target/athena-aws-cmdb-2025.3.1.jar ${LAMBDA_TASK_ROOT}
55
# Unpack the jar
6-
RUN jar xf athena-aws-cmdb-2022.47.1.jar
6+
RUN jar xf athena-aws-cmdb-2025.3.1.jar
77

88
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
99
CMD [ "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" ]

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.3.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.3.1'
5353
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
5454
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
5555
Timeout: 900

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.3.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.3.1'
6060
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
6161
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
6262
Timeout: !Ref LambdaTimeout

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.3.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.3.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.3.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
@@ -1,9 +1,9 @@
11
FROM public.ecr.aws/lambda/java:11
22

33
# Copy function code and runtime dependencies from Maven layout
4-
COPY target/athena-clickhouse-2022.47.1.jar ${LAMBDA_TASK_ROOT}
4+
COPY target/athena-clickhouse-2025.3.1.jar ${LAMBDA_TASK_ROOT}
55
# Unpack the jar
6-
RUN jar xf athena-clickhouse-2022.47.1.jar
6+
RUN jar xf athena-clickhouse-2025.3.1.jar
77

88
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
99
CMD [ "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler" ]

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.3.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.3.1'
7878
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
7979
Description: "Enables Amazon Athena to communicate with ClickHouse using JDBC"
8080
Timeout: !Ref LambdaTimeout

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.3.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-clickhouse</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2025.3.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.3.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.3.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.3.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
@@ -1,9 +1,9 @@
11
FROM public.ecr.aws/lambda/java:11
22

33
# Copy function code and runtime dependencies from Maven layout
4-
COPY target/athena-cloudera-hive-2022.47.1.jar ${LAMBDA_TASK_ROOT}
4+
COPY target/athena-cloudera-hive-2025.3.1.jar ${LAMBDA_TASK_ROOT}
55
# Unpack the jar
6-
RUN jar xf athena-cloudera-hive-2022.47.1.jar
6+
RUN jar xf athena-cloudera-hive-2025.3.1.jar
77

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

athena-cloudera-hive/athena-cloudera-hive-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.3.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -56,7 +56,7 @@ Resources:
5656
FunctionName: !Ref LambdaFunctionName
5757
PackageType: "Image"
5858
ImageUri: !Sub
59-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-cloudera-hive:2022.47.1'
59+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-cloudera-hive:2025.3.1'
6060
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
6161
ImageConfig:
6262
Command: [ "com.amazonaws.athena.connectors.cloudera.HiveCompositeHandler" ]

athena-cloudera-hive/athena-cloudera-hive.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.3.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -69,7 +69,7 @@ Resources:
6969
FunctionName: !Ref LambdaFunctionName
7070
PackageType: "Image"
7171
ImageUri: !Sub
72-
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-cloudera-hive:2022.47.1'
72+
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-cloudera-hive:2025.3.1'
7373
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
7474
ImageConfig:
7575
Command: [ "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler" ]

0 commit comments

Comments
 (0)