-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release version 1.2.0 (#153)
- Loading branch information
Showing
15 changed files
with
77 additions
and
35 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...b/workflows/prepare_original_checksum.yml → ...lease_droid_prepare_original_checksum.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Prepare Original Checksum | ||
name: Release Droid - Prepare Original Checksum | ||
|
||
on: | ||
workflow_dispatch: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/print_quick_checksum.yml → ...ws/release_droid_print_quick_checksum.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Print Quick Checksum | ||
name: Release Droid - Print Quick Checksum | ||
|
||
on: | ||
workflow_dispatch: | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/github_release.yml → ...se_droid_upload_github_release_assets.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Upload GitHub Release Assets | ||
name: Release Droid - Upload GitHub Release Assets | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,46 @@ | ||
# Cloud Storage Extension 1.2.0, released 2021-MM-DD | ||
# Cloud Storage Extension 1.2.0, released 2021-06-15 | ||
|
||
Code name: | ||
Code name: Fixed bug listing files on a path using asterisk | ||
|
||
## Summary | ||
|
||
## Bugs | ||
In this release we fixed a bug related to listing files using asterisk on a path. We also updated user guide and added link checker to detect broken links in the project documentation. | ||
|
||
* #146: Fixed issue listing files when asterisk is missing on a path (PR #149). | ||
## Bugfixes | ||
|
||
* #146: Fixed issue listing files when asterisk is missing on a path | ||
|
||
## Documentation | ||
|
||
* #141: Updated readme to reflect recent changes (PR #142). | ||
* #143: Added broken links checker Github actions workflow (PR #148). | ||
* #141: Updated readme to reflect recent changes | ||
* #143: Added broken links checker Github actions workflow | ||
* #151: Update user guide overview with additional sources | ||
|
||
## Dependency Updates | ||
|
||
### Runtime Dependency Updates | ||
|
||
* Updated Scala version `2.12.12` to `2.12.14` | ||
* Updated `org.apache.orc:orc-core:1.6.7` to `1.6.8` | ||
* Updated `org.apache.hadoop:hadoop-aws:3.3.0` to `3.3.1` | ||
* Updated `org.apache.hadoop:hadoop-azure:3.3.0` to `3.3.1` | ||
* Updated `org.apache.hadoop:hadoop-azure-datalake:3.3.0` to `3.3.1` | ||
* Updated `org.apache.hadoop:hadoop-client:3.3.0` to `3.3.1` | ||
* Updated `org.apache.hadoop:hadoop-hdfs:3.3.0` to `3.3.1` | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:test-db-builder-java:3.1.1` to `3.2.0` | ||
* Updated `com.exasol:exasol-testcontainers:3.5.1` to `3.5.3` | ||
* Updated `org.scalatest:scalatest:3.2.6` to `3.2.9` | ||
* Updated `org.mockito:mockito-core:3.8.0` to `3.11.1` | ||
* Updated `org.testcontainers:localstack:1.15.2` to `1.15.3` | ||
* Updated `com.dimafeng:testcontainers-scala-scalatest:0.39.3` to `0.39.5` | ||
|
||
### Plugin Updates | ||
|
||
* Updated `com.eed3si9n:sbt-assembly:0.15.0` to `1.0.0` | ||
* Updated `com.timushev.sbt:sbt-updates:0.5.2` to `0.5.3` | ||
* Updated `com.typesafe.sbt:sbt-git:1.0.0` to `1.0.1` | ||
* Updated `org.scoverage:sbt-coveralls:1.2.7` to `1.3.0` | ||
* Updated `org.scoverage:sbt-scoverage:1.6.1` to `1.8.2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
community-tags: | ||
- Apache Avro | ||
- Apache Parquet | ||
- Apache ORC | ||
- Cloud Storage Systems | ||
- Open Source | ||
- GitHub | ||
community-project-name: Cloud Storage Extension | ||
community-project-description: | | ||
The [Exasol Cloud Storage Extension](https://github.com/exasol/cloud-storage-extension) for | ||
accessing formatted data Avro, Orc and Parquet, on public cloud storage systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters