From 04dfc56507caabed2051fbaa22aab18d2fc3eaae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 15 Aug 2018 16:29:17 +0000 Subject: [PATCH] update anitya in stg openshift and add zlopez as appowner --- playbooks/openshift-apps/release-monitoring.yml | 1 + roles/openshift-apps/release-monitoring/files/buildconfig.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/release-monitoring.yml b/playbooks/openshift-apps/release-monitoring.yml index 8aaadf6da7..2d5a536203 100644 --- a/playbooks/openshift-apps/release-monitoring.yml +++ b/playbooks/openshift-apps/release-monitoring.yml @@ -14,6 +14,7 @@ description: release-monitoring appowners: - jcline + - zlopez - role: openshift/object app: release-monitoring file: imagestream.yml diff --git a/roles/openshift-apps/release-monitoring/files/buildconfig.yml b/roles/openshift-apps/release-monitoring/files/buildconfig.yml index e66e49391c..24903d4fa4 100644 --- a/roles/openshift-apps/release-monitoring/files/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/files/buildconfig.yml @@ -41,7 +41,7 @@ items: dnf clean all -y RUN git clone https://github.com/release-monitoring/anitya.git && \ pushd anitya && \ - git checkout 0.12.0 && \ + git checkout 0.12.1 && \ pushd docs && \ sphinx-build-3 -b html . _build/html && \ mkdir -p ../anitya/static/docs/ && \