From 8404b979f57758f96b142309ddbcb655cbcc1c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Mon, 13 Apr 2020 19:11:53 +0200 Subject: [PATCH] Bump version to v0.4.0 --- README.md | 2 +- VERSION.txt | 2 +- deploy/all-in-one-v1alpha2.yaml | 11 ++++------- deploy/operator.yaml | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8052a5cc3..4d35c7e11 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jenkins Operator -[![Version](https://img.shields.io/badge/version-v0.3.3-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.3.3) +[![Version](https://img.shields.io/badge/version-v0.4.0-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.4.0) [![Build Status](https://travis-ci.org/jenkinsci/kubernetes-operator.svg?branch=master)](https://travis-ci.org/jenkinsci/kubernetes-operator) [![Go Report Card](https://goreportcard.com/badge/github.com/jenkinsci/kubernetes-operator "Go Report Card")](https://goreportcard.com/report/github.com/jenkinsci/kubernetes-operator) [![Docker Pulls](https://img.shields.io/docker/pulls/virtuslab/jenkins-operator.svg)](https://hub.docker.com/r/virtuslab/jenkins-operator/tags) diff --git a/VERSION.txt b/VERSION.txt index 600e6fd31..fb7a04cff 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.3.3 +v0.4.0 diff --git a/deploy/all-in-one-v1alpha2.yaml b/deploy/all-in-one-v1alpha2.yaml index 1d611be54..5e844bd26 100644 --- a/deploy/all-in-one-v1alpha2.yaml +++ b/deploy/all-in-one-v1alpha2.yaml @@ -15,6 +15,7 @@ rules: - services - configmaps - secrets + - serviceaccounts verbs: - get - create @@ -30,12 +31,6 @@ rules: - statefulsets verbs: - '*' - - apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - create - apiGroups: - rbac.authorization.k8s.io resources: @@ -44,6 +39,8 @@ rules: verbs: - create - update + - list + - watch - apiGroups: - "" resources: @@ -126,7 +123,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: virtuslab/jenkins-operator:v0.3.3 + image: virtuslab/jenkins-operator:v0.4.0 command: - jenkins-operator args: [] diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 026790049..967ee8ab0 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: virtuslab/jenkins-operator:v0.3.3 + image: virtuslab/jenkins-operator:v0.4.0 command: - jenkins-operator args: []