Skip to content

Commit 996ed89

Browse files
authored
Add changes for 1.1.0 version (#65)
1 parent 5adf908 commit 996ed89

File tree

3 files changed

+37
-8
lines changed

3 files changed

+37
-8
lines changed

CHANGES.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@ Changes by Version
22
==================
33
Release 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)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ all: clean lint test build
4141

4242
.PHONY: lint
4343
lint:
44-
$(GO_LINT) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin
44+
$(GO_LINT) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin -d "v1.42.1"
4545
$(GO_LINT) run -v --timeout 5m ./...
4646

4747
.PHONY: fix-lint

changes/changes-1.0.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Changes by Version
2+
==================
3+
Release Notes.
4+
5+
1.0.0
6+
------------------
7+
#### 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.
12+
13+
#### Bug Fixes
14+
15+
#### 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)

0 commit comments

Comments
 (0)