File: CHANGELOG

package info (click to toggle)
ruby-openstack 2.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 452 kB
  • sloc: ruby: 3,217; makefile: 6
file content (58 lines) | stat: -rw-r--r-- 2,994 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Tue Dec 03 2013 Marios Andreou (marios@redhat.com) - 1.1.2
  - much networking contributions and fixes from Ivan Ponomarev zipfer, pull 30

*Tue Jul 09 2013 Marios Andreou (marios@redhat.com) - 1.1.1
  - Adds floating-ips support ("os-floating-ips" extension for nova) - pull 28
  - Add 'status' attribute to volume object - pull 29

*Fri Apr 12 2013 Marios Andreou (marios@redhat.com) - 1.1.0
  - adds Quantum support - see pull request 23
  - bugfix for nginx support with 0length content body (pull request 22)

*Thu Feb 07 2013 Marios Andreou (marios@redhat.com) - 1.0.9
  - various bug fixes/improvements: pull requests 20, 19, 18, 16
  - adds 'regions_list' hash to connection object (see pull request 19)

*Wed Jan 23 2013 Marios Andreou (marios@redhat.com) - 1.0.8
  - Adds support for storage snapshots

*Mon Nov 19 2012 Marios Andreou (marios@redhat.com) - 1.0.7
  - Adds support for storage-volumes https://github.com/ruby-openstack/ruby-openstack/pull/15
  - Adds support for multi-version deployments(https://github.com/ruby-openstack/ruby-openstack/pull/14)

*Fri Sep 21 2012 Marios Andreou (marios@redhat.com) - 1.0.6
  - fixes related to https://github.com/ruby-openstack/ruby-openstack/pull/14
    multi-version deployments - grab only greatest API version endpoints.
    Thanks to andronat

*Thu Sep 13 2012 Marios Andreou <marios@redhat.com> - 1.0.6
  - major bug in gemspec meant jeweler created circular reference to gem itself
    (described here: https://github.com/technicalpickles/jeweler/issues/188)

*Thu Sep 13 2012 Marios Andreou <marios@redhat.com> - 1.0.5
  - bug fix/feature - adds a check to see if requested service is deployed
    (e.g. set 'service_type' to 'object-store' but swift not deployed
    => 501 Not Implemented)
    https://github.com/ruby-openstack/ruby-openstack/pull/13

*Wed Sep 06 2012 Marios Andreou <marios@redhat.com> - 1.0.4
  - bug fixes: https://github.com/ruby-openstack/ruby-openstack/issues/9,
  - https://github.com/ruby-openstack/ruby-openstack/pull/10

* Fri Aug 24 2012 Marios Andreou <marios@redhat.com> - 1.0.3
  - bugfix - missed case when provider doesn't support security groups (null pointer
    trying to grab non existing key from /server/id response)

* Fri Aug 24 2012 Marios Andreou <marios@redhat.com> - 1.0.2
  - adds support for security_groups api extension
  - fixes labelling of IP addresses - public/private
  - first pass at fixing tests - they run, but aren't complete.

* Fri June 22 2012 Marios Andreou <marios@redhat.com> - 1.0.1 #version bump
  - adds support for api_extensions - keypairs (list/create/delete and include in server instance params)

* Mon June 18 2012 Marios Andreou <marios@redhat.com> - 1.0.0
  - adds key based authentication (ec2 style key/priv. key) - also allows for authtenant_id instead of authtenant/authtenant_name

* Wed May 23 2012 Marios Andreou <marios@redhat.com> - 1.0.0
  - initial checkin of merged code - rackspace/ruby-cloudfiles and rackspace/ruby-openstack-compute