Skip to content

Commit 5cc2216

Browse files
chore: add changelog entries and bump version for 2.14.1 (#1276)
The usual version bump and changelog entries. This is for 2.14.1 rather than 2.15 since we've got a bunch of bug fixes and doc improvements and CI enhancements, but not new features.
1 parent 1a11311 commit 5cc2216

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# 2.14.1 - 27 Jun 2024
2+
3+
## Fixes
4+
5+
* Add connect timeout for exec websockets to avoid hanging (#1247)
6+
* Adjust Harness secret behaviour to align with Juju (#1248)
7+
8+
## Tests
9+
10+
* Fix TypeError when running test.pebble_cli (#1245)
11+
* Properly clean up after running setup_root_logging in test_log (#1259)
12+
* Verify that defer() is not usable on stop,remove,secret-expired,secret-rotate (#1233)
13+
14+
## Documentation
15+
16+
* Fix HACKING.md link on PyPI, and internal links (#1261, #1236)
17+
* Add a section to HACKING.md on PR titles (commit messages to main) (#1252)
18+
* Add release step to update pinned charm tests (#1213)
19+
* Add a security policy (#1266)
20+
21+
## CI
22+
23+
* Only run tests once on push to PR (#1242)
24+
* Validate PR title against conventional commit rules in (#1262)
25+
* Only update ops, not all dependencies, in charm tests in (#1275)
26+
* Add artefact attestation (#1267)
27+
128
# 2.14.0 - 29 May 2024
229

330
## 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.15.0.dev0'
20+
version: str = '2.14.1'

0 commit comments

Comments
 (0)