@@ -22,35 +22,23 @@ OpenStack services, and versions of services, are supported.
22
22
* [ Contributing guide] ( /CONTRIBUTING.md )
23
23
* [ Code of Conduct] ( /CODE_OF_CONDUCT.md )
24
24
25
-
26
- ## We need your help :smiley :
27
-
28
- We invest a large amount of work to ensure this SDK works with many OpenStack distributions via running end-to-end
29
- integration tests with a real cluster.
30
-
31
- If you or your organization are in a position that can help us access popular distributions as listed below, do reach
32
- out by open an issue in github.
33
-
34
- | Distribution | |
35
- | ------------------------------------| -------------------------|
36
- | OpenStack RDO<br >MicroStack Openstack | Sponsored by [ ![ Ai.net] ( https://i.imgur.com/wsFRFuX.png )] ( https://www.ai.net/ ) |
37
- | Red Hat OpenStack | Need sponsor! |
38
- | OVH OpenStack | Need sponsor! |
39
- | SUSE OpenStack | Need sponsor! |
40
- | RackSpace OpenStack | Need sponsor! |
41
-
42
25
## Join the community
43
26
44
27
- Report an issue: https://github.com/php-opencloud/openstack/issues
45
28
46
- ## Version Guidance
29
+ ## Versioning
30
+
31
+ Openstack SDK follows [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
32
+
33
+ Updating between minor versions will not require changes to PHP code or configuration
34
+ and cause no breaking behavioural changes for consumers.
47
35
48
- | Version | Status | PHP Version | Support until |
49
- | --------- | --------------------------- | ---------------- | ----------------------- |
50
- | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
51
- | ` ^3.1 ` | Latest | ` >=7.2.5 ` | Current |
52
- | ` ^3.0 ` | Bug fixed only | ` >=7.0 ` | Oct 2020 |
53
- | ` ^2.0 ` | End of life | ` >=7.0,<7.2 ` | March 2018 |
36
+ | Version | Status | PHP Version | Support until |
37
+ | --------- | -------------| ---------------- | ----------------------- |
38
+ | ` ^3.2 ` | Latest | ` >=7.2.5, >=8.0 ` | Current |
39
+ | ` ^3.1 ` | Latest | ` >=7.2.5 ` | Current |
40
+ | ` ^3.0 ` | End of life | ` >=7.0 ` | Oct 2020 |
41
+ | ` ^2.0 ` | End of life | ` >=7.0,<7.2 ` | March 2018 |
54
42
55
43
56
44
## Upgrade from 2.x to 3.x
0 commit comments