From: Andreas Geissler Date: Tue, 29 Aug 2023 13:27:53 +0000 (+0200) Subject: [RELEASE] Create version 5.0.0 X-Git-Tag: 5.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=86614aa6ed0c8c0147cbe8948eb437c858c6a12e;p=oom%2Freadiness.git [RELEASE] Create version 5.0.0 Add the support for "pod-name" and "app-name" options and fix handling for pods without sidecar Issue-ID: OOM-3171 Issue-ID: OOM-3236 Change-Id: I96a4cccf5ff9e9131ca5dc83ad4554805de74908 Signed-off-by: Andreas Geissler --- diff --git a/releases/5.0.0-container.yaml b/releases/5.0.0-container.yaml new file mode 100644 index 0000000..e50ee71 --- /dev/null +++ b/releases/5.0.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '5.0.0' +project: 'oom/readiness' +log_dir: 'oom-readiness-docker-merge-master/189' +ref: 0adc4b07e68f6fce9c46336ef53820ae0f0cd962 +containers: + - name: 'oom/readiness' + version: 'latest' diff --git a/tox.ini b/tox.ini index cabf052..da5cf77 100644 --- a/tox.ini +++ b/tox.ini @@ -5,9 +5,12 @@ skipsdist = true requires = pip >= 8 [testenv] -basepython = python3 -whitelist_externals = +basepython = python3.8 +allowlist_externals = git + /bin/sh + sh + /bin/bash bash deps = coala-bears