Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changes-1.3.0.md #123

Merged
merged 1 commit into from
Nov 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions changes/changes-1.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Changes by Version
==================
Release Notes.

1.3.0
------------------
#### Features

* Support `SHA256` and `SHA512` in verify case
* Support non-fail-fast execution of test cases
* Support `hasPrefix` and `hasSuffix` string verifier
* support verify cases concurrently
* Add .exe suffix to windows build artifact
* Add a field kubeconfig to support e2e test on an existing kubernetes cluster
* 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

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/148?closed=1)
- All pull requests are [here](https://github.com/apache/skywalking-infra-e2e/milestone/4?closed=1)