This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d00214532 Update docs for the release of Drill 1.20.3.
d00214532 is described below

commit d002145327bc7a8c76729863004d04b5739050ef
Author: James Turton <[email protected]>
AuthorDate: Sat Jan 7 15:02:28 2023 +0200

    Update docs for the release of Drill 1.20.3.
---
 _data/version.json                                 | 10 ++---
 .../plugins/140-splunk-storage-plugin.md           |  3 +-
 _docs/en/rn/043-1.20.3-rn.md                       | 46 ++++++++++++++++++++++
 blog/_posts/en/2023-01-07-drill-1.20.3-released.md | 11 ++++++
 4 files changed, 63 insertions(+), 7 deletions(-)

diff --git a/_data/version.json b/_data/version.json
index 6bd44cc2f..abfcf1c80 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -1,7 +1,7 @@
 {
-  "display_version": "1.20.2",
-  "full_version": "1.20.2",
-  "release_date": "August 03, 2022",
-  "blog_post":"/blog/2022/08/03/drill-1.20.2-released",
-  "release_notes": "/docs/apache-drill-1-20-2-release-notes/"
+  "display_version": "1.20.3",
+  "full_version": "1.20.3",
+  "release_date": "January 07, 2023",
+  "blog_post":"/blog/2023/01/07/drill-1.20.3-released",
+  "release_notes": "/docs/apache-drill-1-20-3-release-notes/"
 }
diff --git 
a/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md 
b/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md
index 2d5a0f78d..e42aaf6af 100644
--- a/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md
+++ b/_docs/en/connect-a-data-source/plugins/140-splunk-storage-plugin.md
@@ -47,8 +47,7 @@ containing the following properties.
 | validateCertificates | true      | Whether the Splunk client will validates 
