Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pull request #12093 from SimonRichardson/fix-upgrade-model #12097

Merged
merged 1 commit into from Oct 7, 2020

Conversation

manadart
Copy link
Member

@manadart manadart commented Oct 7, 2020

Merges #12093 onto the 2.8.4 release + version increment, so we can fix model upgrades.

juju#12093

## Description of change

This was fixed originally in develop, but actually needed to be fixed in
the 2.8 branch. Essentially this makes upgrading to 2.8 invalid because
it expects that you already have the facade available.

## QA steps

*Please replace with how we can verify that the change works?*

```sh
$ git checkout ab69570 # 2.8.3 tag
$ make go-install
$ juju bootstrap lxd test --build-agent

$ git checkout 2.8
$ make go-install
$ juju upgrade-model --build-agent
```

## Bug reference

https://bugs.launchpad.net/juju/+bug/1895963
@manadart
Copy link
Member Author

manadart commented Oct 7, 2020

$$merge$$

@jujubot jujubot merged commit 1f35f6a into juju:2.8.5 Oct 7, 2020
@manadart manadart deleted the 2.8.5 branch October 7, 2020 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants