From e34601bbe3619e470293433c76957dfc3418240c Mon Sep 17 00:00:00 2001 From: runyontr <tom@runyon.dev> Date: Tue, 23 Feb 2021 16:25:15 +0000 Subject: [PATCH] Update charter/PackageOwner.md --- charter/PackageOwner.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/charter/PackageOwner.md b/charter/PackageOwner.md index e16ff13223..a04d5dfced 100644 --- a/charter/PackageOwner.md +++ b/charter/PackageOwner.md @@ -2,10 +2,19 @@ Package owners will be responsible for the following: -* Cutting Releases +* Cutting Releases for the packages and getting into BigBang * Implementing Package requirements outlined by [Package Requirements](PackageRequirements.md) * Reviewing Merge Requests into the Package Repository * Reviewing Merge Request CI/CD pipeline execution results to ensure that there are no regressions in conformance tests nor package cypress tests. +* Tracking upstream changes to packages including new features, architectures, depedenecies. +* Upgrading package with new upstream versions +* Implementing features based on customer requests/requirements +* Adding and improving interactions with current new new Big Bang Packages +* IronBank interactions + * Identifying new Images to harden + * Notify IronBank of new versions available + * Testing new IronBank imaages + * [Long term] Providing CI processes for hardening images Package Owners will be identified by the use of [CODEOWNERS](https://docs.gitlab.com/ee/user/project/code_owners.html) files in the repository. -- GitLab