the server's SSL cert  | 2.0   |
 
 [^1]: See [this Splunk 
documentation](https://docs.splunk.com/Documentation/Splunk/latest/Admin/Apparchitectureandobjectownership)
 for more information.
-[^2]: See [this Splunk 
documentation](https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens)
-for more information.
+[^2]: See [this Splunk 
documentation](https://docs.splunk.com/Documentation/Splunk/latest/Security/CreateAuthTokens)
 for more information.
 
 ## Understanding Splunk's Data Model
 
diff --git a/_docs/en/rn/043-1.20.3-rn.md b/_docs/en/rn/043-1.20.3-rn.md
new file mode 100644
index 000000000..ef3abae8c
--- /dev/null
+++ b/_docs/en/rn/043-1.20.3-rn.md
@@ -0,0 +1,46 @@
+---
+title: "Apache Drill 1.20.3 Release Notes"
+slug: "Apache Drill 1.20.3 Release Notes"
+parent: "Release Notes"
+---
+
+**Release date:**  Jan 7, 2023
+
+Today, we're happy to announce the availability of Drill 1.20.3. You can 
download it [here](https://drill.apache.org/download/).
+
+## Bug
+* [[DRILL-8190](https://issues.apache.org/jira/browser/DRILL-8190)] - Mongo 
query: "Schema change not currently supported for schemas with complex types"
+* [[DRILL-8238](https://issues.apache.org/jira/browser/DRILL-8238)] - 
Translation of IS NOT NULL($1) is not supported by MongoProject
+* [[DRILL-8278](https://issues.apache.org/jira/browser/DRILL-8278)] - The 
period character '.' is broken in SQL LIKE patterns
+* [[DRILL-8280](https://issues.apache.org/jira/browser/DRILL-8280)] - Cannot 
ANALYZE files containing non-ASCII column names 
+* [[DRILL-8281](https://issues.apache.org/jira/browser/DRILL-8281)] - Info 
schema LIKE with ESCAPE push down bug
+* [[DRILL-8291](https://issues.apache.org/jira/browser/DRILL-8291)] - Allow 
case sensitive Filters in HTTP Plugin
+* [[DRILL-8295](https://issues.apache.org/jira/browser/DRILL-8295)] - Probable 
resource leak in the HTTP storage plugin
+* [[DRILL-8300](https://issues.apache.org/jira/browser/DRILL-8300)] - Upgrade 
to snakeyaml 1.32 due to cve
+* [[DRILL-8307](https://issues.apache.org/jira/browser/DRILL-8307)] - Ensure 
thread safety in the Druid plugin HTTP client
+* [[DRILL-8328](https://issues.apache.org/jira/browser/DRILL-8328)] - HTTP UDF 
Not Resolving Storage Aliases
+* [[DRILL-8329](https://issues.apache.org/jira/browser/DRILL-8329)] - Close 
HTTP Caching Resources 
+* [[DRILL-8333](https://issues.apache.org/jira/browser/DRILL-8333)] - Resource 
leak when JsonLoader is built from a stream
+* [[DRILL-8365](https://issues.apache.org/jira/browser/DRILL-8365)] - HTTP 
Plugin Places Parameters in Wrong Place
+* [[DRILL-8366](https://issues.apache.org/jira/browser/DRILL-8366)] - Late 
release of compressor memory in the Parquet writer
+
+## Improvement
+* [[DRILL-8275](https://issues.apache.org/jira/browser/DRILL-8275)] - Prevent 
the JDBC Client from creating spurious paths in Zookeeper
+* [[DRILL-8282](https://issues.apache.org/jira/browser/DRILL-8282)] - Upgrade 
to hadoop-common 3.2.4 due to CVE 
+* [[DRILL-8283](https://issues.apache.org/jira/browser/DRILL-8283)] - Add a 
configurable recursive file listing size limit
+* [[DRILL-8293](https://issues.apache.org/jira/browser/DRILL-8293)] - Add a 
docker-compose file to run Drill in cluster mode
+* [[DRILL-8296](https://issues.apache.org/jira/browser/DRILL-8296)] - Possible 
type mismatch bug in SplunkBatchReader
+* [[DRILL-8308](https://issues.apache.org/jira/browser/DRILL-8308)] - Upgrade 
POI to 5.2.3
+* [[DRILL-8323](https://issues.apache.org/jira/browser/DRILL-8323)] - Upgrade 
commons-text to 1.10.0
+* [[DRILL-8324](https://issues.apache.org/jira/browser/DRILL-8324)] - Remove 
dependency on java-sizeof jar
+* [[DRILL-8326](https://issues.apache.org/jira/browser/DRILL-8326)] - 
snakeyaml 1.33
+* [[DRILL-8332](https://issues.apache.org/jira/browser/DRILL-8332)] - Upgrade 
to jackson 2.13.4.20221013
+* [[DRILL-8337](https://issues.apache.org/jira/browser/DRILL-8337)] - Upgrade 
Hive libs to 3.1.3 due to sonatype-2019-0400
+* [[DRILL-8338](https://issues.apache.org/jira/browser/DRILL-8338)] - Upgrade 
jQuery to 3.6.1 and DataTables to 1.12.1 due to sonatype-2020-0988
+* [[DRILL-8345](https://issues.apache.org/jira/browser/DRILL-8345)] - Fix 
Eclipse compatibility in the Maven resources plugin config
+* [[DRILL-8348](https://issues.apache.org/jira/browser/DRILL-8348)] - Cannot 
delete disabled storage plugins
+
+## Task
+* [[DRILL-8321](https://issues.apache.org/jira/browser/DRILL-8321)] - Change 
kafka_2.13 dependency scope to test 
+* [[DRILL-8344](https://issues.apache.org/jira/browser/DRILL-8344)] - Disable 
Travis CI
+
diff --git a/blog/_posts/en/2023-01-07-drill-1.20.3-released.md 
b/blog/_posts/en/2023-01-07-drill-1.20.3-released.md
new file mode 100644
index 000000000..8408ebe44
--- /dev/null
+++ b/blog/_posts/en/2023-01-07-drill-1.20.3-released.md
@@ -0,0 +1,11 @@
+---
+layout: post
+title: "Drill 1.20.3 Released"
+code: drill-1.20.3-released
+excerpt: Apache Drill 1.20.3 has been released.
+
+authors: ["jturton"]
+---
+
+Today, we're happy to announce the availability of Drill 1.20.3. You can 
download it [here](https://drill.apache.org/download/). You can find a complete 
list of improvements and JIRAs resolved in the 1.20.3 release 
[here]({{site.baseurl}}/docs/apache-drill-1-20-3-release-notes/).
+

Reply via email to