Skip to content
Snippets Groups Projects
Commit b051c7e8 authored by autoupdater's avatar autoupdater :speech_balloon: Committed by darczynski
Browse files

Autoupdater update

parent 8d2e4501
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
* Package `python3-psycopg2` installation. (#55)
* Package `python3-setuptools` installation. (#55)
### Changed
* `python/openstacksdk` updated to `1.3.1`. (#55)
* `docker/Ubuntu` updated to `jammy-20230624`. (#55)
* `helm` updated to `3.12.2`. (#55)
* `python/ansible` updated to `8.2.0`. (#55)
* `python/awscli` updated to `1.29.17`. (#55)
* `python/botocore` updated to `1.31.17`. (#55)
* `python/boto3` updated to `1.28.17`. (#55)
* `python/dnspython` updated to `2.4.1`. (#55)
* `python/openshift` updated to `0.13.2`. (#55)
* `vault` updated to `1.14.1-1`. (#55)
### Fixed
* Access to mounted Docker socket for playbook user. (#56)
......
FROM ubuntu:jammy-20230605
FROM ubuntu:jammy-20230624
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
......@@ -106,19 +106,21 @@ RUN \
docker-ce=5:20.10.24~3-0~ubuntu-jammy \
postgresql-client=15+250.pgdg22.04+1 \
terraform=1.4.2 \
vault=1.14.0-1 \
vault=1.14.1-1 \
python3-psycopg2=2.9.6-2.pgdg22.04+1 \
python3-setuptools=59.6.0-1.2ubuntu0.22.04.1 \
&& \
pip \
--no-cache-dir \
install \
ansible==8.1.0 \
ansible==8.2.0 \
ansible-modules-hashivault==5.1.1 \
awscli==1.27.165 \
awscli==1.29.17 \
backports.lzma==0.0.14 \
boto==2.49.0 \
botocore==1.29.165 \
boto3==1.26.165 \
dnspython==2.3.0 \
botocore==1.31.17 \
boto3==1.28.17 \
dnspython==2.4.1 \
docker==6.1.3 \
future==0.18.3 \
hvac==1.1.1 \
......@@ -126,14 +128,14 @@ RUN \
jmespath==1.0.1 \
netaddr==0.8.0 \
netifaces==0.11.0 \
openshift==0.13.1 \
openstacksdk==0.61.0 \
openshift==0.13.2 \
openstacksdk==1.3.1 \
python-ldap==3.4.3 \
python-openstackclient==6.0.0 \
subprocess32==3.5.4 \
&& \
curl \
--location https://get.helm.sh/helm-v3.12.1-linux-amd64.tar.gz \
--location https://get.helm.sh/helm-v3.12.2-linux-amd64.tar.gz \
--output helm.tar.gz \
&& \
tar \
......
......@@ -7,19 +7,19 @@ Docker containers with basic packages required for running Ansible playbooks. We
## Versions
* `docker-ce 5:20.10.24~3-0~ubuntu-jammy`
* `docker/Ubuntu jammy-20230605`
* `docker/Ubuntu jammy-20230624`
* `gosu 1.16`
* `helm 3.12.1`
* `helm 3.12.2`
* `postgresql-client 15+250.pgdg22.04+1`
* `python/ansible 8.1.0`
* `python/ansible 8.2.0`
* `python/ansible-2.9 2.9.27`
* `python/ansible-modules-hashivault 5.1.1`
* `python/awscli 1.27.165`
* `python/awscli 1.29.17`
* `python/backports.lzma 0.0.14`
* `python/boto 2.49.0`
* `python/boto3 1.26.165`
* `python/botocore 1.29.165`
* `python/dnspython 2.3.0`
* `python/boto3 1.28.17`
* `python/botocore 1.31.17`
* `python/dnspython 2.4.1`
* `python/docker 6.1.3`
* `python/future 0.18.3`
* `python/hvac 1.1.1`
......@@ -27,13 +27,15 @@ Docker containers with basic packages required for running Ansible playbooks. We
* `python/jmespath 1.0.1`
* `python/netaddr 0.8.0`
* `python/netifaces 0.11.0`
* `python/openshift 0.13.1`
* `python/openstacksdk 0.61.0`
* `python/openshift 0.13.2`
* `python/openstacksdk 1.3.1`
* `python/python-ldap 3.4.3`
* `python/python-openstackclient 6.0.0`
* `python/subprocess32 3.5.4`
* `python3-psycopg2 2.9.6-2.pgdg22.04+1`
* `python3-setuptools 59.6.0-1.2ubuntu0.22.04.1`
* `terraform 1.4.2`
* `vault 1.14.0-1`
* `vault 1.14.1-1`
## Configuration
......
......@@ -217,7 +217,7 @@
origin:
source_type: "pypi"
source: "openstacksdk"
version_pattern: "0\\.61\\.0"
version_pattern: "\\d+\\.\\d+\\.\\d+"
- name: "python/python-ldap"
documentation:
......@@ -295,3 +295,25 @@
source_type: "apt_repository"
source: "deb [arch=amd64 signed-by=/usr/share/keyrings/apt.postgresql.org.gpg] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main"
version_pattern: "\\d+\\+\\d+\\.pgdg\\d+\\.\\d+\\+\\d+"
- name: "python3-psycopg2"
documentation:
path: "README.md"
repository_file:
path: "Dockerfile"
pattern: "python3-psycopg2=(\\d+\\.\\d+\\.\\d+-\\d+\\.pgdg\\d+\\.\\d+\\+\\d+)"
origin:
source_type: "apt_repository"
source: "deb [arch=amd64 signed-by=/usr/share/keyrings/apt.postgresql.org.gpg] https://apt.postgresql.org/pub/repos/apt jammy-pgdg main"
version_pattern: "\\d+\\.\\d+\\.\\d+-\\d+\\.pgdg\\d+\\.\\d+\\+\\d+"
- name: "python3-setuptools"
documentation:
path: "README.md"
repository_file:
path: "Dockerfile"
pattern: "python3-setuptools=(\\d+\\.\\d+\\.\\d+-\\d+\\.\\d+ubuntu\\d+\\.\\d+\\.\\d+\\.\\d+)"
origin:
source_type: "apt_repository"
source: "deb http://security.ubuntu.com/ubuntu jammy-security main"
version_pattern: "\\d+\\.\\d+\\.\\d+-\\d+\\.\\d+ubuntu\\d+\\.\\d+\\.\\d+\\.\\d+"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment