Release Notes.
- Add a getting started document about how to deploy swck on the kubernetes cluster.
- Fix the bug that the java agent is duplicated injected when update the pod.
- Bump up custom-metrics-apiserver
- Bump up golang to v1.22
- Bump up controller-gen to v0.14.0
- [Breaking Change] Remove the way to configure the agent through Configmap.
- Fix errors in banyandb e2e test.
- Bump up golang to v1.20.
- Bump up golangci-lint to v1.53.3.
- Bump up skywalking-java-agent to v8.16.0.
- Bump up kustomize to v4.5.6.
- Bump up SkyWalking OAP to 9.5.0.
- Replace go-bindata with embed lib.
- Add the OAPServerConfig CRD, webhooks and controller.
- Add the OAPServerDynamicConfig CRD, webhooks and controller.
- Add the SwAgent CRD, webhooks and controller.
- [Breaking Change] Remove the way to configure the agent through Configmap.
- Fix the error in e2e testing.
- Fix status inconsistent with CI.
- Bump up prometheus client version to fix cve.
- Bump several dependencies of adapter.
- Update license eye version.
- Bump up SkyWalking OAP to 9.0.0.
- Bump up the k8s api of the e2e environment to v1.21.10.
- Fix could not deploy metrics adapter to GKE
- Add the Satellite CRD, webhooks and controller
- Update release images to set numeric user id
- Fix the satellite config not support number error
- Use env JAVA_TOOL_OPTIONS to replace AGENT_OPTS
- Add stabilization windows feature in satellite HPA documentation
- Add E2E test cases to verify OAPServer, UI, Java agent and Storage components.
- Add the Satellite component.
- Fix operator role patch issues
- Fix invalid CSR signername
- Fix bug in the configmap controller
- Bump up KubeBuilder to V3
- Bump up metric adapter server to v1.21.0
- Split mono-project to two independent projects
- Add Java agent injector.
- Add JavaAgent and Storage CRDs of the operator.
- CVE-2021-3121: An issue was discovered in GoGo Protobuf before 1.3.2. plugin/unmarshal/unmarshal.go lacks certain index validation
- CVE-2020-29652: A nil pointer dereference in the golang.org/x/crypto/ssh component through v0.0.0-20201203163018-be400aefbc4c for Go allows remote attackers to cause a denial of service against SSH servers.
- Bump up GO to 1.17.
- Bump up k8s api to 0.20.11.
- Polish documents.
- Bump up SkyWalking OAP to 8.8.1.
- Support special characters in the metric selector of HPA metric adapter.
- Add the namespace to HPA metric name.
- Upgrade skywalking-cli dependency.
- Introduce custom metrics adapter to SkyWalking OAP cluster for Kubernetes HPA autoscaling.
- Add RBAC files and service account to support Kubernetes coordination.
- Add default and validation webhooks to operator controllers.
- Add UI CRD to deploy skywalking UI server.
- Add Fetcher CRD to fetch metrics from other telemetry system, for example, Prometheus.
- Transform project layers to support multiple applications.
- Introduce unit test to verify the operator.
- Add OAPServer CRDs and controller.
- Set up GitHub actions to build from sources, check code styles, licenses.