@@ -2,16 +2,28 @@ Changes by Version
22==================
33Release Notes.
44
5- 1.0 .0
5+ 1.1 .0
66------------------
77#### Features
8- * Support using ` docker-compose ` to setup the environment.
9- * Support using the HTTP request as trigger.
10- * Support verify test case by command-line or file with retry strategy.
11- * Support GitHub Action.
8+ * Support using ` setup.init-system-environment ` to import environment.
9+ * Support ` body ` and ` headers ` in http trigger.
10+ * Add ` install ` target in makefile.
11+ * Stop trigger when cleaning up.
12+ * Change interval setting to Duration style.
13+ * Add reasonable default ` cleanup.on ` .
14+ * Support ` float ` value compare when type not match
15+ * Support reuse ` verify.cases ` .
16+ * Ignore trigger when not set.
17+ * Support export ` KUBECONFIG ` to the environment.
18+ * Support using ` setup.kind.import-images ` to load local docker images.
19+ * Support using ` setup.kind.expose-ports ` to declare the resource port for host access.
20+ * Support save pod/container std log on the Environment.
1221
1322#### Bug Fixes
23+ * Fix that trigger is not continuously triggered when running ` e2e trigger ` .
24+ * Migrate timeout config to Duration style and wait for node ready in KinD setup.
25+ * Remove manifest only could apply the ` default ` namespace resource.
1426
1527#### Issues and PR
16- - All issues are [ here] ( https://github.com/apache/skywalking/milestone/98 ?closed=1 )
17- - All and pull requests are [ here] ( https://github.com/apache/skywalking-infra-e2e/pulls?q=is%3Apr+is%3Aclosed+milestone%3A1.0 .0 )
28+ - All issues are [ here] ( https://github.com/apache/skywalking/milestone/102 ?closed=1 )
29+ - All and pull requests are [ here] ( https://github.com/apache/skywalking-infra-e2e/pulls?q=is%3Apr+is%3Aclosed+milestone%3A1.1 .0 )
0 commit comments