juju icon indicating copy to clipboard operation
juju copied to clipboard

Orchestration engine that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure (Kubernetes or otherwise).

Results 365 juju issues
Sort by recently updated
recently updated
newest added

This PR moves the txn watcher to use mongo change streams since: - Old client side transactions could write to a capped collection. - Moving to a non-capped collection for...

3.0

There is no need to implement `environs.Firewaller` with methods returning `nil` or "not supported" errors. Doing so is actually wasteful, because it prevents the uninstallation of the model-level firewaller worker....

2.9

*Clarified cluster prerequisites, examples.*

## Please provide the following details to expedite review (and delete this heading) *Replace with a description about why this change is needed, along with a description of what changed.*...

Upgrade tests should be done from the last minor version. This PR changes the upgrade tests so that on develop, we are attempting to upgrade from 2.9.

has merge conflicts
do not merge
3.0

Instead of making a 55mb shell script, scp the juju binaries over. About 22s faster on my local machine. #### Before ``` $ time juju bootstrap localhost Creating Juju controller...

do not merge
3.0

This PR allows pod spec charms to stay locked to focal for operators allowing the rest of juju to move forward to jammy. Pod spec charms will eventually be removed,...

3.0

Refactored the implementation of the `--watch` flag for the `juju status` command. Provided the `--watch` flag implementation via the viddy module (https://github.com/sachaos/viddy). ## QA steps ```sh juju bootstrap localhost ldx...

feature
3.0

`relate` was originally an alias for `add-relation`. However, we prefer the cleaner `relate` command. Set this to be primary, and drop the `add-relation` command Also replace `add-relation` with `relate` wherever...

has merge conflicts
do not merge
3.0

They are no longer in use or work ## Checklist - [ ] Requires a [pylibjuju](https://github.com/juju/python-libjuju) change - [x] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR - ~[ ] Added or...

has merge conflicts
3.0