File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
37
# 2.15.0 - 22 Jul 2024
2
38
3
39
## Features
Original file line number Diff line number Diff line change 17
17
This module is NOT to be used when developing charms using ops.
18
18
"""
19
19
20
- version : str = '2.16.0.dev0 '
20
+ version : str = '2.16.0'
You can’t perform that action at this time.
0 commit comments