-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add gitignore to exclude local tgz archive for krew * Update supported k8s versions list * minor script improvements * bump version * added release notes for v0.0.4 --------- Co-authored-by: melihc1 <melih.cinalioglu@container-solutions.com>
- Loading branch information
Showing
6 changed files
with
93 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# tgz archive for krew plugin | ||
examples.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
v1.19.0 | ||
v1.18.0 | ||
v1.17.0 | ||
v1.16.0 | ||
v1.15.0 | ||
v1.24.0 | ||
v1.23.0 | ||
v1.22.0 | ||
v1.21.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,102 @@ | ||
== v0.0.3 | ||
|
||
# Release Notes | ||
|
||
## v0.0.4 | ||
|
||
Supported Kubernetes versions: | ||
|
||
- v1.24.0 | ||
- v1.23.0 | ||
- v1.22.0 | ||
- v1.21.0 | ||
|
||
### Changes | ||
|
||
#### New Examples | ||
|
||
- CustomResourceDefinition/custom-resource-definition.yaml | ||
- Istio/DestinationRule/circuit-breaker.yaml | ||
- Istio/DestinationRule/connection-pool-settings.yaml | ||
- Istio/DestinationRule/load-balance.yaml | ||
- Istio/DestinationRule/sticky-sessions.yaml | ||
- Istio/DestinationRule/subsets.yaml | ||
- Istio/DestinationRule/tls.yaml | ||
- Istio/VirtualService/delay-injection.yaml | ||
- Istio/VirtualService/error-injection.yaml | ||
- Istio/VirtualService/header-manipulation.yaml | ||
- Istio/VirtualService/identity.yaml | ||
- Istio/VirtualService/layer-7-routing.yaml | ||
- Istio/VirtualService/redirect-rewrite.yaml | ||
- Istio/VirtualService/retry.yaml | ||
- Istio/VirtualService/timeout.yaml | ||
- Istio/VirtualService/traffic-split.yaml | ||
|
||
#### Updated Examples | ||
|
||
- CronJob/simple.yaml | ||
- Endpoints/endpoint-slice.yaml | ||
- Ingress/fanout.yaml | ||
- Ingress/ingress-class.yaml | ||
- Ingress/ingress.yaml | ||
- Ingress/nohost.yaml | ||
- Ingress/rewrite.yaml | ||
- Ingress/tls.yaml | ||
- Ingress/virtualhosting.yaml | ||
- Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml | ||
- PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml | ||
- PodDisruptionBudget/pod-disruption-budget-min-available.yaml | ||
- PodSecurityPolicy/Ingress/simple.yaml | ||
- PodSecurityPolicy/restricted.yaml | ||
- Service/Pod.spec.subdomain/subdomain.yaml | ||
|
||
#### Removed Examples | ||
|
||
- PodPreset/pod-preset.yaml | ||
- Service/spec.topologyKeys/fallback.yaml | ||
|
||
#### Other Changes | ||
|
||
- Updated list of supported Kubernetes versions | ||
- Replaced kubeval with kubeconform for CI tests | ||
|
||
## v0.0.3 | ||
|
||
Supported Kubernetes versions: | ||
- v1.19.0 | ||
- v1.18.0 | ||
- v1.17.0 | ||
- v1.16.0 | ||
- v1.15.0 | ||
|
||
Changes: | ||
|
||
- Add Kubeval test | ||
|
||
- Added Deployment/simple-deployment-privileged.yaml | ||
|
||
- Added Deployment/simple-deployment-with-environment.yaml | ||
|
||
- Added Endpoints/endpoint-slice.yaml | ||
|
||
- Added restartPolicy to Job/simple.yaml | ||
|
||
- Added PersistentVolumeClaim/pvc.yaml | ||
|
||
- Added Pod/spec.affinity.nodeAffinity/node-affinity.yaml | ||
|
||
- Added Pod/spec.nodeSelector/simple.yaml | ||
|
||
- Added Pod/spec.volumes.persistentVolumeClaim/pod-pvc.yaml | ||
|
||
- Added PodDisruptionBudget/pod-disruption-budget-max-unavailable.yaml and PodDisruptionBudget/pod-disruption-budget-min-available.yaml | ||
|
||
- Added PodPreset/pod-preset.yaml | ||
|
||
- Added PriorityClass/default-priority-class.yaml | ||
|
||
- Added Secret/simple-secret.yaml | ||
|
||
- Added ServiceAccount/service-account-pod.yaml | ||
|
||
- Corrected Pod/spec.containers.volumes.projected/projected.yaml | ||
|
||
- Corrected Pod/spec.volumes.hostPath.type/file-or-create.yaml | ||
|
||
- Corrected PodSecurityPolicy/Ingress/simple.yaml | ||
|
||
- Corrected Service/spec.type/load-balancer.yaml | ||
|
||
|
||
- Code of conduct, license, and contributions guidelines added | ||
|
||
== v0.0.2 | ||
## v0.0.2 | ||
|
||
Changes: | ||
|
||
- Bugfix for v0.0.1 | ||
|
||
== v0.0.1 | ||
## v0.0.1 | ||
|
||
Changes: | ||
|
||
- Initial base examples added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters