Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/v10.22.2 #23

Merged
merged 2 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ azcopy_pkg_deps:
azcopy_username: root
azcopy_group: root
azcopy_bin_path: /usr/local/bin
azcopy_pkg_url: https://azcopyvnext.azureedge.net/releases/release-10.22.1-20231220/azcopy_linux_amd64_10.22.1.tar.gz
azcopy_version: 10.22.1
azcopy_pkg_url: https://azcopyvnext.azureedge.net/releases/release-10.22.2-20240110/azcopy_linux_amd64_10.22.2.tar.gz
azcopy_version: 10.22.2
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ platforms:
image: rockylinux:8
- name: rockylinux-9
image: rockylinux:9
- name: debian-buster
image: debian:buster
- name: debian-bookworm
image: debian:bookworm
- name: debian-bullseye
image: debian:bullseye
- name: ubuntu-18-04
image: ubuntu:18.04
- name: ubuntu-22-04
image: ubuntu:22.04
- name: ubuntu-20-04
image: ubuntu:20.04
provisioner:
Expand Down
Loading