Skip to content

Commit

Permalink
Bump version to 1.0.1.0 (#1418)
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu123 authored Aug 24, 2021
1 parent f66c4bd commit 1d443fb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ plugins {
buildDir = 'gradle-build'

ext {
securityPluginVersion = '1.0.0.0'
securityPluginVersion = '1.0.1.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description=Provide access control related features for OpenSearch 1.0.0
#
# 'version': plugin's version
version=1.0.0.0
version=1.0.1.0
#
# 'name': the plugin name
name=opensearch-security
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<groupId>org.opensearch</groupId>
<artifactId>opensearch-security</artifactId>
<packaging>jar</packaging>
<version>1.0.0.0</version>
<version>1.0.1.0</version>
<name>OpenSearch Security</name>
<description>OpenSearch Security</description>
<url>https://github.com/opensearch-project/security</url>
Expand Down Expand Up @@ -103,7 +103,7 @@
<url>https://github.com/opensearch-project/security</url>
<connection>scm:git:git@github.com:opensearch-project/security.git</connection>
<developerConnection>scm:git:git@github.com:opensearch-project/security.git</developerConnection>
<tag>1.0.0.0</tag>
<tag>1.0.1.0</tag>
</scm>

<issueManagement>
Expand Down
23 changes: 23 additions & 0 deletions release-notes/opensearch-security.release-notes-1.0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 2021-08-31 Version 1.0.1.0

Compatible with OpenSearch 1.0.0

### Bug fixes

* Return HTTP 409 if get parallel put request ([#1158](https://github.com/opensearch-project/security/pull/1158))
* Add validation for null array DataType ([#1157](https://github.com/opensearch-project/security/pull/1157))
* Add support for ResolveIndexAction handling ([#1312](https://github.com/opensearch-project/security/pull/1312))
* Fix LDAP authentication when using StartTLS ([#1415](https://github.com/opensearch-project/security/pull/1415))
* Fix index permissions for negative lookahead and negated regex index patterns ([#1300](https://github.com/opensearch-project/security/pull/1300))

### Maintenance

* Fix maven build ${version} deprecation warning ([#1209](https://github.com/opensearch-project/security/pull/1209))
* Fix race condition on async test for PR #1158 ([#1331](https://github.com/opensearch-project/security/pull/1331))
* Build OpenSearch in CD workflow in order to build security plugin ([#1364](https://github.com/opensearch-project/security/pull/1364))
* Update checkNullElementsInArray() unit test to check both error message and error code instead of only checking the error code ([#1370](https://github.com/opensearch-project/security/pull/1370))
* Add themed logo to README ([#1333](https://github.com/opensearch-project/security/pull/1333))
* Checkout OpenSearch after Cache in CD ([#1410](https://github.com/opensearch-project/security/pull/1410))
* Address follow up comments for PR #1172 ([#1224](https://github.com/opensearch-project/security/pull/1224))
* Upgrade CXF to v3.4.4 ([#1412](https://github.com/opensearch-project/security/pull/1412))
* Bump version to 1.0.1.0 ([#1418](https://github.com/opensearch-project/security/pull/1418))

0 comments on commit 1d443fb

Please sign in to comment.