Skip to content

Commit

Permalink
Update CHANGES.md to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed May 19, 2024
1 parent f9dc75a commit 92d8ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
38 changes: 2 additions & 36 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,11 @@ Changes by Version
==================
Release Notes.

1.3.0
1.4.0
------------------
#### Features
* Support `sha256enc` and `sha512enc` encoding in verify case.
* Support `hasPrefix` and `hasSuffix` string verifier in verify case.
* Bump up `kind` to v0.14.0.
* Add a field `kubeconfig` to support running e2e test on an existing kubernetes cluster.
* Support non-fail-fast execution of test cases
* support verify cases concurrently
* Add .exe suffix to windows build artifact
* Export the kubeconfig path during executing the following steps
* Automatically pull images before loading into KinD
* Support outputting the result of 'verify' in YAML format and only outputting the summary of the result of 'verify'
* Make e2e test itself in github action
* Support outputting the summary of 'verify' in YAML format
* Make e2e output summary with numeric information
* Add 'subtractor' function

#### Improvements

* Bump up GHA to avoid too many warnings
* Leverage the built-in cache in setup-go@v4
* Add `batchOutput` config to reduce outputs
* Disable batch mode by default, add it to GHA and enable by default
* Improve GitHub Actions usability and speed by using composite actions' new feature
* Migrate deprecated GitHub Actions command to recommended ones
* Bump up kind to v0.14.0
* Optimization of the output information of verification
* verifier: notEmpty should be able to handle nil
* Remove invalid configuration in GitHub Actions

#### Bug Fixes

* Fix deprecation warnings
* Ignore cancel error when copying container logs

#### Documentation

* Add a doc to introduce how to use e2e to test itself
* Fix kind load docker-image error

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/148?closed=1)
Expand Down
1 change: 0 additions & 1 deletion changes/changes-1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Release Notes.

* Fix deprecation warnings
* Ignore cancel error when copying container logs
* Fix kind load docker-image error

#### Documentation

Expand Down

0 comments on commit 92d8ccf

Please sign in to comment.