Skip to content

Commit a574456

Browse files
authored
chore: 2.16.0 release (#1347)
Add changes for 2.16 release and update version.
1 parent 79e89df commit a574456

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# 2.16.0 - 29 Aug 2024
2+
3+
## Features
4+
5+
* Add the description field to SecretInfo in https://github.com/canonical/operator/pull/1338
6+
7+
## Refactor
8+
9+
* Parse JUJU_* environment variables in one place in https://github.com/canonical/operator/pull/1313
10+
11+
## Fixes
12+
13+
* Fix reading Juju secret expiry dates in https://github.com/canonical/operator/pull/1317
14+
* Correct the signature of .events() in https://github.com/canonical/operator/pull/1342
15+
16+
## Documentation
17+
18+
* Security policy change to only support each active major release in https://github.com/canonical/operator/pull/1297
19+
* Add Juju version markers in https://github.com/canonical/operator/pull/1311
20+
* Use Sphinx 8 in https://github.com/canonical/operator/pull/1303
21+
* Live reload documentation with sphinx-autobuild in https://github.com/canonical/operator/pull/1323
22+
23+
## Tests
24+
25+
* Update the smoke test series/bases in https://github.com/canonical/operator/pull/1318
26+
* Run pytest in parallel with pytest xdist in https://github.com/canonical/operator/pull/1319
27+
* Bump Pyright to 1.1.377 in https://github.com/canonical/operator/pull/1332
28+
* Run tests on Python 3.12 and the install test on Python 3.13 in https://github.com/canonical/operator/pull/1315
29+
30+
## CI
31+
32+
* Add a workflow that runs the TIOBE quality checks in https://github.com/canonical/operator/pull/1301
33+
* Allow executing the TIOBE workflow manually in https://github.com/canonical/operator/pull/1321
34+
* Make Pyright report unnecessary type ignore comments in https://github.com/canonical/operator/pull/1333
35+
* Enable linting of docs/custom_conf.py in https://github.com/canonical/operator/pull/1330
36+
137
# 2.15.0 - 22 Jul 2024
238

339
## Features

ops/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
This module is NOT to be used when developing charms using ops.
1818
"""
1919

20-
version: str = '2.16.0.dev0'
20+
version: str = '2.16.0'

0 commit comments

Comments
 (0)