Blob Blame History Raw
-------------------------------------------------------------------
Wed Mar 22 14:54:59 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.32:
  * #50 support Job and CronJob
  * #50 move out pod processing

-------------------------------------------------------------------
Fri Mar 17 18:56:29 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.31:
  * #30 multiline configmap values
  * replace codeclimate with golang-ci lint
  * add golang-ci lint
  * do dry-run on CI
  * #90 upgrade dependencies

-------------------------------------------------------------------
Thu Mar 16 12:04:36 UTC 2023 - kastl@b1-systems.de

- remove tarball and use obscpio
  - use tar and recompress service at buildtime to create
    the tarball on the fly
- Update to version 0.3.30:
  * further indent container securityContext values

-------------------------------------------------------------------
Wed Mar 15 12:10:30 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.29:
  * add missing import, re-generate examples
  * feat: add support for security context
  * always use quotes for env values

-------------------------------------------------------------------
Mon Mar 13 17:23:28 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.28:
  * fix duplicate topologySpreadConstraints

-------------------------------------------------------------------
Mon Mar 13 10:03:17 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.27:
  * fix according to review
  * fix test
  * hide autofill behind CLI flag
  * fix: tolerations and other constraint under deployment name
  * feat: added constraints
  * feat: introduce topologyConstraints, node selectors and
    tolerations

-------------------------------------------------------------------
Fri Mar 10 06:37:50 UTC 2023 - kastl@b1-systems.de

- Update to version 0.3.26:
  * fix: env vars with default values in values.yaml
  * modify pull policy in deployment
  * modify pull policy in deployment
  * feat: add imagePullPolicy template

-------------------------------------------------------------------
Mon Mar  6 07:14:06 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

- new package helmify: Creates Helm chart from Kubernetes yaml