Skip to content

Commit

Permalink
fix: bump makejinja and add force flag to Taskfile (#1166)
Browse files Browse the repository at this point in the history
* fix: bump makejinja and add force flag to Taskfile

Signed-off-by: Devin Buhl <[email protected]>

* chore: Run configure again to ensure idempotency

Signed-off-by: Devin Buhl <[email protected]>

---------

Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p authored Jan 16, 2024
1 parent 72e7d17 commit b0ea9af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ jobs:
shell: bash
run: task configure --yes

- name: Run configure again to ensure idempotency
shell: bash
run: task configure --yes

- name: Run kubeconform
shell: bash
run: ./.github/scripts/kubeconform.sh ./kubernetes
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tasks:
.template:
internal: true
cmds:
- ./.venv/bin/makejinja
- ./.venv/bin/makejinja --force
- task: sops:encrypt:all
preconditions:
- { msg: "bootstrap addons file not found", sh: "test -f {{.BOOTSTRAP_DIR}}/vars/addons.yaml" }
Expand Down
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
ansible==9.1.0
ansible-lint==6.22.1
# https://github.com/pyca/bcrypt/issues/684
bcrypt==4.1.2
ansible==9.1.0
bcrypt==4.1.2 # https://github.com/pyca/bcrypt/issues/684
jmespath==1.0.1
makejinja==2.3.4
makejinja==2.3.5
netaddr==0.10.1
openshift==0.13.2
passlib==1.7.4

0 comments on commit b0ea9af

Please sign in to comment.