Bump version to v0.1.1

This commit is contained in:
Tomasz Sęk 2019-06-29 17:13:51 +02:00
parent 37e531a020
commit 6fffcb6754
No known key found for this signature in database
GPG Key ID: DC356D23F6A644D0
5 changed files with 51 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Jenkins Operator # 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) [![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) [![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) [![Docker Pulls](https://img.shields.io/docker/pulls/virtuslab/jenkins-operator.svg)](https://hub.docker.com/r/virtuslab/jenkins-operator/tags)

View File

@ -1 +1 @@
v0.1.0 v0.1.1

View File

@ -70,6 +70,7 @@ rules:
resources: resources:
- events - events
verbs: verbs:
- watch
- list - list
- create - create
- patch - patch
@ -125,7 +126,7 @@ spec:
serviceAccountName: jenkins-operator serviceAccountName: jenkins-operator
containers: containers:
- name: jenkins-operator - name: jenkins-operator
image: virtuslab/jenkins-operator:v0.1.0 image: virtuslab/jenkins-operator:v0.1.1
command: command:
- jenkins-operator - jenkins-operator
args: [] args: []

View File

@ -16,7 +16,7 @@ spec:
serviceAccountName: jenkins-operator serviceAccountName: jenkins-operator
containers: containers:
- name: jenkins-operator - name: jenkins-operator
image: virtuslab/jenkins-operator:v0.1.0 image: virtuslab/jenkins-operator:v0.1.1
command: command:
- jenkins-operator - jenkins-operator
args: [] args: []

View File

@ -696,6 +696,25 @@ More info: <a href="https://kubernetes.io/docs/concepts/configuration/assign-pod
</tr> </tr>
<tr> <tr>
<td> <td>
<code>securityContext</code></br>
<em>
<a href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#podsecuritycontext-v1-core">
Kubernetes core/v1.PodSecurityContext
</a>
</em>
</td>
<td>
<em>(Optional)</em>
<p>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</p>
</td>
</tr>
<tr>
<td>
<code>containers</code></br> <code>containers</code></br>
<em> <em>
<a href="#github.com/jenkinsci/kubernetes-operator/pkg/apis/jenkins/v1alpha2.Container"> <a href="#github.com/jenkinsci/kubernetes-operator/pkg/apis/jenkins/v1alpha2.Container">
@ -1046,6 +1065,30 @@ bool
<p>BackupDoneBeforePodDeletion tells if backup before pod deletion has been made</p> <p>BackupDoneBeforePodDeletion tells if backup before pod deletion has been made</p>
</td> </td>
</tr> </tr>
<tr>
<td>
<code>userAndPasswordHash</code></br>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>UserAndPasswordHash is a SHA256 hash made from user and password</p>
</td>
</tr>
<tr>
<td>
<code>createdSeedJobs</code></br>
<em>
[]string
</em>
</td>
<td>
<em>(Optional)</em>
<p>CreatedSeedJobs contains list of seed job id already created in Jenkins</p>
</td>
</tr>
</tbody> </tbody>
</table> </table>
<h3 id="github.com/jenkinsci/kubernetes-operator/pkg/apis/jenkins/v1alpha2.Plugin">Plugin <h3 id="github.com/jenkinsci/kubernetes-operator/pkg/apis/jenkins/v1alpha2.Plugin">Plugin
@ -1073,6 +1116,7 @@ string
</em> </em>
</td> </td>
<td> <td>
<p>Name is the name of Jenkins plugin</p>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -1083,6 +1127,7 @@ string
</em> </em>
</td> </td>
<td> <td>
<p>Version is the version of Jenkins plugin</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
@ -1382,5 +1427,5 @@ This field will be ignored if the cloud-provider does not support the feature.</
<hr/> <hr/>
<p><em> <p><em>
Generated with <code>gen-crd-api-reference-docs</code> Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>a5db6e9</code>. on git commit <code>37e531a</code>.
</em></p> </em></p>