From 37cc605762c036e758437fadc4fc6d3bcf282ae6 Mon Sep 17 00:00:00 2001 From: Sruti Parthiban Date: Tue, 25 May 2021 11:43:23 -0700 Subject: [PATCH] Update licenses sha and add release notes --- .gitignore | 4 +-- build.gradle | 3 +- licenses/bcpkix-jdk15on-1.68.jar.sha1 | 1 + licenses/bcprov-jdk15on-1.68.jar.sha1 | 1 + licenses/jackson-annotations-2.11.4.jar.sha1 | 1 + licenses/jackson-databind-2.11.4.jar.sha1 | 1 + .../jackson-module-paranamer-2.11.4.jar.sha1 | 1 + licenses/paranamer-2.8.jar.sha1 | 1 + ...rformanceanalyzer-rca-1.0.0.0-rc1.jar.sha1 | 1 + ...ance-analyzer.release-notes-1.0.0.0-rc1.md | 36 +++++++++++++++++++ 10 files changed, 46 insertions(+), 4 deletions(-) create mode 100644 licenses/bcpkix-jdk15on-1.68.jar.sha1 create mode 100644 licenses/bcprov-jdk15on-1.68.jar.sha1 create mode 100644 licenses/jackson-annotations-2.11.4.jar.sha1 create mode 100644 licenses/jackson-databind-2.11.4.jar.sha1 create mode 100644 licenses/jackson-module-paranamer-2.11.4.jar.sha1 create mode 100644 licenses/paranamer-2.8.jar.sha1 create mode 100644 licenses/performanceanalyzer-rca-1.0.0.0-rc1.jar.sha1 create mode 100644 release-notes/opensearch-performance-analyzer.release-notes-1.0.0.0-rc1.md diff --git a/.gitignore b/.gitignore index c65ee92c..2c06c81a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ /.gradle/ /.idea/ /build/ -*.iml -licenses/performanceanalyzer-rca-* -licenses/*.sha1 \ No newline at end of file +*.iml \ No newline at end of file diff --git a/build.gradle b/build.gradle index 59f87d43..3db82545 100644 --- a/build.gradle +++ b/build.gradle @@ -351,7 +351,8 @@ task buildRca() { } task unpackRca(type: Copy) { - dependsOn(buildRca) + //dependsOn(buildRca) + rcaDir="/Users/partsrut/Desktop/workspace/os/performance-analyzer-rca" from(zipTree("$rcaDir/build/distributions/performance-analyzer-rca.zip")) { } into "$rcaDir/build/distributions" diff --git a/licenses/bcpkix-jdk15on-1.68.jar.sha1 b/licenses/bcpkix-jdk15on-1.68.jar.sha1 new file mode 100644 index 00000000..44675f2a --- /dev/null +++ b/licenses/bcpkix-jdk15on-1.68.jar.sha1 @@ -0,0 +1 @@ +81da950604ff0b2652348cbd2b48fde46ced9867 \ No newline at end of file diff --git a/licenses/bcprov-jdk15on-1.68.jar.sha1 b/licenses/bcprov-jdk15on-1.68.jar.sha1 new file mode 100644 index 00000000..32524b59 --- /dev/null +++ b/licenses/bcprov-jdk15on-1.68.jar.sha1 @@ -0,0 +1 @@ +46a080368d38b428d237a59458f9bc915222894d \ No newline at end of file diff --git a/licenses/jackson-annotations-2.11.4.jar.sha1 b/licenses/jackson-annotations-2.11.4.jar.sha1 new file mode 100644 index 00000000..d1ddeaf8 --- /dev/null +++ b/licenses/jackson-annotations-2.11.4.jar.sha1 @@ -0,0 +1 @@ +2c3f5c079330f3a01726686a078979420f547ae4 \ No newline at end of file diff --git a/licenses/jackson-databind-2.11.4.jar.sha1 b/licenses/jackson-databind-2.11.4.jar.sha1 new file mode 100644 index 00000000..dd4ebcc7 --- /dev/null +++ b/licenses/jackson-databind-2.11.4.jar.sha1 @@ -0,0 +1 @@ +5d9f3d441f99d721b957e3497f0a6465c764fad4 \ No newline at end of file diff --git a/licenses/jackson-module-paranamer-2.11.4.jar.sha1 b/licenses/jackson-module-paranamer-2.11.4.jar.sha1 new file mode 100644 index 00000000..ebd466c8 --- /dev/null +++ b/licenses/jackson-module-paranamer-2.11.4.jar.sha1 @@ -0,0 +1 @@ +3cee98c60e40a7dd9ea2bb2119b69a1c0a0d1d4d \ No newline at end of file diff --git a/licenses/paranamer-2.8.jar.sha1 b/licenses/paranamer-2.8.jar.sha1 new file mode 100644 index 00000000..70340a7b --- /dev/null +++ b/licenses/paranamer-2.8.jar.sha1 @@ -0,0 +1 @@ +619eba74c19ccf1da8ebec97a2d7f8ba05773dd6 \ No newline at end of file diff --git a/licenses/performanceanalyzer-rca-1.0.0.0-rc1.jar.sha1 b/licenses/performanceanalyzer-rca-1.0.0.0-rc1.jar.sha1 new file mode 100644 index 00000000..099877b0 --- /dev/null +++ b/licenses/performanceanalyzer-rca-1.0.0.0-rc1.jar.sha1 @@ -0,0 +1 @@ +9e27f4c98c6e0b90ef744d430465f68b48ffca1b \ No newline at end of file diff --git a/release-notes/opensearch-performance-analyzer.release-notes-1.0.0.0-rc1.md b/release-notes/opensearch-performance-analyzer.release-notes-1.0.0.0-rc1.md new file mode 100644 index 00000000..f60cf28c --- /dev/null +++ b/release-notes/opensearch-performance-analyzer.release-notes-1.0.0.0-rc1.md @@ -0,0 +1,36 @@ +## Version 1.0.0.0-rc1 Release Notes + +Compatible with OpenSearch 1.0.0-rc1 + +### Enhancements + +* Add CONFIG_DIR_NOT_FOUND in StatExceptionCode ([#11](https://github.com/opensearch-project/performance-analyzer-rca/pull/11)) + +### Bug fixes + +* Create conf directory if not exist to avoid NoSuchFile exceptions ([#9](https://github.com/opensearch-project/performance-analyzer/pull/9)) +* Update docker artifact link ([#9](https://github.com/opensearch-project/performance-analyzer-rca/pull/9)) +* Modify JVM gen tuning policy and update the Unit test ([#12](https://github.com/opensearch-project/performance-analyzer-rca/pull/12)) + +### Infrastructure + +* Upgrade Jackson version to 2.11.4 ([#13](https://github.com/opensearch-project/performance-analyzer/pull/13)) +* Upgrade Jackson version to 2.11.4 ([#15](https://github.com/opensearch-project/performance-analyzer-rca/pull/15)) +* Update version to rc1 ([#16](https://github.com/opensearch-project/performance-analyzer/pull/16)) +* Update to rc1 version and opendistro links ([#17](https://github.com/opensearch-project/performance-analyzer-rca/pull/17)) + +### Maintenance + +* Modify printing stacktrace to logger instead of stdout ([#10](https://github.com/opensearch-project/performance-analyzer-rca/pull/10)) +* Modify namespace from opendistro to opensearch ([#12](https://github.com/opensearch-project/performance-analyzer/pull/12)) +* Modify namespace to opensearch ([#14](https://github.com/opensearch-project/performance-analyzer-rca/pull/14)) +* Update REST resources to follow new OpenSearch naming convention ([#14](https://github.com/opensearch-project/performance-analyzer/pull/14)) +* Replace references to /_opendistro with /_plugins ([#16](https://github.com/opensearch-project/performance-analyzer-rca/pull/16)) +* Add legacy REST endpoints to integration tests ([#17](https://github.com/opensearch-project/performance-analyzer/pull/17)) +* Create HTTP contexts for legacy resource name ([#18](https://github.com/opensearch-project/performance-analyzer-rca/pull/18)) +* Add backward compatible resource names to RcaController ([#19](https://github.com/opensearch-project/performance-analyzer-rca/pull/19)) +* Update licenses sha and add release notes ([#18](https://github.com/opensearch-project/performance-analyzer/pull/18)) + +### Documentation + +* Update rest endpoint names in README ([#15](https://github.com/opensearch-project/performance-analyzer/pull/15))