From 86614aa6ed0c8c0147cbe8948eb437c858c6a12e Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 29 Aug 2023 15:27:53 +0200 Subject: [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 --- releases/5.0.0-container.yaml | 8 ++++++++ tox.ini | 7 +++++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 releases/5.0.0-container.yaml 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 -- cgit 1.2.3-korg