Skip to content

Latest commit

 

History

History
189 lines (128 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

189 lines (128 loc) · 14.3 KB

Change Log

v1.3.0-custom (2018-11-23)

Full Changelog

Fixed bugs:

  • TF kubernetes provider tries to in-place update not modifiable attribute #74

Closed issues:

  • Importing a config_map volume with no mode causes panic #81
  • Importing a resource with envFrom: configMapRef crashes #76
  • some annotations are being re-applied on every terraform run #72

Merged pull requests:

  • EmptyDir ‘size_limit’ causing quantity parse error #88 (sl1pm4t)
  • Fix TF re-adding annotations on every apply #87 (sl1pm4t)
  • Fix: StatefulSet pod_management_policy #86 (sl1pm4t)
  • Add/Fix attributes to/on service resource #85 (sl1pm4t)
  • Added ServiceExternalTrafficPolicy #84 (sebastianroesch)
  • Fixing panic when importing resource with config_map volume #82 (itmecho)
  • Add kubernetes_secret datasoucre #80 (Phylu)
  • Add missing empty_dir size_limit #79 (itmecho)
  • Fixing panic when loading pods with env_from config_map_ref #77 (itmecho)
  • Adds Deployment Data Source #75 (itmecho)
  • fix affinity.pod_(anti)_affinity namespaces missing in flattener #71 (kolach)

v1.2.2-custom (2018-10-17)

Full Changelog

Closed issues:

  • Crashing Terraform #65
  • Can't use variables/datasources for labels? #63
  • Pod dns_config not recognised #62
  • deployment strategy doesn't seem to work as expected #61
  • Deployment pod affinity not implemented #44
  • Use affinity and tolerations with DaemonSet #26

Merged pull requests:

  • Fix “expected pointer, but got nil” error when Deployment strategy = Recreate #69 (sl1pm4t)
  • affinity, yet another attempt #68 (kolach)
  • Fix panic caused by DNSConfig attribute #66 (sl1pm4t)
  • Add dns\_config attribute to Pod Spec #64 (sl1pm4t)
  • Don't ForceNew for label changes. #58 (anuraaga)

v1.2.1-custom (2018-10-01)

Full Changelog

Closed issues:

  • Feature Request: Support mountOptions in PersistentVolumes #54
  • kubeconfig created by a Terraform resource #47

Merged pull requests:

v1.2.0-custom (2018-08-06)

Full Changelog

Closed issues:

  • Support ClusterRole, Role, RoleBinding ClusterRoleBinding #35
  • Support k8s role and rolebinding #9

Merged pull requests:

v1.1.2-custom (2018-07-18)

Full Changelog

Closed issues:

  • jsonpatch error on ingress updates #31
  • 1.1.0 Linux Version not working #25

Merged pull requests:

  • Implement Update for cron\_job resources. #34 (sl1pm4t)
  • Cronjob / Job backoff limit attribute #33 (sl1pm4t)
  • CronJob: Fix starting_deadline_seconds successful_job_history_limit #32 (sl1pm4t)

v1.1.1-custom (2018-07-09)

Full Changelog

Closed issues:

  • Error when updating service LoadBalancerIP #23
  • git clone in instructions shouldn't use git@ #20
  • Missing dependencies on fresh install #15
  • StatefulSet update strategy not propagating #13
  • Update README #10

Merged pull requests:

  • Add reclaim policy to storage class #29 (stigok)
  • Use Update\(\) instead of Patch\(\) to update svc #24 (sl1pm4t)
  • Use HTTPS clone link instead of SSH #21 (stigok)
  • Add missing dependencies #18 (stigok)
  • Add instruction on terraform init #17 (stigok)
  • Fix Ingress update error: #16 (sl1pm4t)
  • Fix StatefulSet update strategy #14 (sl1pm4t)

v1.1.0-custom (2018-05-02)

Full Changelog

Closed issues:

  • Add field "revision_history_limit" to Deployment schema #7

Merged pull requests:

v1.0.8-custom (2018-03-13)

Full Changelog

Closed issues:

  • Using imagePullSecrets to pull container from a private repository #5
  • Updating internal annotation fails. #2

Merged pull requests:

  • Set DeletionPolicyForeground on deployment delete #4 (sl1pm4t)

v1.0.7-custom (2018-02-19)

Full Changelog

v1.0.6-custom (2018-02-01)

Full Changelog

v1.0.5-custom (2018-01-15)

Full Changelog

v1.0.4-custom (2017-12-14)

Full Changelog

v1.0.3-custom (2017-10-29)

Full Changelog

v1.0.2-custom (2017-10-26)

Full Changelog

Merged pull requests:

  • updating deployment structure utility functions to use proper schema … #1 (TaysirTayyab)

v1.0.1-custom (2017-10-26)

Full Changelog

v1.0.0 (2017-08-18)

Full Changelog

v0.1.4-custom (2017-08-13)

Full Changelog

v0.1.3-custom (2017-08-11)

Full Changelog

v0.1.2-custom (2017-08-11)

Full Changelog

v0.1.1-custom (2017-08-09)

Full Changelog

v0.1.2 (2017-08-04)

Full Changelog

v0.1.1 (2017-07-05)

Full Changelog

v0.1.0 (2017-06-20)

* This Change Log was automatically generated by github_changelog_generator