Update releasenotes, linting job, and fix gates

This change updates the releasenotes for each chart to their
latest version.

Also updated the linting job to not ignore releasenotes in
order to fix issues in the future.

Also fixes a rust pip dependency in the jobs causing them to
fail.

Change-Id: Iecb103b153a0ff3f3c90077afe856fc060d5988a
This commit is contained in:
Gage Hugo 2021-04-15 14:44:56 -05:00
parent f28cae9aed
commit 0145e0f94f
11 changed files with 22 additions and 3 deletions

View File

@ -15,7 +15,7 @@ appVersion: 5.11.1
description: OpenStack-Helm Artifactory
home: https://opendev.org/openstack/openstack-helm-addons
name: artifactory
version: 0.1.1
version: 0.1.2
sources:
- https://opendev.org/openstack/openstack-helm-addons
maintainers:

View File

@ -15,7 +15,7 @@ limitations under the License.
{{- if .Values.manifests.statefulset }}
{{- $envAll := . }}
---
apiVersion: apps/v1beta1
apiVersion: v1
kind: StatefulSet
metadata:
name: artifactory

View File

@ -1,3 +1,5 @@
---
artifactory:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 Fix helm3 linting issue

View File

@ -1,3 +1,4 @@
---
mini-mirror:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"

View File

@ -1,3 +1,4 @@
---
prometheus-bot:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"

View File

@ -1,3 +1,10 @@
---
ranger-agent:
- 0.1.0 Initial Chart
- 0.1.1 Add headers to nginx ingress containers
- 0.1.2 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.3 Reduce resource creation wait time
- 0.1.4 Removed hooks from annotations
- 0.1.5 Update Source for Ranger-Agent
- 0.1.6 Update Ranger Null Values
- 0.1.7 Complete removal of SSH data in Ranger

View File

@ -1,3 +1,7 @@
---
ranger:
- 0.1.0 Initial Chart
- 0.1.1 Add headers to nginx ingress containers
- 0.1.2 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.3 Update Ranger Secrets for Helm v3
- 0.1.4 Complete removal of SSH data in Ranger

View File

@ -1,3 +1,4 @@
---
shaker:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"

View File

@ -1,3 +1,4 @@
---
sonobuoy:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"

View File

@ -15,6 +15,9 @@
set -xe
# NOTE: Needs this version at least to fix a dependency on rust
sudo -H -E pip3 install --upgrade pip==21.0.1
sudo -H -E pip3 install \
-c${UPPER_CONSTRAINTS_FILE:=https://releases.openstack.org/constraints/upper/master} \
cmd2 python-openstackclient python-heatclient --ignore-installed

View File

@ -44,7 +44,6 @@
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- job:
name: osh-addons-sonobuoy