Skip to content

Commit

Permalink
Release: Version v7.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Nov 17, 2024
1 parent 3b6b279 commit 2815f21
Show file tree
Hide file tree
Showing 28 changed files with 53 additions and 44 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ This is intended as an overview of the major changes

NEXT RELEASE
===
- New/improved detections:
- ...

v7.29.0
===
- Build
- Require JDK 23 installed for Trino support.
- Leverage new toolchains plugin: no longer needs toolchains.xml.
Expand Down
4 changes: 2 additions & 2 deletions analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa</artifactId>

Expand Down Expand Up @@ -861,7 +861,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-benchmark</artifactId>

Expand All @@ -33,7 +33,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmh.version>1.37</jmh.version>
<yauaa.version>7.28.2-SNAPSHOT</yauaa.version>
<yauaa.version>7.29.0</yauaa.version>

<!--
Name of the benchmark Uber-JAR to generate.
Expand Down
2 changes: 1 addition & 1 deletion devtools/analysis/loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-parent</artifactId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devtools/log2test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-parent</artifactId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 4 additions & 0 deletions documentation/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ These are only the highlights for the last few releases, the full changelog can
- New/improved detections:
- ...

### Version v7.29.0
- New/improved detections:
- ...

### Version v7.28.1
- Build/Release:
- Trino UDF was not released with 7.28.0
Expand Down
2 changes: 1 addition & 1 deletion documentation/layouts/shortcodes/YauaaVersion.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.28.1
7.29.0
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<artifactId>yauaa-parent</artifactId>
<packaging>pom</packaging>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>

<name>Yauaa : </name>
<description>A parsing and analyzing library to get information from a useragent string.</description>
Expand All @@ -47,7 +47,7 @@
<snakeyaml.version>2.3</snakeyaml.version>

<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
<project.build.outputTimestamp>2024-09-15T16:02:15Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-17T14:28:36Z</project.build.outputTimestamp>

<!-- ============================================== -->
<!-- ================ UDF Versions ================ -->
Expand Down Expand Up @@ -956,7 +956,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/beam-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-beam-sql</artifactId>

Expand Down Expand Up @@ -146,7 +146,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-beam</artifactId>

Expand Down Expand Up @@ -134,7 +134,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/drill/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-drill</artifactId>

Expand Down Expand Up @@ -198,7 +198,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/elastic/elasticsearch-7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-elastic-udfs-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-elasticsearch</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -179,7 +179,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/elastic/elasticsearch-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-elastic-udfs-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-elasticsearch-8</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -180,7 +180,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/elastic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-elastic-udfs-parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -104,7 +104,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/flink-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-flink-table</artifactId>

Expand Down Expand Up @@ -163,7 +163,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-flink</artifactId>

Expand Down Expand Up @@ -141,7 +141,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-hive</artifactId>

Expand Down Expand Up @@ -252,7 +252,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/logparser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-logparser</artifactId>

Expand Down Expand Up @@ -150,7 +150,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion udfs/nifi/nifi-nar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-nifi-parent</artifactId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>

<artifactId>yauaa-nifi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions udfs/nifi/nifi-processors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa-nifi-parent</artifactId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>

<artifactId>yauaa-nifi-processors</artifactId>
Expand Down Expand Up @@ -128,7 +128,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/nifi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-nifi-parent</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -94,7 +94,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion udfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>yauaa-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions udfs/snowflake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-snowflake</artifactId>

Expand Down Expand Up @@ -178,7 +178,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
4 changes: 2 additions & 2 deletions udfs/trino/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>yauaa-udf-parent</artifactId>
<groupId>nl.basjes.parse.useragent</groupId>
<version>7.28.2-SNAPSHOT</version>
<version>7.29.0</version>
</parent>
<artifactId>yauaa-trino</artifactId>

Expand Down Expand Up @@ -273,7 +273,7 @@
<url>https://github.com/nielsbasjes/yauaa</url>
<connection>scm:git:https://github.com/nielsbasjes/yauaa.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v7.29.0</tag>
</scm>

</project>
Loading

0 comments on commit 2815f21

Please sign in to comment.