Skip to content

Commit

Permalink
chore: release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Sep 30, 2022
1 parent 16e95a7 commit a8e29f9
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 65 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
### Linux

```shell
curl -L https://github.com/jenkins-x-plugins/jx-slack/releases/download/v0.2.1/jx-slack-linux-amd64.tar.gz | tar xzv
sudo mv slack /usr/local/bin
```

### macOS

```shell
curl -L https://github.com/jenkins-x-plugins/jx-slack/releases/download/v0.2.1/jx-slack-darwin-amd64.tar.gz | tar xzv
sudo mv slack /usr/local/bin
```
## Changes

### Code Refactoring

* upgrade go version to 1.18.6 (ankitm123)
6 changes: 3 additions & 3 deletions charts/jx-slack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A Slack bot for Jenkins X
icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/master/images/logo/jenkinsx-icon-color.svg
home: https://github.com/jenkins-x-plugins/jx-slack
name: jx-slack
version: 0.0.1-SNAPSHOT
appVersion: latest
version: 0.2.1
appVersion: 0.2.1
sources:
- https://github.com/jenkins-x-plugins/jx-slack
- https://github.com/jenkins-x-plugins/jx-slack
67 changes: 66 additions & 1 deletion charts/jx-slack/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,66 @@
# Slack application for Jenkins X
# jx-slack

![Version: 0.0.1-SNAPSHOT](https://img.shields.io/badge/Version-0.0.1--SNAPSHOT-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)

A Slack bot for Jenkins X

**Homepage:** <https://github.com/jenkins-x-plugins/jx-slack>

## Source Code

* <https://github.com/jenkins-x-plugins/jx-slack>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| gitSecretName | string | `"tekton-git"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"jenkinsxio/jx-slack"` | |
| image.tag | string | `"dev"` | |
| jx.releaseCRD | bool | `true` | |
| jxRequirements.cluster.gitKind | string | `"github"` | |
| jxRequirements.cluster.gitServer | string | `"https://github.com"` | |
| nameOverride | string | `"jx-slack"` | |
| podAnnotations.myannotation | string | `"abcd"` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"100m"` | |
| resources.limits.memory | string | `"256Mi"` | |
| resources.requests.cpu | string | `"80m"` | |
| resources.requests.memory | string | `"128Mi"` | |
| role.rules[0].apiGroups[0] | string | `"jenkins.io"` | |
| role.rules[0].resources[0] | string | `"pipelineactivities"` | |
| role.rules[0].verbs[0] | string | `"get"` | |
| role.rules[0].verbs[1] | string | `"list"` | |
| role.rules[0].verbs[2] | string | `"watch"` | |
| role.rules[0].verbs[3] | string | `"patch"` | |
| role.rules[0].verbs[4] | string | `"update"` | |
| role.rules[1].apiGroups[0] | string | `"jenkins.io"` | |
| role.rules[1].resources[0] | string | `"environments"` | |
| role.rules[1].verbs[0] | string | `"get"` | |
| role.rules[1].verbs[1] | string | `"list"` | |
| role.rules[2].apiGroups[0] | string | `""` | |
| role.rules[2].resources[0] | string | `"secrets"` | |
| role.rules[2].resources[1] | string | `"configmaps"` | |
| role.rules[2].resources[2] | string | `"namespaces"` | |
| role.rules[2].resources[3] | string | `"serviceaccounts"` | |
| role.rules[2].verbs[0] | string | `"get"` | |
| role.rules[2].verbs[1] | string | `"list"` | |
| role.rules[3].apiGroups[0] | string | `"extensions"` | |
| role.rules[3].apiGroups[1] | string | `"networking.k8s.io"` | |
| role.rules[3].resources[0] | string | `"ingresses"` | |
| role.rules[3].verbs[0] | string | `"get"` | |
| role.rules[3].verbs[1] | string | `"watch"` | |
| role.rules[3].verbs[2] | string | `"list"` | |
| role.rules[4].apiGroups[0] | string | `""` | |
| role.rules[4].resourceNames[0] | string | `"plugins"` | |
| role.rules[4].resources[0] | string | `"configmaps"` | |
| role.rules[4].verbs[0] | string | `"watch"` | |
| role.rules[4].verbs[1] | string | `"get"` | |
| role.rules[4].verbs[2] | string | `"update"` | |
| secrets.token | string | `""` | |
| terminationGracePeriodSeconds | int | `10` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.4.0](https://github.com/norwoodj/helm-docs/releases/v1.4.0)
Binary file added charts/jx-slack/jx-slack-0.2.1.tgz
Binary file not shown.
110 changes: 49 additions & 61 deletions charts/jx-slack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,89 +3,77 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: jenkinsxio/jx-slack
tag: dev
repository: ghcr.io/jenkins-x/jx-slack
tag: 0.2.1
pullPolicy: IfNotPresent

nameOverride: jx-slack

podAnnotations: {
myannotation: abcd
}

podAnnotations: {myannotation: abcd}
affinity: {}

secrets:
# if installing outside of Jenkins X then you can supply a token value here
# usually this is populated via external secrets via 'jx secret edit -f jx-slack' though
token: ""

resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 80m
memory: 128Mi

gitSecretName: tekton-git

terminationGracePeriodSeconds: 10

jx:
# whether to create a Release CRD when installing charts with Release CRDs included
releaseCRD: true

jxRequirements:
cluster:
gitKind: github
gitServer: https://github.com

role:
rules:
- apiGroups:
- jenkins.io
resources:
- pipelineactivities
verbs:
- get
- list
- watch
- patch
- update
- apiGroups:
- jenkins.io
resources:
- environments
verbs:
- get
- list
- apiGroups:
- ""
resources:
- secrets
- configmaps
- namespaces
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- extensions
- "networking.k8s.io"
resources:
- ingresses
verbs:
- get
- watch
- list
- apiGroups:
- ""
resources:
- configmaps
resourceNames:
- "plugins"
verbs:
- watch
- get
- update
- apiGroups:
- jenkins.io
resources:
- pipelineactivities
verbs:
- get
- list
- watch
- patch
- update
- apiGroups:
- jenkins.io
resources:
- environments
verbs:
- get
- list
- apiGroups:
- ""
resources:
- secrets
- configmaps
- namespaces
- serviceaccounts
verbs:
- get
- list
- apiGroups:
- extensions
- "networking.k8s.io"
resources:
- ingresses
verbs:
- get
- watch
- list
- apiGroups:
- ""
resources:
- configmaps
resourceNames:
- "plugins"
verbs:
- watch
- get
- update

0 comments on commit a8e29f9

Please sign in to comment.