Skip to content

Releases: tkestack/tapp

v1.2.1 is released!

09 Mar 01:11
2727f83
Compare
Choose a tag to compare

Features:
#58: Add maxUnavailbale for forced update strategy for pods have specified templates

Bug fix:
#56: fix(builder): use arm64/v8 when pushing images to docker hub
#59: Fix force update conditions
#61: Fix bug for force delete
#62: Update pod ready condition to true if readiness gate is updated to true
#64: new certificate with SAN
#67: bug fix for get pods for Tapp with different controllerRef
#71: fix bug for image with more than one tags when create Tapp

v1.1.1 released!

23 Sep 07:47
f989af9
Compare
Choose a tag to compare

Feature:

  • #49 add support for pod dns like statefulset
  • #50 Set default value for kube qps
  • #51 add default template name in spec

Bug fix:

  • #52 add more tutotial and bug fix for auto delete
  • #53 Bump up base image from alpine:3.9 to alpine:3.10
  • #55 Do not omit .spec.Replicas because it will be ommited when it is specified to 0

v1.1.0

21 Jul 09:03
8c27a54
Compare
Choose a tag to compare

It contains som bug fixes, and contains following features:

  • #30: Add InPlaceUpdateReady to ReadinessGate
  • #36: Add suport for specifying percentage of pods for RollingUpdate
  • #41: Support restarting a killed pod
  • #45: Add AutoDeleteUnusedTemplate in tapp spec: AutoDeleteUnusedTemplate indicates whether auto delete templates when it is unused.
  • #46 Delete template hash labels from tapp

v1.0.1

02 Jun 02:30
3171ee1
Compare
Choose a tag to compare
Merge pull request #21 from hex108/update

Fix rolling update bug

v1.0.0

30 Dec 02:08
4bb2522
Compare
Choose a tag to compare

v1.0.0 contains most features you need!