Skip to content

Commit

Permalink
Change logs for 4.0.0 (#62)
Browse files Browse the repository at this point in the history
* Change logs for 4.0.0

* Skip tests when only .md files are modified
  • Loading branch information
kezhenxu94 authored Oct 31, 2020
1 parent fd2eb30 commit d4d4cd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ name: Test
on:
pull_request:
push:
path:
- '!**.md'
branches:
- master

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e.compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ name: Test Compatibility

on:
pull_request:
path:
- '!**.md'

env:
ISTIO_VERSION: 1.7.1
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changes by Version
==================
Release Notes.

4.0.0
------------------

#### Features
- Allow overriding configurations files under /skywalking/config
- Unify the usages of different SkyWalking versions
- Add Values for init container in case of using private regestry
- Add `services`, `endpoints` resources in ClusterRole

3.1.0
------------------

Expand Down

0 comments on commit d4d4cd1

Please sign in to comment.