Unverified Commit 42e2aaa5 authored by SiyuChen's avatar SiyuChen Committed by GitHub
Browse files

ready for 2.1.5 (#3141)


* chore: bump version to 2.1.5
Signed-off-by: default avatarSiyuChen <ryougi201@gmail.com>

* chore: ready for 2.1.5
Signed-off-by: default avatarSiyuChen <ryougi201@gmail.com>
parent 34e98239
Showing with 52 additions and 26 deletions
+52 -26
......@@ -14,9 +14,36 @@ For more information and how-to, see [RFC: Keep A Changelog](https://github.com/
### Changed
- Nothing
### Deprecated
- Nothing
### Removed
- Nothing
### Fixed
- Nothing
### Security
- Nothing
## [2.1.5] - 2022-04-18
### Added
- Nothing
### Changed
- Migrate e2e tests from self-hosted Jenkins to Github Action [#2986](https://github.com/chaos-mesh/chaos-mesh/pull/2986)
- Bump minimist from 1.2.5 to 1.2.6 in /ui [#3058](https://github.com/chaos-mesh/chaos-mesh/pull/3058)
- Specify image tag of `build-env` and `dev-env` for each branch [#3071](https://github.com/chaos-mesh/chaos-mesh/pull/3071)
- Bump toda to v0.2.3 [#3131](https://github.com/chaos-mesh/chaos-mesh/pull/3131)
- Specify image tag in e2e tests [#3147](https://github.com/chaos-mesh/chaos-mesh/pull/3147)
### Deprecated
......@@ -33,7 +60,6 @@ For more information and how-to, see [RFC: Keep A Changelog](https://github.com/
- Fix Github Action `upload-image` [#2935](https://github.com/chaos-mesh/chaos-mesh/pull/2935)
- Fix JVMChaos to handle the situation that the container which holds the JVM rules has been deleted [#2981](https://github.com/chaos-mesh/chaos-mesh/pull/2981)
- Fix typo in comments for Chaos API [#3109](https://github.com/chaos-mesh/chaos-mesh/pull/3109)
- Bump toda to v0.2.3 [#3131](https://github.com/chaos-mesh/chaos-mesh/pull/3131)
### Security
......
......@@ -13,14 +13,14 @@
# limitations under the License.
#
apiVersion: v2
appVersion: "2.1.4"
appVersion: "2.1.5"
description: Chaos Mesh is a cloud-native Chaos Engineering platform that orchestrates chaos on Kubernetes environments.
home: https://chaos-mesh.org
icon: https://raw.githubusercontent.com/pingcap/chaos-mesh/master/static/logo.svg
sources:
- https://github.com/pingcap/chaos-mesh
name: chaos-mesh
version: "2.1.4"
version: "2.1.5"
keywords:
- chaos-engineering
- resiliency
......
......@@ -47,7 +47,7 @@ images:
# images.registry is the global container registry for the images, you could replace it with your self-hosted container registry.
registry: "ghcr.io"
# images.tag is the global image tag (for example, semiVer with prefix v, or latest).
tag: "v2.1.4"
tag: "v2.1.5"
## Optional array of imagePullSecrets containing private registry credentials
## Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
......
......@@ -42,7 +42,7 @@ FLAGS:
--microk8s Install chaos-mesh in microk8s environment
--host-network Install chaos-mesh using hostNetwork
OPTIONS:
-v, --version Version of chaos-mesh, default value: v2.1.4
-v, --version Version of chaos-mesh, default value: v2.1.5
-l, --local [kind] Choose a way to run a local kubernetes cluster, supported value: kind,
If this value is not set and the Kubernetes is not installed, this script will exit with 1.
-n, --name Name of Kubernetes cluster, default value: kind
......@@ -60,7 +60,7 @@ EOF
main() {
local local_kube=""
local cm_version="v2.1.4"
local cm_version="v2.1.5"
local kind_name="kind"
local kind_version="v0.11.1"
local node_num=3
......@@ -827,7 +827,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: chaos-daemon
---
# Source: chaos-mesh/templates/controller-manager-rbac.yaml
......@@ -854,7 +854,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
---
# Source: chaos-mesh/templates/secrets-configuration.yaml
......@@ -881,7 +881,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: webhook-secret
type: Opaque
data:
......@@ -899,7 +899,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
......@@ -941,7 +941,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
......@@ -965,7 +965,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
......@@ -986,7 +986,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
......@@ -1007,7 +1007,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
rules:
- apiGroups: [ "" ]
......@@ -1035,7 +1035,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
roleRef:
apiGroup: rbac.authorization.k8s.io
......@@ -1070,7 +1070,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: chaos-daemon
spec:
clusterIP: None
......@@ -1134,7 +1134,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
spec:
type: ClusterIP
......@@ -1185,7 +1185,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
spec:
selector:
matchLabels:
......@@ -1198,7 +1198,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: chaos-daemon
annotations:
spec:
......@@ -1270,7 +1270,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: chaos-dashboard
spec:
replicas: 1
......@@ -1285,7 +1285,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: chaos-dashboard
annotations:
spec:
......@@ -1365,7 +1365,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
spec:
replicas: 3
......@@ -1380,7 +1380,7 @@ spec:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: controller-manager
annotations:
rollme: "install.sh"
......@@ -1656,7 +1656,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: admission-webhook
webhooks:
- name: admission-webhook.chaos-mesh.org
......@@ -1982,7 +1982,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: admission-webhook
webhooks:
- clientConfig:
......@@ -2289,7 +2289,7 @@ metadata:
app.kubernetes.io/instance: chaos-mesh
app.kubernetes.io/name: chaos-mesh
app.kubernetes.io/part-of: chaos-mesh
app.kubernetes.io/version: 2.1.4
app.kubernetes.io/version: 2.1.5
app.kubernetes.io/component: admission-webhook
webhooks:
- clientConfig:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment