Skip to content

Commit

Permalink
🔼 Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsoha committed Nov 18, 2024
1 parent b84b4a5 commit 258f1f0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: docker/build-push-action@v6
id: docker_build
env:
DOCKER_BUILD_NO_SUMMARY: true
DOCKER_BUILD_SUMMARY: false
with:
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETARCH

# renovate: source=github-releases dep=google/go-containerregistry
ARG crane_version=0.20.1
ARG crane_version=0.20.2

RUN case ${TARGETARCH} in "arm64") amr64 ;; "amd64") file=x86_64 ;; esac \
&& curl -fsSL "https://github.com/google/go-containerregistry/releases/download/v${crane_version}/go-containerregistry_Linux_${file}.tar.gz" \
Expand Down
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ansible-core==2.17.2
ansible-core==2.18.0
docker==7.1.0
kubernetes==30.1.0
kubernetes==31.0.0
netaddr==1.3.0
passlib==1.7.4
yq==3.4.3
6 changes: 3 additions & 3 deletions src/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
collections:
- name: ansible.posix
version: 1.5.4
version: 1.6.2

- name: community.crypto
version: 2.21.0
version: 2.22.3

- name: community.general
version: 9.2.0
version: 10.0.1

- name: kubernetes.core
version: 5.0.0
3 changes: 2 additions & 1 deletion src/rootfs/etc/ansible/ansible.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[defaults]
callbacks_enabled = ansible.posix.timer, community.general.dense, community.general.yaml
bin_ansible_callbacks = True
callback_result_format = yaml
callbacks_enabled = community.general.unixy, ansible.posix.timer, community.general.dense, community.general.yaml
fact_caching = jsonfile
fact_caching_connection = /tmp
force_color = True
Expand Down

0 comments on commit 258f1f0

Please sign in to comment.