Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This changelog documents user-relevant changes to the GitHub runner charm.

## 2026-02-25

- Add the `How to upgrade` documentation.

## 2026-02-12

- Add support to integrate with GitHub Runner planner charm with the `github_runner_planner_v0` interface.
Expand Down
9 changes: 9 additions & 0 deletions docs/how-to/upgrade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Upgrade

In order to upgrade the charm, refresh the revision using the `juju refresh` command:

```bash
juju refresh github-runner
```

Verify if the charm is active and idle by running the `juju status --wait 1s` command.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Thinking about using the GitHub runner charm for your next project? [Get in touc
1. [Spawn OpenStack runner](how-to/openstack-runner.md)
1. [Set up reactive spawning](how-to/reactive.md)
1. [Comply with security requirements](how-to/comply-security.md)
1. [Upgrade](how-to/upgrade.md)
1. [Contribute](how-to/contribute.md)
1. [Reference](reference)
1. [Actions](reference/actions.md)
Expand Down
Loading