Skip to content

Commit

Permalink
#55 Sign connector with new certificate (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Sep 14, 2022
1 parent 3750bd1 commit 7015fcf
Show file tree
Hide file tree
Showing 14 changed files with 285 additions and 167 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
*.sh text eol=lf
*.bat text eol=crlf

pk_generated_parent.pom linguist-generated=true
dependencies.md linguist-generated=true
versionsMavenPluginRules.xml linguist-generated=true
doc/changes/changelog.md linguist-generated=true
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 0

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
java-version: 11
cache: 'maven'

- name: Run unit tests
- name: Project Keeper Verify
run: mvn --batch-mode -DtrimStackTrace=false --projects . test com.exasol:project-keeper-maven-plugin:verify
1 change: 0 additions & 1 deletion .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ version:
fromSource: pom.xml
excludes:
- regex: "(?s)E-PK-CORE-62: The project's README\\.md does not contain a valid badges block\\. Please add or replace the following badges.*"
- regex: "(?s)E-PK-CORE-53: The dependencies.md file has outdated content.*"
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build.yml'"
- "E-PK-CORE-17: Missing required file: '.github/workflows/ci-build-next-java.yml'"
- "E-PK-CORE-17: Missing required file: '.github/workflows/dependencies_check.yml'"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ The Exasol Tableau Connector is an adapter, that maps Exasol's analytical capabi

## Additional Resources

* [Dependencies](dependencies.md)
* [Tableau Dependencies](tableau_dependencies.md)
+ [Dependencies](dependencies.md)
* [Changelog](doc/changes/changelog.md)
227 changes: 142 additions & 85 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changelog.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions doc/changes/changes_1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Tableau Connector 1.0.1, released 2022-09-14

Code name: New certificate

## Summary

Starting with this release the connector is now signed with a certificate that is valid until 2023-09-11. The timestamp service certificate is valid until 2033-08-11.

## Features

* #55: Sign connectors with new certificate

## Dependency Updates

### JDBC Kerberos Setup Tests

#### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.6.2` to `2.7.0`
* Removed `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M6`

### Tableau Server GUI Tests

#### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.6.2` to `2.7.0`
* Removed `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M6`

### Exasol Connector for Tableau

#### Plugin Dependency Updates

* Updated `com.exasol:project-keeper-maven-plugin:2.6.2` to `2.7.0`
* Updated `org.apache.maven.plugins:maven-compiler-plugin:3.8.1` to `3.10.1`
* Updated `org.apache.maven.plugins:maven-enforcer-plugin:3.0.0` to `3.1.0`
* Removed `org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M6`
* Updated `org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M6` to `3.0.0-M5`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.8.1` to `2.10.0`
2 changes: 1 addition & 1 deletion jdbc-kerberos-setup-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>com.exasol</groupId>
<artifactId>project-keeper-maven-plugin</artifactId>
<version>2.6.2</version>
<version>2.7.0</version>
<executions>
<execution>
<goals>
Expand Down
Loading

0 comments on commit 7015fcf

Please sign in to comment.