diff --git a/.cruft.json b/.cruft.json index e2209cba..324cf970 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "0f8aa8baef803c2f09d710c717f26f7eff145407", + "commit": "2e09191ab5f2b26f2098a1215594b561c6a59d97", "checkout": "main", "context": { "cookiecutter": { diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 594cbbe8..e2119f0c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,9 +3,13 @@ ## Checklist +- [ ] The PR has a meaningful title. It will be used to auto generate the + changelog. + The PR has a meaningful description that sums up the change. It will be + linked in the changelog. - [ ] PR contains a single logical change (to build a better changelog). - [ ] Update the documentation. -- [ ] Categorize the PR by setting a good title and adding one of the labels: +- [ ] Categorize the PR by adding one of the labels: `bug`, `enhancement`, `documentation`, `change`, `breaking`, `dependency` as they show up in the changelog. - [ ] Link this PR to related issues or PRs. diff --git a/Makefile.vars.mk b/Makefile.vars.mk index 70109662..e4e3989f 100644 --- a/Makefile.vars.mk +++ b/Makefile.vars.mk @@ -52,7 +52,7 @@ JB_CMD ?= $(DOCKER_CMD) $(DOCKER_ARGS) --entrypoint /usr/local/bin/jb do GOLDEN_FILES ?= $(shell find tests/golden/$(instance) -type f) KUBENT_FILES ?= $(shell echo "$(GOLDEN_FILES)" | sed 's/ /,/g') -KUBENT_ARGS ?= -c=false --helm2=false --helm3=false -e +KUBENT_ARGS ?= -c=false --helm3=false -e KUBENT_IMAGE ?= ghcr.io/doitintl/kube-no-trouble:latest KUBENT_DOCKER ?= $(DOCKER_CMD) $(DOCKER_ARGS) $(root_volume) --entrypoint=/app/kubent $(KUBENT_IMAGE)