Skip to content

Commit af659ee

Browse files
committed
🔼 Bump dependencies
1 parent b84b4a5 commit af659ee

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

‎.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: docker/build-push-action@v6
6363
id: docker_build
6464
env:
65-
DOCKER_BUILD_NO_SUMMARY: true
65+
DOCKER_BUILD_SUMMARY: false
6666
with:
6767
cache-from: type=gha
6868
cache-to: type=gha,mode=max

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v5.0.0
55
hooks:
66
- id: check-added-large-files
77
args:

‎src/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible-core==2.17.2
1+
ansible-core==2.18.0
22
docker==7.1.0
3-
kubernetes==30.1.0
3+
kubernetes==31.0.0
44
netaddr==1.3.0
55
passlib==1.7.4
66
yq==3.4.3

‎src/requirements.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
collections:
33
- name: ansible.posix
4-
version: 1.5.4
4+
version: 1.6.2
55

66
- name: community.crypto
7-
version: 2.21.0
7+
version: 2.22.3
88

99
- name: community.general
10-
version: 9.2.0
10+
version: 10.0.1
1111

1212
- name: kubernetes.core
1313
version: 5.0.0

‎src/rootfs/etc/ansible/ansible.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[defaults]
2-
callbacks_enabled = ansible.posix.timer, community.general.dense, community.general.yaml
2+
bin_ansible_callbacks = True
33
callback_result_format = yaml
4+
callbacks_enabled = community.general.unixy, ansible.posix.timer, community.general.dense, community.general.yaml
45
fact_caching = jsonfile
56
fact_caching_connection = /tmp
67
force_color = True

0 commit comments

Comments
 (0)