Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated JDBC driver in artifacts and download page #1730

Merged
merged 4 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions _artifacts/opensearch-drivers/opensearch-jdbc-1.3.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: driver
artifact_id: opensearch-sql-jdbc
version: 1.3.0.0
platform: java
architecture: jvm
artifact_url: https://artifacts.opensearch.org/opensearch-clients/jdbc/opensearch-sql-jdbc-1.3.0.0-shadow.jar
slug: opensearch-sql-jdbc-1.3.0.0
category: opensearch
type: jar
jarsigner: true
---
2 changes: 1 addition & 1 deletion _includes/downloads/jdbc.markdown
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The Java Database Connectivity (JDBC) driver is a read-only driver for connecting business intelligence and data visualization applications with OpenSearch using SQL.
The Java Database Connectivity (JDBC) driver is a read-only driver for connecting business intelligence and data visualization applications with OpenSearch using SQL.
GumpacG marked this conversation as resolved.
Show resolved Hide resolved
7 changes: 7 additions & 0 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,13 @@ <h4 class="instruction-label">
{% endcapture %}
{% assign artifact_extras = artifact_extras | append: artifact_extra %}
{% endif %}
{% if details.jarsigner %}
{% capture artifact_extra %}
<div class="extra_links extra_{{artifact_id}}">
<a href="/verify-signatures.html#JarSigner">Signature verification how to</a></div>
{% endcapture %}
{% assign artifact_extras = artifact_extras | append: artifact_extra %}
{% endif %}
{% assign artifact_extra = nil %}
{% endfor %}
{%endfor%}
Expand Down
87 changes: 87 additions & 0 deletions _versions/2023-06-20-opensearch-2.8.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
GumpacG marked this conversation as resolved.
Show resolved Hide resolved
date: "2023-06-06"
product: opensearch
version: '2.8.0'
release_notes: https://github.com/opensearch-project/opensearch-build/blob/main/release-notes/opensearch-release-notes-2.8.0.md
version_sort: 2.8.0-ga
components:
- role: daemon
artifact: opensearch
version: 2.8.0
- role: ui
artifact: opensearch-dashboards
version: 2.8.0
- role: command-line-tools
artifact: opensearch-cli
version: 1.1.0
- role: ingest
artifact: data-prepper
version: data-prepper-2.3.0
platform_order:
- docker
- linux
- role: ingest
artifact: logstash-oss-with-opensearch-output-plugin
version: 8.6.1
- role: minimal-artifacts
artifact: opensearch-min
version: 2.8.0
- role: minimal-artifacts
artifact: opensearch-dashboards-min
version: 2.8.0
- role: drivers
artifact: opensearch-sql-odbc
version: 1.1.0.1
- role: drivers
artifact: opensearch-sql-jdbc
version: 1.3.0.0
sections:
docker-compose:
explanation: "downloads/opensearch-docker.markdown"
opensearch:
role: daemon
artifacts:
opensearch:
explanation: "downloads/opensearch-daemon.markdown"
opensearch-dashboards:
role: ui
artifacts:
opensearch-dashboards:
explanation: "downloads/opensearch-ui.markdown"
data-ingest:
explanation: "downloads/opensearch-data-ingest.markdown"
role: ingest
artifacts:
data-prepper:
explanation: "downloads/data-prepper.html"
logstash-oss-with-opensearch-output-plugin:
explanation: "downloads/logstash-oss-with-opensearch-output-plugin.markdown"
command-line-tools:
role: command-line-tools
artifacts:
opensearch-cli:
explanation: "downloads/opensearch-cli.html"
drivers:
explanation: "downloads/drivers.markdown"
role: drivers
artifacts:
opensearch-sql-odbc:
explanation: "downloads/odbc.markdown"
opensearch-sql-jdbc:
explanation: "downloads/jdbc.markdown"
minimal:
explanation: "downloads/minimal-distributions.markdown"
role: minimal-artifacts
artifacts:
opensearch-min:
explanation: "downloads/opensearch-daemon-min.markdown"
opensearch-dashboards-min:
explanation: "downloads/opensearch-ui-min.markdown"
pretty:
artifacts:
opensearch: ''
opensearch-min: 'OpenSearch Minimum'
opensearch-dashboards: ''
opensearch-dashboards-min: 'OpenSearch Dashboards Minimum'
---
OpenSearch is open source software that uses the Apache License version 2 (ALv2). ALv2 grants you well-understood usage rights; you can use, modify, extend, embed, monetize, resell, and offer OpenSearch as part of your products and services. The source for the entire project is available on [GitHub](https://github.com/opensearch-project/) and you're welcome to build from source for customized deployments. Downloadable artifacts for OpenSearch and OpenSearch Dashboards include plugins and tools, ready for you to use with minimal configuration.
7 changes: 7 additions & 0 deletions verify-signatures.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: How to verify signatures

## How to verify signatures for downloadable artifacts

### PGP
Download our PGP key using the link below and import it.

If you’re using gpg, you just need to run:
Expand All @@ -28,6 +29,12 @@ Our current PGP key fingerprint is `C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 931

*Note: If you see "gpg: Note: This key has expired!" as originally noted in [Issue 2040](https://github.com/opensearch-project/opensearch-build/issues/2040){:target="_blank"}, please download the newest key. See change log for dates.*

### <a name="JarSigner"></a> JarSigner
GumpacG marked this conversation as resolved.
Show resolved Hide resolved
To verify signature run in the terminal:
GumpacG marked this conversation as resolved.
Show resolved Hide resolved
```
jarsigner -verify -verbose <path_to_jar>
```

## Change Log ##
GumpacG marked this conversation as resolved.
Show resolved Hide resolved

<div class="table-styler"></div>
Expand Down