Skip to content
Merged
Show file tree
Hide file tree
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
32 changes: 32 additions & 0 deletions content/events/release-apache-skywalking-infra-e2e-1-1-0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Release Apache SkyWalking Infra E2E 1.1.0
date: 2021-11-15
author: SkyWalking Team
description: "Release Apache SkyWalking Infra E2E 1.1.0"
---

SkyWalking Infra E2E 1.1.0 is released. Go to [downloads](https://skywalking.apache.org/downloads) page to find release tars.

#### Features
* 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/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)
6 changes: 3 additions & 3 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
docs:
- version: latest
link: /docs/skywalking-infra-e2e/latest/readme/
- version: v1.0.0
link: /docs/skywalking-infra-e2e/v1.0.0/readme/
commitId: a41898eb4e57f2f73aae58a8a4848d94efd4eabb
- version: v1.1.0
link: /docs/skywalking-infra-e2e/v1.1.0/readme/
commitId: 996ed8902e941e2883fcf0ac5b3090364942d205

- type: Archived Repositories
description: All following repositories are archived, which means there is no further activities happening there.
Expand Down
20 changes: 10 additions & 10 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,22 +397,22 @@
icon: E
description: An End-to-End Testing framework that aims to help developers to set up, debug, and verify E2E tests with ease.
source:
- version: v1.0.0
date: Sep. 12th, 2021
- version: v1.1.0
date: Nov. 15th, 2021
downloadLink:
- name: src
link: https://www.apache.org/dyn/closer.cgi/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-src.tgz
link: https://www.apache.org/dyn/closer.cgi/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-src.tgz
- name: asc
link: https://downloads.apache.org/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-src.tgz.asc
link: https://downloads.apache.org/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-src.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-src.tgz.sha512
link: https://downloads.apache.org/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-src.tgz.sha512
distribution:
- version: v1.0.0
date: Sep. 12th, 2021
- version: v1.1.0
date: Nov. 15th, 2021
downloadLink:
- name: tar
link: https://www.apache.org/dyn/closer.cgi/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-bin.tgz
link: https://www.apache.org/dyn/closer.cgi/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-bin.tgz
- name: asc
link: https://downloads.apache.org/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-bin.tgz.asc
link: https://downloads.apache.org/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-bin.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/infra-e2e/1.0.0/skywalking-e2e-1.0.0-bin.tgz.sha512
link: https://downloads.apache.org/skywalking/infra-e2e/1.1.0/skywalking-e2e-1.1.0-bin.tgz.sha512