Comment 3 for bug 1977261

Revision history for this message
Felipe Reyes (freyes) wrote : Re: [Bug 1977261] Re: "juju info" missing revision in the list

On Mon, 2022-06-06 at 17:40 +0000, Heather Lanigan wrote:
> @freyes,
>
> Which version of juju are you using?

Assuming this feature is purely a client side implementation:

 ~ $ juju info mysql-router --channel 8.0 --series jammy --arch amd64
name: mysql-router
charm-id: CjjVf4bSJGT6rKjg7Qk3EZteCoEhKXHh
summary: MySQL Router
publisher: OpenStack Charmers
supports: focal, jammy
tags: cloud, databases
subordinate: true
store-url: https://charmhub.io/mysql-router
description: |
  MySQL Router proxying communication between application clients and MySQL
InnoDB Clusters.
relations:
  provides:
    shared-db: mysql-shared
  requires:
    certificates: tls-certificates
    db-router: mysql-router
    juju-info: juju-info
channels: |
  8.0/stable: 18cff04 2022-05-19 (26) 14MB
  8.0/candidate: ↑
  8.0/beta: ↑
  8.0/edge: ↑

 ~ $ juju --version
2.9.32-ubuntu-amd64
 ~ $ snap info juju | grep installed
installed: 2.9.32-8e83c2b (19590) 97MB classic

> Changes were recently made to juju
> info for this bug: https://bugs.launchpad.net/juju/+bug/1967850
>
should this be in 2.9.32? or should I test a different track?