Skip to content
Open
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we would need to increment the lib's patch version number and publish a new version of the lib so that we can fetch it from requirer charms like ingress-configurator. Can I ask you to first increment the LIBPATCH number? I'll take care of publishing the library once that's done

Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ def configure_backend_port(self, backend_port: int) -> "Self":
self._application_data["backend_port"] = backend_port
return self

def configure_hosts(self, hosts: Optional[list[int]] = None) -> "Self":
def configure_hosts(self, hosts: Optional[list[str]] = None) -> "Self":
"""Set backend hosts.

Args:
Expand Down
Loading