Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update charms.traefik_route_k8s.v0.traefik_route library #103

Merged
merged 14 commits into from
Nov 29, 2022

Conversation

lucabello
Copy link
Contributor

@lucabello lucabello commented Nov 17, 2022

Issue

Fixes #106.

Release Notes

Update the version of the charms.traefik_route_k8s.v0.traefik_route library to the latest one.

Copy link
Collaborator

@PietroPasotti PietroPasotti left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@sed-i sed-i mentioned this pull request Nov 24, 2022


async def safe_relate(ops_test: OpsTest, ep1, ep2):
# in pytest-operator CI, we deploy all tests in the same model.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think deploying all itests in the same model is not a justification but rather something to avoid.
The introduction of deploy_traefik_if_not_deployed and deploy_charm_if_not_deployed seems to me like an antipattern that should be avoided.

In the past we were trying out reset but it wasn't very stable. If we add a preserve keyword to reset perhaps we could try again.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah in hindsight I'd avoid all of that. Models are cheap, I keep forgetting that.
Not in this PR though :D

@simskij simskij merged commit d744219 into main Nov 29, 2022
@simskij simskij deleted the feature/library-update branch November 29, 2022 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

traefik hook error
5 participants