Skip to content

Commit

Permalink
fix: chown of existing reactive runner log dir (#394)
Browse files Browse the repository at this point in the history
* pin branch

* update changelog

* pin correct commit
  • Loading branch information
cbartz authored Oct 21, 2024
1 parent 9680409 commit b18eae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2024-10-21

- Fixed bug with charm upgrade due to wrong ownership of reactive runner log directory.

### 2024-10-18

- Bugfix for logrotate configuration ("nocreate" must be passed explicitly)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ cosl ==0.0.15
# juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2
PyYAML ==6.0.*
pyOpenSSL==24.2.1
github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@6b136f4e915c7dfec22e801981bcc0a6af581df1
github_runner_manager @ git+https://github.com/canonical/github-runner-manager.git@36bd8439a4a07397fa40453f1687d18d1e028a2b

0 comments on commit b18eae6

Please sign in to comment.