Skip to content

Commit 7bb2716

Browse files
committed
Updated project version support
1 parent 4e8e2a5 commit 7bb2716

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,45 @@
77
`php-opencloud/openstack` is an SDK which allows PHP developers to easily connect to OpenStack APIs in a simple and
88
idiomatic way. This binding is specifically designed for OpenStack APIs, but other provider SDKs are available. Multiple
99
OpenStack services, and versions of services, are supported.
10-
10+
1111
## Links
1212

1313
* [Official documentation](https://php-openstack-sdk.readthedocs.io/en/latest/)
1414
* [Reference documentation](http://refdocs.os.php-opencloud.com)
1515
* [Contributing guide](/CONTRIBUTING.md)
1616
* [Code of Conduct](/CODE_OF_CONDUCT.md)
1717

18-
## Getting help
18+
19+
## We need your help :smiley:
20+
21+
We invest a large amount of work to ensure this SDK works with many OpenStack distributions via running end-to-end
22+
integration tests with a real cluster.
23+
24+
If you or your organization are in a position that can help us access popular distributions as listed below, do reach
25+
out by open an issue in github.
26+
27+
| Distribution | |
28+
|---------------------|-------------------------|
29+
|OpenStack RDO | :white_check_mark: |
30+
|Red Hat OpenStack | Need sponsor! |
31+
|OVH OpenStack | Need sponsor! |
32+
|SUSE OpenStack | Need sponsor! |
33+
|Canonical OpenStack | Need sponsor! |
34+
|RackSpace OpenStack | Need sponsor! |
35+
36+
## Join the community
1937

2038
- Meet us on Slack: https://phpopencloud.slack.com ([Get your invitation](https://launchpass.com/phpopencloud))
2139
- Report an issue: https://github.com/php-opencloud/openstack/issues
2240

23-
2441
## Version Guidance
2542

26-
| Version | Status | PHP Version | End of life |
43+
| Version | Status | PHP Version | Support until |
2744
| --------- | --------------------------- | ------------- | ----------------------- |
28-
| `^3.0` | Latest | `>=7.0` | March 2020 |
29-
| `^2.0` | Maintained (Bug fixes only) | `>=7.0,<7.2` | March 2018 |
45+
| `^3.1` | Latest | `>=7.2.5` | Oct 2023 |
46+
| `^3.0` | Bug fixed only | `>=7.0` | Oct 2020 |
47+
| `^2.0` | EOL (Bug fixes only) | `>=7.0,<7.2` | March 2018 |
48+
3049

3150
## Upgrade from 2.x to 3.x
3251

0 commit comments

Comments
 (0)