Change default track to 1.23/stable for all Temporal Charms

Hi Team,

I’d like to change the default track for all Temporal Charms from latest/stable to 1.23/stable. The following charm tracks are to be updated:

Charms

(default track: 1.23/stable)

  1. temporal-k8s
  2. temporal-ui-k8s
  3. temporal-admin-k8s

(default track: 1.0/stable)

  1. temporal-worker-k8s

Thank You!

Hi,

The tracks have been created and assigned as default for the temporal charms.

1 Like

Thank you Colin. Can you also default the base to 24.04 for all charms?

  1. temporal-k8s
  2. temporal-ui-k8s
  3. temporal-admin-k8s
  4. temporal-worker-k8s

Default bases can be set for individual charms from the client side by either setting the default-base for the model config of specifying the base when downloading by using the –base flag.

I.e

juju config-model default-base=ubuntu@24.04 or juju download --channel 1.23/stable --base ubuntu@24.04

If neither of these are set then charmhub will default to the latest LTS version that is available for the charm on the channel being downloaded.