Anton Osmond

Results 5 issues of Anton Osmond

The semver spec states that prerelease versions always have a lower precedence than a normal version (https://semver.org/#spec-item-11). Given: ``` 1.0.0-rc1 1.0.0 ``` `1.0.0-rc1` should be < `1.0.0`. Given a constraint...

question

Hi I have a strange problem with a template_file which causes a diff every time I run a plan/apply. I've tracked the cause of the problem down to the `depends_on`...

bug

Hi When applying a clusterrolebinding or rolebinding where the subject kind is `Group`, there should not be a namespace as a group is not a namespaced resource. There's documentation here:...

bug
size/S
help wanted

I was trying to use the image update automation to update a tag in a generic YAML file in git. I found it doesn't update the image tag in the...

gitlabform supports project-level protected branches but I couldn't work out how to configure group-level protected branches. Is this supported? It looks like gitlabform supports the group settings [documented here](https://docs.gitlab.com/user/group/), but...

✨feature request
gitlab-premium
help wanted