|
1 | | -== v0.0.3 |
2 | | - |
| 1 | +# Release Notes |
| 2 | + |
| 3 | +## v0.0.4 |
| 4 | + |
| 5 | +Supported Kubernetes versions: |
| 6 | + |
| 7 | +- v1.24.0 |
| 8 | +- v1.23.0 |
| 9 | +- v1.22.0 |
| 10 | +- v1.21.0 |
| 11 | + |
| 12 | +### Changes |
| 13 | + |
| 14 | +#### New Examples |
| 15 | + |
| 16 | +- CustomResourceDefinition/custom-resource-definition.yaml |
| 17 | +- Istio/DestinationRule/circuit-breaker.yaml |
| 18 | +- Istio/DestinationRule/connection-pool-settings.yaml |
| 19 | +- Istio/DestinationRule/load-balance.yaml |
| 20 | +- Istio/DestinationRule/sticky-sessions.yaml |
| 21 | +- Istio/DestinationRule/subsets.yaml |
| 22 | +- Istio/DestinationRule/tls.yaml |
| 23 | +- Istio/VirtualService/delay-injection.yaml |
| 24 | +- Istio/VirtualService/error-injection.yaml |
| 25 | +- Istio/VirtualService/header-manipulation.yaml |
| 26 | +- Istio/VirtualService/identity.yaml |
| 27 | +- Istio/VirtualService/layer-7-routing.yaml |
| 28 | +- Istio/VirtualService/redirect-rewrite.yaml |
| 29 | +- Istio/VirtualService/retry.yaml |
| 30 | +- Istio/VirtualService/timeout.yaml |
| 31 | +- Istio/VirtualService/traffic-split.yaml |
| 32 | + |
| 33 | +#### Updated Examples |
| 34 | + |
| 35 | +- CronJob/simple.yaml |
| 36 | +- Endpoints/endpoint-slice.yaml |
| 37 | +- Ingress/fanout.yaml |
| 38 | +- Ingress/ingress-class.yaml |
| 39 | +- Ingress/ingress.yaml |
| 40 | +- Ingress/nohost.yaml |
| 41 | +- Ingress/rewrite.yaml |
| 42 | +- Ingress/tls.yaml |
| 43 | +- Ingress/virtualhosting.yaml |
| 44 | +- Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml |
| 45 | +- PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml |
| 46 | +- PodDisruptionBudget/pod-disruption-budget-min-available.yaml |
| 47 | +- PodSecurityPolicy/Ingress/simple.yaml |
| 48 | +- PodSecurityPolicy/restricted.yaml |
| 49 | +- Service/Pod.spec.subdomain/subdomain.yaml |
| 50 | + |
| 51 | +#### Removed Examples |
| 52 | + |
| 53 | +- PodPreset/pod-preset.yaml |
| 54 | +- Service/spec.topologyKeys/fallback.yaml |
| 55 | + |
| 56 | +#### Other Changes |
| 57 | + |
| 58 | +- Updated list of supported Kubernetes versions |
| 59 | +- Replaced kubeval with kubeconform for CI tests |
| 60 | + |
| 61 | +## v0.0.3 |
| 62 | + |
| 63 | +Supported Kubernetes versions: |
| 64 | +- v1.19.0 |
| 65 | +- v1.18.0 |
| 66 | +- v1.17.0 |
| 67 | +- v1.16.0 |
| 68 | +- v1.15.0 |
| 69 | + |
| 70 | +Changes: |
3 | 71 |
|
4 | 72 | - Add Kubeval test |
5 | | - |
6 | 73 | - Added Deployment/simple-deployment-privileged.yaml |
7 | | - |
8 | 74 | - Added Deployment/simple-deployment-with-environment.yaml |
9 | | - |
10 | 75 | - Added Endpoints/endpoint-slice.yaml |
11 | | - |
12 | 76 | - Added restartPolicy to Job/simple.yaml |
13 | | - |
14 | 77 | - Added PersistentVolumeClaim/pvc.yaml |
15 | | - |
16 | 78 | - Added Pod/spec.affinity.nodeAffinity/node-affinity.yaml |
17 | | - |
18 | 79 | - Added Pod/spec.nodeSelector/simple.yaml |
19 | | - |
20 | 80 | - Added Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml |
21 | | - |
22 | 81 | - Added PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml and PodDisruptionBudget/pod-disruption-budget-min-available.yaml |
23 | | - |
24 | 82 | - Added PodPreset/pod-preset.yaml |
25 | | - |
26 | 83 | - Added PriorityClass/default-priority-class.yaml |
27 | | - |
28 | 84 | - Added Secret/simple-secret.yaml |
29 | | - |
30 | 85 | - Added ServiceAccount/service-account-pod.yaml |
31 | | - |
32 | 86 | - Corrected Pod/spec.containers.volumes.projected/projected.yaml |
33 | | - |
34 | 87 | - Corrected Pod/spec.volumes.hostPath.type/file-or-create.yaml |
35 | | - |
36 | 88 | - Corrected PodSecurityPolicy/Ingress/simple.yaml |
37 | | - |
38 | 89 | - Corrected Service/spec.type/load-balancer.yaml |
39 | | - |
40 | | - |
41 | 90 | - Code of conduct, license, and contributions guidelines added |
42 | 91 |
|
43 | | -== v0.0.2 |
| 92 | +## v0.0.2 |
| 93 | + |
| 94 | +Changes: |
44 | 95 |
|
45 | 96 | - Bugfix for v0.0.1 |
46 | 97 |
|
47 | | -== v0.0.1 |
| 98 | +## v0.0.1 |
| 99 | + |
| 100 | +Changes: |
48 | 101 |
|
49 | 102 | - Initial base examples added |
0 commit comments