Skip to content

Commit

Permalink
Merge pull request opensearch-project#1730 from GumpacG/artifacts-jdb…
Browse files Browse the repository at this point in the history
…c-1.3.0

Updated JDBC driver in artifacts and download page
  • Loading branch information
dtaivpp authored Jun 23, 2023
2 parents 5a8c57d + a1b7a87 commit 0fa8687
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
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
---
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
2 changes: 1 addition & 1 deletion _versions/2023-06-06-opensearch-2.8.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ components:
version: 1.1.0.1
- role: drivers
artifact: opensearch-sql-jdbc
version: 1.1.0.1
version: 1.3.0.0
sections:
docker-compose:
explanation: "downloads/opensearch-docker.markdown"
Expand Down
9 changes: 9 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,13 @@ 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">JarSigner</a>
Only the JDBC driver is signed with JarSigner.
To verify signature run in the terminal:
```
jarsigner -verify -verbose <path_to_jar>
```
## Change Log ##
<div class="table-styler"></div>
Expand All @@ -36,5 +44,6 @@ Our current PGP key fingerprint is `C5B7 4989 65EF D1C2 924B A9D5 39D3 1987 931
|:-------------|:-------|:----------------|:----------------|
| 2022-05-11 | [Issue 2040](https://github.com/opensearch-project/opensearch-build/issues/2040){:target="_blank"} | 2022-05-12 | 2023-05-12 |
| 2023-05-04 | [Issue 2136](https://github.com/opensearch-project/opensearch-build/issues/2136){:target="_blank"} | 2023-05-03 | 2024-05-12 |
| 2023-06-21 | [Issue 97](https://github.com/opensearch-project/sql-jdbc/issues/97){:target="_blank"} | 2023-04-13 | 2031-11-09 |
<br>

0 comments on commit 0fa8687

Please sign in to comment.