Compare commits

...

7 commits

Author SHA1 Message Date
github-actions[bot] 30481de4ce
Merge 67354c295e into ad92546bd2 2025-04-05 16:25:45 +01:00
Jorge O. Castro ad92546bd2
Merge pull request #107 from ublue-os/renovate/docker.io-library-registry-3.x
Some checks failed
Generate Changelog / release-please (push) Has been cancelled
chore(deps): update docker.io/library/registry docker tag to v3
2025-04-05 16:25:38 +01:00
Jorge O. Castro ca55b86aaa
Merge pull request #106 from ublue-os/renovate/ansible-lint-25.x-lockfile
chore(deps): update dependency ansible-lint to v25.2.1
2025-04-05 16:25:17 +01:00
Jorge O. Castro ec452b557b
Merge pull request #105 from ublue-os/renovate/python-3.x
Some checks are pending
Generate Changelog / release-please (push) Waiting to run
chore(deps): update dependency python to v3.13.2
2025-04-05 12:28:40 +01:00
renovate[bot] cf6979a9fd
chore(deps): update docker.io/library/registry docker tag to v3 2025-04-03 22:08:58 +00:00
renovate[bot] fb26852e2c
chore(deps): update dependency ansible-lint to v25.2.1 2025-04-03 16:22:51 +00:00
renovate[bot] feb1f93ad7
chore(deps): update dependency python to v3.13.2 2025-04-01 12:02:04 +00:00
3 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1": {
"installTools": true, "installTools": true,
"version": "3.11" "version": "3.13"
}, },
"ghcr.io/devcontainers-contrib/features/black:2": { "ghcr.io/devcontainers-contrib/features/black:2": {
"version": "24.4.1" "version": "24.4.1"

20
anvil/poetry.lock generated
View file

@ -146,13 +146,13 @@ files = [
[[package]] [[package]]
name = "ansible-compat" name = "ansible-compat"
version = "25.1.3" version = "25.1.5"
description = "Ansible compatibility goodies" description = "Ansible compatibility goodies"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
files = [ files = [
{file = "ansible_compat-25.1.3-py3-none-any.whl", hash = "sha256:d2b54060e11ae98bdf6c0969fa50608d2ebd7fd58ed771c3dba4023d42f3d2c8"}, {file = "ansible_compat-25.1.5-py3-none-any.whl", hash = "sha256:066c280b02e12eedcacfb3390a3e459c4d325bb9971f86bd6486b25d1d1f161d"},
{file = "ansible_compat-25.1.3.tar.gz", hash = "sha256:bf1601d2f65a735ce1f1aa055336bab4451dadb28e0443e78a7b0155ecc153f8"}, {file = "ansible_compat-25.1.5.tar.gz", hash = "sha256:1dd35c21ba0301c93b19fe2bb3aa2caa2a630a05373a103adcc2621465f8da6a"},
] ]
[package.dependencies] [package.dependencies]
@ -186,18 +186,18 @@ resolvelib = ">=0.5.3,<1.1.0"
[[package]] [[package]]
name = "ansible-lint" name = "ansible-lint"
version = "25.1.3" version = "25.2.1"
description = "Checks playbooks for practices and behavior that could potentially be improved" description = "Checks playbooks for practices and behavior that could potentially be improved"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
files = [ files = [
{file = "ansible_lint-25.1.3-py3-none-any.whl", hash = "sha256:b68b2149423246ec6369be86df2b79e3555b2b71507e4f7915671ec77381fa2b"}, {file = "ansible_lint-25.2.1-py3-none-any.whl", hash = "sha256:d3993cb7b5705d381edc26bf74c2c06edd10f8479bcd8ada0647364ef6ae88c8"},
{file = "ansible_lint-25.1.3.tar.gz", hash = "sha256:ff92b31c83a2366381907e21c9a9d4de57f0cd7574e9943ea1b7e32b371f31a2"}, {file = "ansible_lint-25.2.1.tar.gz", hash = "sha256:ec4b1fcfa8bef13f547feefa22ea6864defd902b3a267ef8f4c5341976f45ff1"},
] ]
[package.dependencies] [package.dependencies]
ansible-compat = ">=25.1.3" ansible-compat = ">=25.1.5"
ansible-core = ">=2.16.0" ansible-core = ">=2.16.11"
black = ">=24.3.0" black = ">=24.3.0"
filelock = ">=3.8.2" filelock = ">=3.8.2"
importlib-metadata = "*" importlib-metadata = "*"
@ -215,8 +215,8 @@ wcmatch = [
yamllint = ">=1.34.0" yamllint = ">=1.34.0"
[package.extras] [package.extras]
docs = ["mkdocs-ansible (>=24.12.0)", "uv (>=0.5.5)"] docs = ["mkdocs-ansible (>=24.12.0)"]
test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "types-jsonschema", "types-pyyaml"] test = ["black", "coverage-enable-subprocess", "coverage[toml] (>=6.4.4)", "ipdb", "ipython", "jmespath", "license-expression (>=30.3.0)", "mypy", "netaddr", "pip", "psutil", "pylint", "pytest (>=7.2.2)", "pytest-instafail (>=0.5.0)", "pytest-mock", "pytest-plus (>=0.6)", "pytest-sugar", "pytest-xdist[psutil,setproctitle] (>=2.1.0)", "ruamel-yaml-clib", "ruamel.yaml (>=0.17.31)", "tox (>=4.0.0)", "tox (>=4.24.2)", "tox-extra (>=2.1)", "tox-uv (>=1.25)", "types-jsonschema", "types-pyyaml"]
[[package]] [[package]]
name = "ansible-runner" name = "ansible-runner"

View file

@ -1,5 +1,5 @@
# Source Image # Source Image
FROM docker.io/library/registry:2.8 FROM docker.io/library/registry:3.0
# Configure TLS certificates # Configure TLS certificates
ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem" ENV REGISTRY_HTTP_TLS_CERTIFICATE="/certs/cert.pem"