Skip to content

Commit

Permalink
chore: update changelogs and bump version number for 2.17.1 release (#…
Browse files Browse the repository at this point in the history
…1473)

This is for the 2.17.1 release of ops. Changes that only affect
ops[testing] are waiting at the top of testing/CHANGES.md for the next
release of ops[testing].
  • Loading branch information
dwilding authored Nov 28, 2024
1 parent e7b56ce commit 1ce35c4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 2.17.1 - 28 Nov 2024

## Fixes

* Make `push_path` open in binary mode so it works on non-text files (#1458)

## Documentation

* Use `MaintenanceStatus` for local issues (#1397)
* Explicitly document that `collect-status` is is run on every hook (#1399)
* Use our docs URL for the `ogp:url` properties Sphinx generates (#1411)
* Set the `READTHEDOCS` context variable (#1410)
* Fix Read the Docs ad placement (#1414)
* Clarify where `StoredState` is stored, and the upgrade behaviour (#1416)
* Fix copy 'n' paste error in `stop_services` docstring (#1457)

## Continuous Integration

* Configure the labels for dependabot PRs (#1407)
* Disable the automatic ops[testing] releasing (#1415)
* Use the actual poetry command, rather than manually tweaking the file (#1443)
* Fix broken GitHub variable expansion (#1446)
* Coverage report generation should also include testing/src/scenario (#1453)
* Fix PR title CI job concurrency (#1451)
* Adjust the release process to handle publishing ops and ops[testing] (#1432)
* A better way than commenting out external repos (#1463)
* Use more descriptive names for the publish workflows (#1464)
* Move the XML coverage report to .report (#1465)

## Refactoring

* Import the ops[testing] repository (#1406)
* Update linting with the latest ruff (#1441)

# 2.17.0 - 26 Sep 2024

## Features
Expand Down
2 changes: 1 addition & 1 deletion ops/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
This module is NOT to be used when developing charms using ops.
"""

version: str = '2.18.0.dev0'
version: str = '2.17.1'
16 changes: 16 additions & 0 deletions testing/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Next version - in preparation

## Features

* Make `Context` and `Manager` variadic types by @Batalex (#1445)

## Fixes

* Raise `ModelError` on unknown/error status set (#1417)
* Require the same object to be in the testing state as in the event (#1468)

## Refactoring

* Fix the testing src-layout structure and use relative imports (#1431)
* Use `_JujuContext` (#1459)

# 7.0.5 - 20 Sep 2024

## Features
Expand Down

0 comments on commit 1ce35c4

Please sign in to comment.