Skip to content

Commit 1d443fb

Browse files
authored
Bump version to 1.0.1.0 (#1418)
1 parent f66c4bd commit 1d443fb

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins {
3737
buildDir = 'gradle-build'
3838

3939
ext {
40-
securityPluginVersion = '1.0.0.0'
40+
securityPluginVersion = '1.0.1.0'
4141
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
4242
}
4343

plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=Provide access control related features for OpenSearch 1.0.0
44
#
55
# 'version': plugin's version
6-
version=1.0.0.0
6+
version=1.0.1.0
77
#
88
# 'name': the plugin name
99
name=opensearch-security

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<groupId>org.opensearch</groupId>
3535
<artifactId>opensearch-security</artifactId>
3636
<packaging>jar</packaging>
37-
<version>1.0.0.0</version>
37+
<version>1.0.1.0</version>
3838
<name>OpenSearch Security</name>
3939
<description>OpenSearch Security</description>
4040
<url>https://github.com/opensearch-project/security</url>
@@ -103,7 +103,7 @@
103103
<url>https://github.com/opensearch-project/security</url>
104104
<connection>scm:git:[email protected]:opensearch-project/security.git</connection>
105105
<developerConnection>scm:git:[email protected]:opensearch-project/security.git</developerConnection>
106-
<tag>1.0.0.0</tag>
106+
<tag>1.0.1.0</tag>
107107
</scm>
108108

109109
<issueManagement>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## 2021-08-31 Version 1.0.1.0
2+
3+
Compatible with OpenSearch 1.0.0
4+
5+
### Bug fixes
6+
7+
* Return HTTP 409 if get parallel put request ([#1158](https://github.com/opensearch-project/security/pull/1158))
8+
* Add validation for null array DataType ([#1157](https://github.com/opensearch-project/security/pull/1157))
9+
* Add support for ResolveIndexAction handling ([#1312](https://github.com/opensearch-project/security/pull/1312))
10+
* Fix LDAP authentication when using StartTLS ([#1415](https://github.com/opensearch-project/security/pull/1415))
11+
* Fix index permissions for negative lookahead and negated regex index patterns ([#1300](https://github.com/opensearch-project/security/pull/1300))
12+
13+
### Maintenance
14+
15+
* Fix maven build ${version} deprecation warning ([#1209](https://github.com/opensearch-project/security/pull/1209))
16+
* Fix race condition on async test for PR #1158 ([#1331](https://github.com/opensearch-project/security/pull/1331))
17+
* Build OpenSearch in CD workflow in order to build security plugin ([#1364](https://github.com/opensearch-project/security/pull/1364))
18+
* 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))
19+
* Add themed logo to README ([#1333](https://github.com/opensearch-project/security/pull/1333))
20+
* Checkout OpenSearch after Cache in CD ([#1410](https://github.com/opensearch-project/security/pull/1410))
21+
* Address follow up comments for PR #1172 ([#1224](https://github.com/opensearch-project/security/pull/1224))
22+
* Upgrade CXF to v3.4.4 ([#1412](https://github.com/opensearch-project/security/pull/1412))
23+
* Bump version to 1.0.1.0 ([#1418](https://github.com/opensearch-project/security/pull/1418))

0 commit comments

Comments
 (0)