From 6fffcb675447420a7009e041a140ed89cce2827b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20S=C4=99k?= Date: Sat, 29 Jun 2019 17:13:51 +0200 Subject: [PATCH] Bump version to v0.1.1 --- README.md | 2 +- VERSION.txt | 2 +- deploy/all-in-one-v1alpha2.yaml | 3 ++- deploy/operator.yaml | 2 +- docs/jenkins-v1alpha2-scheme.md | 47 ++++++++++++++++++++++++++++++++- 5 files changed, 51 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 806864ef..f65b4c32 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jenkins Operator -[![Version](https://img.shields.io/badge/version-v0.1.0-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.1.0) +[![Version](https://img.shields.io/badge/version-v0.1.1-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.1.1) [![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 b82608c0..8308b63a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v0.1.0 +v0.1.1 diff --git a/deploy/all-in-one-v1alpha2.yaml b/deploy/all-in-one-v1alpha2.yaml index 3c91c04d..9fda8470 100644 --- a/deploy/all-in-one-v1alpha2.yaml +++ b/deploy/all-in-one-v1alpha2.yaml @@ -70,6 +70,7 @@ rules: resources: - events verbs: + - watch - list - create - patch @@ -125,7 +126,7 @@ spec: serviceAccountName: jenkins-operator containers: - name: jenkins-operator - image: virtuslab/jenkins-operator:v0.1.0 + image: virtuslab/jenkins-operator:v0.1.1 command: - jenkins-operator args: [] diff --git a/deploy/operator.yaml b/deploy/operator.yaml index b16cc69d..64890cee 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.1.0 + image: virtuslab/jenkins-operator:v0.1.1 command: - jenkins-operator args: [] diff --git a/docs/jenkins-v1alpha2-scheme.md b/docs/jenkins-v1alpha2-scheme.md index 26c82943..de25e2ae 100644 --- a/docs/jenkins-v1alpha2-scheme.md +++ b/docs/jenkins-v1alpha2-scheme.md @@ -696,6 +696,25 @@ More info: +Kubernetes core/v1.PodSecurityContext + + + + +(Optional) +

SecurityContext that applies to all the containers of the Jenkins +Master. As per kubernetes specification, it can be overridden +for each container individually. +Defaults to: +runAsUser: 1000 +fsGroup: 1000

+ + + + containers
@@ -1046,6 +1065,30 @@ bool

BackupDoneBeforePodDeletion tells if backup before pod deletion has been made

+ + +userAndPasswordHash
+ +string + + + +(Optional) +

UserAndPasswordHash is a SHA256 hash made from user and password

+ + + + +createdSeedJobs
+ +[]string + + + +(Optional) +

CreatedSeedJobs contains list of seed job id already created in Jenkins

+ +

Plugin @@ -1073,6 +1116,7 @@ string +

Name is the name of Jenkins plugin

@@ -1083,6 +1127,7 @@ string +

Version is the version of Jenkins plugin

@@ -1382,5 +1427,5 @@ This field will be ignored if the cloud-provider does not support the feature.

Generated with gen-crd-api-reference-docs -on git commit a5db6e9. +on git commit 37e531a.