Skip to content

Commit

Permalink
Update to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
WeslyG committed Aug 23, 2024
1 parent 633d7a5 commit 2bcb2a6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
},
"features": {
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
"packages": "curl,stow,ca-certificates,nano,iputils-ping,nmap,jq,shellcheck,s3cmd"
"packages": "curl,stow,ca-certificates,nano,iputils-ping,nmap,jq,shellcheck,s3cmd,ncdu"
},
"ghcr.io/devcontainers-contrib/features/kubectx-kubens:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "1.30.1", // kubectl
"version": "1.31.0", // kubectl
"helm": "latest",
"minikube": "latest"
},
// https://hashicorp-releases.yandexcloud.net
"ghcr.io/weslyg/features/hashicorp-mirror:2": {
"products": "terraform=1.9.1,vault=1.17.1"
"products": "terraform=1.9.5,vault=1.17.3"
},
// devfeature docker-in-docker ломается на молекуле (подозреваю коряво работает с arm)
// если хотите переехать на девфичу, проверьте что apt install сработает в молекуле)
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/platform_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9
12 changes: 6 additions & 6 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# core (for kubespray)
ansible==10.2.0
ansible==10.3.0

# for filters
netaddr==1.3.0
Expand All @@ -10,24 +10,24 @@ distlib==0.3.8
jmespath==1.0.1

# test
molecule==24.7.0
molecule==24.8.0
molecule-plugins[docker]==23.5.3
docker==7.1.0
pytest-testinfra==10.1.1

# linters
ansible-lint==24.7.0
yamllint==1.35.1
flake8==7.1.0
flake8==7.1.1

# hashicorp
hvac==2.3.0
pytz==2024.1

# python base
pip==24.1.2
setuptools==71.1.0
wheel==0.43.0
pip==24.2
setuptools==73.0.1
wheel==0.44.0

# https://github.com/ansible-collections/community.docker/issues/868#issuecomment-2124979976
# если хотите обновить, проверьте работает ли molecule create
Expand Down

0 comments on commit 2bcb2a6

Please sign in to comment.