Skip to content

Commit

Permalink
Fix documentation (#373)
Browse files Browse the repository at this point in the history
* clarify versioning 
* change documentation copyright
  • Loading branch information
k0ka authored Dec 12, 2023
1 parent e1c63af commit 3c85b6f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
36 changes: 12 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,35 +22,23 @@ OpenStack services, and versions of services, are supported.
* [Contributing guide](/CONTRIBUTING.md)
* [Code of Conduct](/CODE_OF_CONDUCT.md)


## We need your help :smiley:

We invest a large amount of work to ensure this SDK works with many OpenStack distributions via running end-to-end
integration tests with a real cluster.

If you or your organization are in a position that can help us access popular distributions as listed below, do reach
out by open an issue in github.

| Distribution | |
|------------------------------------|-------------------------|
|OpenStack RDO<br>MicroStack Openstack | Sponsored by [![Ai.net](https://i.imgur.com/wsFRFuX.png)](https://www.ai.net/) |
|Red Hat OpenStack | Need sponsor! |
|OVH OpenStack | Need sponsor! |
|SUSE OpenStack | Need sponsor! |
|RackSpace OpenStack | Need sponsor! |

## Join the community

- Report an issue: https://github.com/php-opencloud/openstack/issues

## Version Guidance
## Versioning

Openstack SDK follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Updating between minor versions will not require changes to PHP code or configuration
and cause no breaking behavioural changes for consumers.

| Version | Status | PHP Version | Support until |
| --------- | --------------------------- | ---------------- | ----------------------- |
| `^3.2` | Latest | `>=7.2.5, >=8.0` | Current |
| `^3.1` | Latest | `>=7.2.5` | Current |
| `^3.0` | Bug fixed only | `>=7.0` | Oct 2020 |
| `^2.0` | End of life | `>=7.0,<7.2` | March 2018 |
| Version | Status | PHP Version | Support until |
| --------- |-------------| ---------------- | ----------------------- |
| `^3.2` | Latest | `>=7.2.5, >=8.0` | Current |
| `^3.1` | Latest | `>=7.2.5` | Current |
| `^3.0` | End of life | `>=7.0` | Oct 2020 |
| `^2.0` | End of life | `>=7.0,<7.2` | March 2018 |


## Upgrade from 2.x to 3.x
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
source_suffix = '.rst'
master_doc = 'index'
project = u'php-opencloud'
copyright = u'2015, Jamie Hannaford'
copyright = u'2015-2023, PHP OpenCloud & contributors'
version = '1.12'
release = '1.12.1'
exclude_patterns = ['_build']
Expand Down

0 comments on commit 3c85b6f

Please sign in to comment.