Skip to content

Commit

Permalink
chore: increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Oct 15, 2024
1 parent 69c3527 commit 3fa43da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[project]
name = "github-runner-manager"
version = "0.3.2"
version = "0.3.3"
authors = [
{ name = "Canonical IS DevOps", email = "[email protected]" },
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def _wait_runner_running(self, instance: OpenstackInstance) -> None:

@staticmethod
def _generate_instance_id() -> InstanceId:
"""Generate a instance id suffix compliant to the GitHub runner naming convention.
r"""Generate an instance id suffix compliant to the GitHub runner naming convention.
The GitHub runner name convention is as following:
A valid runner name is 64 characters or less in length and does not include '"', '/', ':',
Expand Down

0 comments on commit 3fa43da

Please sign in to comment.