This page catalogues releases from charm engineering teams. Its content automatically
generated every 15 minutes by querying the Github API and scraping Launchpad pages.
The data is generated using
releasegen.
Add a new --copy-controller option to initialise a new controller to look like a backed up controller.
This is useful when setting up a controller for a newer Juju version and copying to that new controller users, clouds, and config from an existing controller.
See #23.
This is version 2.1.0 of ops, which includes the following changes:
Harness.add_network
In #846 we added Harness.add_network, which allows developers who write charm unit tests to easily add simulated data for the bind address and network information. This is a small but long-requested feature that will avoid charmers patching internal ops methods. Fixes #456.
Simplified way to import ops
In #910 we added a simplified way to import ops: it pulls most of the names in the various ops.foo sub-modules into the top-level ops module so that charmers don’t have to remember which sub-module each class comes from. This also makes the various ops classes more discoverable with an IDE’s autocomplete. Fixes #731.
Other minor changes
There are also a few other minor changes, including the addition of Layer.__eq__ to allow you to compare pebble.Layer objects with the == operator. See the full list of commits in this release.
Static resources:
Released to ‘1.8/edge’ at 06:45 UTC on 30 May 2023
Released to ‘1.8/beta’ at 11:56 UTC on 30 May 2023
Released to ‘1.8/candidate’ at 12:02 UTC on 30 May 2023
Released to ‘1.8/stable’ at 12:04 UTC on 30 May 2023
Static resources:
Released to ‘1.8/edge’ at 06:42 UTC on 30 May 2023
Released to ‘1.8/beta’ at 11:55 UTC on 30 May 2023
Released to ‘1.8/candidate’ at 12:02 UTC on 30 May 2023
Released to ‘1.8/stable’ at 12:04 UTC on 30 May 2023
Static resources:
Released to ‘1.8/edge’ at 06:45 UTC on 30 May 2023
Released to ‘1.8/beta’ at 11:56 UTC on 30 May 2023
Released to ‘1.8/candidate’ at 12:03 UTC on 30 May 2023
Released to ‘1.8/stable’ at 12:04 UTC on 30 May 2023
Static resources:
Released to ‘latest/edge’ at 19:54 UTC on 18 May 2023
Released to ‘latest/beta’ at 13:03 UTC on 19 May 2023
Released to ‘latest/candidate’ at 13:04 UTC on 19 May 2023
Released to ‘latest/candidate’ at 13:18 UTC on 19 May 2023
Released to ‘latest/stable’ at 13:20 UTC on 19 May 2023
Static resources:
Released to ‘latest/edge’ at 19:31 UTC on 18 May 2023
Released to ‘latest/beta’ at 13:02 UTC on 19 May 2023
Released to ‘latest/candidate’ at 13:04 UTC on 19 May 2023
Released to ‘latest/candidate’ at 13:15 UTC on 19 May 2023
Released to ‘latest/stable’ at 13:16 UTC on 19 May 2023
Static resources:
Released to ‘latest/edge’ at 09:39 UTC on 15 Feb 2023
Released to ‘latest/beta’ at 09:40 UTC on 15 Feb 2023
Released to ‘latest/candidate’ at 09:40 UTC on 15 Feb 2023
Released to ‘latest/stable’ at 09:43 UTC on 15 Feb 2023
What’s Changed
Ensuring compatibility with Juju 3.X by @Gmerold in #14
Static resources:
Released to ‘latest/edge’ at 19:04 UTC on 9 Feb 2023
Released to ‘latest/beta’ at 11:09 UTC on 13 Feb 2023
Released to ‘latest/candidate’ at 11:10 UTC on 13 Feb 2023
Released to ‘latest/stable’ at 11:11 UTC on 13 Feb 2023
What’s Changed
Update actions/checkout action to v3 by @renovate in #10
Static resources:
Released to ‘latest/edge’ at 09:23 UTC on 15 Feb 2023
Released to ‘latest/beta’ at 09:28 UTC on 15 Feb 2023
Released to ‘latest/candidate’ at 09:30 UTC on 15 Feb 2023
Released to ‘latest/stable’ at 09:31 UTC on 15 Feb 2023
What’s Changed
Updating secret name in promote workflow by @Gmerold in #16
Static resources:
Released to ‘latest/edge’ at 18:37 UTC on 13 Feb 2023
Released to ‘latest/beta’ at 18:38 UTC on 13 Feb 2023
Released to ‘latest/candidate’ at 18:39 UTC on 13 Feb 2023
Released to ‘latest/stable’ at 18:51 UTC on 13 Feb 2023
What’s Changed
Implements prometheus-edge-hub with configs by @gruyaume in #1
Improves documentation for publishing to charmhub by @gruyaume in #2
Fetches the most recent lib version by @gruyaume in #3
update integration test for remove relation by @zeeshanali in #7
update prometheus_scrape library by @dstathis in #4
Fixes target address to correctly point to prometheus-edge-hub by @gruyaume in #8
Feat: Adding service status to the relation data bucket by @Gmerold in #9
Bugfix/fix liquibase master xml (#15)
* Fix issue due to copyright on top of master.xml
* Multiple fixes:
* XML declaration not on top for initial schema
* Bug in liquibase that doesn't have primary key for its tables
* Fix a bug on the default data loaded
* Fix based on comments
fix(starter): Rename JSON metadata files (#4)
The JSON metadata files require an `.properties.json` extension,
so this commit renames the .json files to .properties.json.
In addition, I've moved the icons from a dedicated icons/ folder
in the workflow-templates/ folder, as they need to be present here
according to the doc at https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization