Skip to content

Commit 1a347eb

Browse files
Merge pull request #18 from gocrane/release/v0.1.2
Release v0.1.2
2 parents 16388ce + 23a680e commit 1a347eb

File tree

4 files changed

+36
-7
lines changed

4 files changed

+36
-7
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## v0.1.2
4+
5+
**Features**
6+
- Support `/pods` interface for http server. [Proxier Server]
7+
- Support hostNetwork for hostport fake pod. [Syncer Hostport]
8+
- Support Optional configmap and secrets for virtual pod. [Syncer Pod]
9+
- Support sync configmaps and secrets that pod needs even if configmaps and secrets lack managed labels. [Syncer Pod]
10+
- Support directScheduling for physical pod. [Syncer Pod]
11+
- Support building multi-arch images. [Build]
12+
- Support running NodeConformance e2e tests on kind clusters. [Test]
13+
- Support tke playbook and examples playbook. [Cookbook]
14+
15+
**Fixed Bugs and other changes**
16+
- Fix pod with custom PriorityClass and PreemptionPolicy is Never. [Syncer Pod]
17+
- Fix not labeling synced resources like configmaps when resources used by multi clusters. [Syncer Pod]
18+
- Add direct-access and pass-to-target annotations when create kube-dns-intranet service. [Chore]
19+
- Add ClusterID to clusterbindings CRD additionalPrinterColumns. [Charts]
20+
- Add nodeAffinity for not to scheduled on vnode for manager, syncer and proxier. [Charts]
21+
- Configure pod network routes for all KIND node containers. [Build Kind]
22+
- Fix kind-load-images image names. [Build Kind]
23+
- Update example label from role to kubeocean.io/role. [Chore]
24+
- Delete physical pod when virtual pod not found. [Syncer Pod]
25+
- Delete mismatched physical pod with mismatched virtual podUID. [Syncer Pod]
26+
- Get pod object from cache.DeletedFinalStateUnknown event. [Syncer Pod]
27+
- Add buildAndTest workflows for github actions. [CI]
28+
- Add Release Charts workflows for github actions. [CI]
29+
- Add make test-unit and print cover rate for go test. [Test]
30+
- Update documentation for installation, tutorials and quick-start. [Docs]
31+
332
## v0.1.1
433

534
**Features**

charts/kubeocean-worker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kubeocean-worker
33
description: A Helm chart for Kubeocean Worker - Physical cluster RBAC resources and CRDs for Kubeocean Syncer
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.1"
5+
version: 0.1.2
6+
appVersion: "0.1.2"

charts/kubeocean/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kubeocean
33
description: A Helm chart for Kubeocean - Kubernetes Compute Cluster Project
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.1"
5+
version: 0.1.2
6+
appVersion: "0.1.2"

charts/kubeocean/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manager:
2222
# Image configuration
2323
image:
2424
repository: kubeocean-manager
25-
tag: v0.1.1
25+
tag: v0.1.2
2626
pullPolicy: IfNotPresent
2727
# Replica count
2828
replicas: 2
@@ -119,7 +119,7 @@ syncer:
119119
# Image configuration
120120
image:
121121
repository: kubeocean-syncer
122-
tag: v0.1.1
122+
tag: v0.1.2
123123
pullPolicy: IfNotPresent
124124
# Default replica count for syncer instances
125125
replicas: 2
@@ -206,7 +206,7 @@ proxier:
206206
# Image configuration
207207
image:
208208
repository: kubeocean-proxier
209-
tag: v0.1.1
209+
tag: v0.1.2
210210
pullPolicy: IfNotPresent
211211
# Default replica count for proxier instances
212212
replicas: 2

0 commit comments

Comments
 (0)