Skip to content

Commit

Permalink
Add changes for 1.1.0 version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Nov 7, 2021
1 parent 5adf908 commit 996ed89
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 8 deletions.
26 changes: 19 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,28 @@ Changes by Version
==================
Release Notes.

1.0.0
1.1.0
------------------
#### Features
* Support using `docker-compose` to setup the environment.
* Support using the HTTP request as trigger.
* Support verify test case by command-line or file with retry strategy.
* Support GitHub Action.
* Support using `setup.init-system-environment` to import environment.
* Support `body` and `headers` in http trigger.
* Add `install` target in makefile.
* Stop trigger when cleaning up.
* Change interval setting to Duration style.
* Add reasonable default `cleanup.on`.
* Support `float` value compare when type not match
* Support reuse `verify.cases`.
* Ignore trigger when not set.
* Support export `KUBECONFIG` to the environment.
* Support using `setup.kind.import-images` to load local docker images.
* Support using `setup.kind.expose-ports` to declare the resource port for host access.
* Support save pod/container std log on the Environment.

#### Bug Fixes
* Fix that trigger is not continuously triggered when running `e2e trigger`.
* Migrate timeout config to Duration style and wait for node ready in KinD setup.
* Remove manifest only could apply the `default` namespace resource.

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/98?closed=1)
- All and pull requests are [here](https://github.com/apache/skywalking-infra-e2e/pulls?q=is%3Apr+is%3Aclosed+milestone%3A1.0.0)
- All issues are [here](https://github.com/apache/skywalking/milestone/102?closed=1)
- All and pull requests are [here](https://github.com/apache/skywalking-infra-e2e/pulls?q=is%3Apr+is%3Aclosed+milestone%3A1.1.0)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ all: clean lint test build

.PHONY: lint
lint:
$(GO_LINT) version || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GO_PATH)/bin
$(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"
$(GO_LINT) run -v --timeout 5m ./...

.PHONY: fix-lint
Expand Down
17 changes: 17 additions & 0 deletions changes/changes-1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Changes by Version
==================
Release Notes.

1.0.0
------------------
#### Features
* Support using `docker-compose` to setup the environment.
* Support using the HTTP request as trigger.
* Support verify test case by command-line or file with retry strategy.
* Support GitHub Action.

#### Bug Fixes

#### Issues and PR
- All issues are [here](https://github.com/apache/skywalking/milestone/98?closed=1)
- All and pull requests are [here](https://github.com/apache/skywalking-infra-e2e/pulls?q=is%3Apr+is%3Aclosed+milestone%3A1.0.0)

0 comments on commit 996ed89

Please sign in to comment.