Skip to content

Commit 638224a

Browse files
author
athena_federation_cut_release_workflow
committed
Cut release 2024.33.1
- build(deps): bump software.amazon.awssdk:bom from 2.27.7 to 2.27.10 (#2190) - build(deps): bump software.amazon.awssdk:bom from 2.27.7 to 2.27.10 - build(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 (#2191) - build(deps): bump org.apache.maven.plugins:maven-dependency-plugin - build(deps): bump aws-sdk.version from 1.12.769 to 1.12.770 (#2185) - build(deps): bump aws-sdk.version from 1.12.769 to 1.12.770 - ignore `aws-msk-iam-auth` for dependabot (#2184) - sqlserver connector listSchema query changes (#2127) - update KMS to AES_256 (#2180) - Make VPC optional in DB2 connectors (#2179) - build(deps): bump aws-sdk.version from 1.12.767 to 1.12.769 (#2171) - build(deps): bump aws-sdk.version from 1.12.767 to 1.12.769 - build(deps): bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#2176) - build(deps): bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre - build(deps): bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#2175) - build(deps): bump org.junit:junit-bom from 5.10.3 to 5.11.0 - build(deps): bump software.amazon.awssdk:bom from 2.27.2 to 2.27.7 (#2178) - build(deps): bump software.amazon.awssdk:bom from 2.27.2 to 2.27.7 - build(deps): bump surefire.failsafe.version from 3.3.1 to 3.4.0 (#2177) - build(deps): bump surefire.failsafe.version from 3.3.1 to 3.4.0 - build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 (#2174) - build(deps): bump commons-cli:commons-cli from 1.8.0 to 1.9.0 - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.5 (#2173) - build(deps): bump org.apache.maven.plugins:maven-gpg-plugin - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.3 to 0.6.4 (#2172) - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.3 to 0.6.4
1 parent baa29d2 commit 638224a

File tree

76 files changed

+237
-246
lines changed

Some content is hidden

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

76 files changed

+237
-246
lines changed

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

+2-2
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: 2024.33.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-2024.33.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/pom.xml

+3-3
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>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-aws-cmdb</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.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>2024.33.1</version>
1616
<classifier>withdep</classifier>
1717
</dependency>
1818
<dependency>

athena-clickhouse/athena-clickhouse.yaml

+2-2
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: 2024.33.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -71,7 +71,7 @@ Resources:
7171
default: !Ref DefaultConnectionString
7272
FunctionName: !Ref LambdaFunctionName
7373
Handler: "com.amazonaws.athena.connectors.clickhouse.ClickHouseMuxCompositeHandler"
74-
CodeUri: "./target/athena-clickhouse-2022.47.1.jar"
74+
CodeUri: "./target/athena-clickhouse-2024.33.1.jar"
7575
Description: "Enables Amazon Athena to communicate with ClickHouse using JDBC"
7676
Runtime: java11
7777
Timeout: !Ref LambdaTimeout

athena-clickhouse/pom.xml

+6-6
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>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-clickhouse</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.1</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>athena-jdbc</artifactId>
15-
<version>2022.47.1</version>
15+
<version>2024.33.1</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>athena-mysql</artifactId>
20-
<version>2022.47.1</version>
20+
<version>2024.33.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>2024.33.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/athena-cloudera-hive.yaml

+2-2
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: 2024.33.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -66,7 +66,7 @@ Resources:
6666
default: !Ref DefaultConnectionString
6767
FunctionName: !Ref LambdaFunctionName
6868
Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler"
69-
CodeUri: "./target/athena-cloudera-hive-2022.47.1.jar"
69+
CodeUri: "./target/athena-cloudera-hive-2024.33.1.jar"
7070
Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC"
7171
Runtime: java11
7272
Timeout: !Ref LambdaTimeout

athena-cloudera-hive/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-cloudera-hive</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.1</version>
1111
<properties>
1212
<clouderaVersion>2.6.23.1027</clouderaVersion>
1313
</properties>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>athena-federation-integ-test</artifactId>
18-
<version>2022.47.1</version>
18+
<version>2024.33.1</version>
1919
<scope>test</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>athena-jdbc</artifactId>
24-
<version>2022.47.1</version>
24+
<version>2024.33.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>Hive</groupId>
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.amazonaws</groupId>
3333
<artifactId>athena-jdbc</artifactId>
34-
<version>2022.47.1</version>
34+
<version>2024.33.1</version>
3535
<type>test-jar</type>
3636
<scope>test</scope>
3737
</dependency>

athena-cloudera-impala/athena-cloudera-impala.yaml

+2-2
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: 2024.33.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -71,7 +71,7 @@ Resources:
7171
default: !Ref DefaultConnectionString
7272
FunctionName: !Ref LambdaFunctionName
7373
Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler"
74-
CodeUri: "./target/athena-cloudera-impala-2022.47.1.jar"
74+
CodeUri: "./target/athena-cloudera-impala-2024.33.1.jar"
7575
Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC"
7676
Runtime: java11
7777
Timeout: !Ref LambdaTimeout

athena-cloudera-impala/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-cloudera-impala</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.1</version>
1111
<properties>
1212
<clouderaVersion>2.6.32.1041</clouderaVersion>
1313
</properties>
1414
<dependencies>
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>athena-federation-integ-test</artifactId>
18-
<version>2022.47.1</version>
18+
<version>2024.33.1</version>
1919
<scope>test</scope>
2020
</dependency>
2121
<dependency>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>athena-jdbc</artifactId>
24-
<version>2022.47.1</version>
24+
<version>2024.33.1</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>Impala</groupId>
@@ -31,11 +31,10 @@
3131
<dependency>
3232
<groupId>com.amazonaws</groupId>
3333
<artifactId>athena-jdbc</artifactId>
34-
<version>2022.47.1</version>
34+
<version>2024.33.1</version>
3535
<type>test-jar</type>
3636
<scope>test</scope>
3737
</dependency>
38-
3938
<dependency>
4039
<groupId>org.mockito</groupId>
4140
<artifactId>mockito-core</artifactId>

athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml

+2-2
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: 2024.33.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.cloudwatch.metrics.MetricsCompositeHandler"
56-
CodeUri: "./target/athena-cloudwatch-metrics-2022.47.1.jar"
56+
CodeUri: "./target/athena-cloudwatch-metrics-2024.33.1.jar"
5757
Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL"
5858
Runtime: java11
5959
Timeout: !Ref LambdaTimeout

athena-cloudwatch-metrics/pom.xml

+3-3
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>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-cloudwatch-metrics</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.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>2024.33.1</version>
1616
<classifier>withdep</classifier>
1717
</dependency>
1818
<dependency>

athena-cloudwatch/athena-cloudwatch.yaml

+2-2
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: 2024.33.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -67,7 +67,7 @@ Resources:
6767
kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"]
6868
FunctionName: !Ref AthenaCatalogName
6969
Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler"
70-
CodeUri: "./target/athena-cloudwatch-2022.47.1.jar"
70+
CodeUri: "./target/athena-cloudwatch-2024.33.1.jar"
7171
Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL"
7272
Runtime: java11
7373
Timeout: !Ref LambdaTimeout

athena-cloudwatch/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-cloudwatch</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.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>2024.33.1</version>
1616
<classifier>withdep</classifier>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.amazonaws</groupId>
2020
<artifactId>athena-federation-integ-test</artifactId>
21-
<version>2022.47.1</version>
21+
<version>2024.33.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
<!-- https://mvnrepository.com/artifact/software.amazon.awscdk/logs -->

athena-datalakegen2/athena-datalakegen2.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Metadata:
1212
- athena-federation
1313
- jdbc
1414
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
15-
SemanticVersion: 2022.47.1
15+
SemanticVersion: 2024.33.1
1616
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1717
Parameters:
1818
LambdaFunctionName:
@@ -72,7 +72,7 @@ Resources:
7272
default: !Ref DefaultConnectionString
7373
FunctionName: !Ref LambdaFunctionName
7474
Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler"
75-
CodeUri: "./target/athena-datalakegen2-2022.47.1.jar"
75+
CodeUri: "./target/athena-datalakegen2-2024.33.1.jar"
7676
Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC"
7777
Runtime: java11
7878
Timeout: !Ref LambdaTimeout

athena-datalakegen2/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
<parent>
44
<artifactId>aws-athena-query-federation</artifactId>
55
<groupId>com.amazonaws</groupId>
6-
<version>2022.47.1</version>
6+
<version>2024.33.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>athena-datalakegen2</artifactId>
10-
<version>2022.47.1</version>
10+
<version>2024.33.1</version>
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>athena-federation-integ-test</artifactId>
15-
<version>2022.47.1</version>
15+
<version>2024.33.1</version>
1616
<scope>test</scope>
1717
</dependency>
1818
<dependency>
1919
<groupId>com.amazonaws</groupId>
2020
<artifactId>athena-jdbc</artifactId>
21-
<version>2022.47.1</version>
21+
<version>2024.33.1</version>
2222
</dependency>
2323
<dependency>
2424
<groupId>com.amazonaws</groupId>
2525
<artifactId>athena-jdbc</artifactId>
26-
<version>2022.47.1</version>
26+
<version>2024.33.1</version>
2727
<type>test-jar</type>
2828
<scope>test</scope>
2929
</dependency>

athena-db2-as400/athena-db2-as400.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Metadata:
1313
- athena-federation
1414
- jdbc
1515
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
16-
SemanticVersion: 2022.47.1
16+
SemanticVersion: 2024.33.1
1717
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1818
Parameters:
1919
LambdaFunctionName:
@@ -73,7 +73,7 @@ Resources:
7373
default: !Ref DefaultConnectionString
7474
FunctionName: !Ref LambdaFunctionName
7575
Handler: "com.amazonaws.athena.connectors.db2as400.Db2As400MuxCompositeHandler"
76-
CodeUri: "./target/athena-db2-as400-2022.47.1.jar"
76+
CodeUri: "./target/athena-db2-as400-2024.33.1.jar"
7777
Description: "Enables Amazon Athena to communicate with DB2 on iSeries (AS400) using JDBC"
7878
Runtime: java11
7979
Timeout: !Ref LambdaTimeout

0 commit comments

Comments
 (0)