Skip to content

Commit 87832d8

Browse files
committed
release 2.0.5
1 parent d972dca commit 87832d8

File tree

16 files changed

+32
-17
lines changed

16 files changed

+32
-17
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Change Log
22

3-
### 2.0.4 (Latest Release / Stable)
3+
### 2.0.5 (Latest Release / Stable)
4+
5+
##### Enhancements/Improvements
6+
7+
* Issue #439 - Add query parameters to delete and put options for large objects - Thank you - @frsyuki
8+
* Issue #438 - Add support for RAX API key authentication extension - Thank you - @frsyuki
9+
* Issue #437 - Add support to list available zone list - Thank you - @csm1sh
10+
* Issue #436 - New commands for blockVolume - Thank you - @pompinis
11+
* Issue #431 - Added docker container format - Thank you - @maseev
12+
13+
##### Fixes
14+
15+
* Issue #424 - Create server error through blockDeviceMappingBuilder
16+
* Issue #410 - Create instance boot from image(create a new volume)
17+
18+
### 2.0.4
419

520
##### Enhancements/Improvements
621

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ OpenStack4j version 2.0.0+ is now modular. One of the benefits to this is the a
3434
<dependency>
3535
<groupId>org.pacesys</groupId>
3636
<artifactId>openstack4j</artifactId>
37-
<version>2.0.4</version>
37+
<version>2.0.5</version>
3838
</dependency>
3939
```
4040

@@ -50,7 +50,7 @@ See notes above about connectors (same rules apply) to development branches.
5050
<dependency>
5151
<groupId>org.pacesys</groupId>
5252
<artifactId>openstack4j</artifactId>
53-
<version>2.0.5-SNAPSHOT</version>
53+
<version>2.0.6-SNAPSHOT</version>
5454
</dependency>
5555
```
5656

connectors/http-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.pacesys.openstack4j.connectors</groupId>
66
<artifactId>openstack4j-connectors</artifactId>
7-
<version>2.0.5-SNAPSHOT</version>
7+
<version>2.0.6-SNAPSHOT</version>
88
</parent>
99
<name>OpenStack4j HttpURL Connector</name>
1010
<artifactId>openstack4j-http-connector</artifactId>

connectors/httpclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-httpclient</artifactId>

connectors/jersey2-jdk16/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2-jdk16</artifactId>

connectors/jersey2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-jersey2</artifactId>

connectors/okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-okhttp</artifactId>

connectors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>org.pacesys.openstack4j.connectors</groupId>

connectors/resteasy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys.openstack4j.connectors</groupId>
44
<artifactId>openstack4j-connectors</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-resteasy</artifactId>

core-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>org.pacesys</groupId>
44
<artifactId>openstack4j-parent</artifactId>
5-
<version>2.0.5-SNAPSHOT</version>
5+
<version>2.0.6-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>openstack4j-core-test</artifactId>

0 commit comments

Comments
 (0)