Skip to content

Latest commit

 

History

History
688 lines (326 loc) · 31.3 KB

CHANGELOG.md

File metadata and controls

688 lines (326 loc) · 31.3 KB

2.7.2 (2020-09-22)

Bug Fixes

  • deps: update dependency fp-ts to ^2.8.3 (#190) (c226702)

2.7.1 (2020-09-18)

Bug Fixes

2.7.0 (2020-09-15)

Features

2.6.4 (2020-08-27)

Bug Fixes

  • redis: accept optional deployment params fix (#149) (08e8c02), closes #146

2.6.3 (2020-08-24)

Bug Fixes

  • deps: update dependency fp-ts to ^2.8.2 (#138) (22c412b)

2.6.2 (2020-08-22)

Bug Fixes

  • deps: update dependency @sindresorhus/is to ^3.1.2 (#134) (5bc2e14)

2.6.1 (2020-08-16)

Bug Fixes

  • deps: update dependency @sindresorhus/is to ^3.1.1 (#124) (1b306d5)

2.6.0 (2020-08-07)

Features

2.5.2 (2020-08-07)

Bug Fixes

2.5.1 (2020-08-07)

Bug Fixes

  • wait-for-pg: handle postgres shell and return exit status on error (#114) (09cbadb)

2.5.0 (2020-08-06)

Features

2.4.0 (2020-08-06)

Features

  • pg-secret: add DB_URI and PGRST_DB_URI (#112) (2bf576b)

2.3.0 (2020-08-05)

Features

  • add utils: getIngressHost and getManifestByKind (#108) (ce60a79)

2.2.2 (2020-08-04)

Bug Fixes

  • deps: update dependency fp-ts to ^2.8.1 (#106) (1c32c1a)

2.2.1 (2020-08-04)

Bug Fixes

  • namespace: use PRODUCTION_NAMESPACE when provided (#104) (a0f1124)

2.2.0 (2020-08-02)

Features

2.1.4 (2020-07-31)

Bug Fixes

  • deps: update dependency kubernetes-models to ^0.8.1 (#91) (06a2a45)

2.1.3 (2020-07-31)

Bug Fixes

  • deps: update dependency @sindresorhus/is to ^3.1.0 (#88) (28a09b7)

2.1.2 (2020-07-31)

Bug Fixes

  • deps: update dependency fp-ts to ^2.7.1 (#89) (a88c783)

2.1.1 (2020-07-31)

Bug Fixes

  • deps: update dependency @kosko/env to ^0.5.2 (#87) (ae79793)

2.1.0 (2020-07-31)

Features

2.0.0 (2020-07-31)

BREAKING CHANGES

  • COMPLETE REWORK

@socialgouv/kosko-charts is now exposing component and environment generators !

2.0.0-beta.23 (2020-07-31)

Bug Fixes

2.0.0-beta.22 (2020-07-31)

Bug Fixes

  • nginx: use /index.html for probes (6e15237)

2.0.0-beta.21 (2020-07-30)

Bug Fixes

  • nginx: use / for probes (2ee3697)

2.0.0-beta.20 (2020-07-30)

Features

2.0.0-beta.19 (2020-07-30)

Bug Fixes

2.0.0-beta.18 (2020-07-30)

Bug Fixes

  • utils: committed conflicts (ed3ac80)

Features

2.0.0-alpha.31 (2020-07-30)

Bug Fixes

  • ingress: add prod annotations (a309eb3)

2.0.0-alpha.30 (2020-07-30)

Bug Fixes

  • utils: ensure to use the azure-pg-user on tags (638c457)

2.0.0-alpha.29 (2020-07-30)

Bug Fixes

  • hasura: use azure fix pg user on tags (fda47d0)

2.0.0-alpha.28 (2020-07-29)

Bug Fixes

  • tmp fix addWaitForPostgres (d5eef8e)

2.0.0-alpha.27 (2020-07-29)

Bug Fixes

  • use pg.sealed-secret.yaml (c08771e)

2.0.0-alpha.26 (2020-07-29)

Reverts

  • Revert "e2e(templates): update snapshots" (8d33664)

2.0.0-alpha.25 (2020-07-29)

Bug Fixes

  • k8s: preprod namespace name (f9ea78f)

Features

  • k8s: add subdomain prefix (88046e2)

2.0.0-alpha.24 (2020-07-29)

Bug Fixes

2.0.0-alpha.23 (2020-07-29)

Bug Fixes

  • make hasura/config optional (e4d4958)

2.0.0-alpha.22 (2020-07-29)

Features

  • app: allow optional config (31d9b50)

2.0.0-alpha.21 (2020-07-29)

Bug Fixes

  • app: forbid the use of containerPort in external deployment config (6e4592c)

2.0.0-alpha.20 (2020-07-29)

Bug Fixes

  • wait-for-pg: use dummy psql (8c4f0c7)

2.0.0-alpha.19 (2020-07-28)

Bug Fixes

Features

2.0.0-alpha.18 (2020-07-28)

Bug Fixes

2.0.0-alpha.17 (2020-07-28)

Bug Fixes

2.0.0-alpha.16 (2020-07-28)

Features

  • add addWaitForPostgres and use in hasura component (f8181ff)

2.0.0-alpha.15 (2020-07-27)

Features

2.0.0-alpha.14 (2020-07-27)

Bug Fixes

  • createDeployment: handle request/limits (25f7ae5)

2.0.0-alpha.13 (2020-07-27)

Bug Fixes

2.0.0-alpha.12 (2020-07-27)

Bug Fixes

  • app: simplify metadata typing to allow more cases (0ba7acd)
  • deps: pin io-ts to 2.2.6 (2caebbc)
  • release: add template package.json in release commit (584263d)
  • release: missing v before version number (eea00a4)
  • release: sed the doc (9d252f4)
  • release: sed the doc (2) (10db9b8)
  • release: sed the doc (3) (5ffa54e)
  • release: sed the doc (4) (0734af1)
  • release: sed the doc (5) (799539e)
  • release: sed the doc (6) (b0366cc)
  • utils: committed conflicts (ed3ac80)
  • generation doc (b5f2a44)
  • release: update string to replace in README.md (413a67f)

Code Refactoring

Features

  • more utils (b26991c)
  • utils: add helperz (#65) (787a882)
  • components/azure-db (#62) (90de6d4)
  • update to io-ts 2.2.7 (400704b)
  • app: add default livenessProbe and readinessProbe (03aeba9)
  • app: add startupProbe (ec6e468)
  • app: boost default limits (95c139c)
  • app: pass params annotations down to pods (a154598)
  • app: target our cluster v2 (fac1347)
  • templates: update default scripts (d255d8b)
  • types: add NamedComponentEnvironment (101aa32)
  • utils: add public merge function (fbd0f82)

BREAKING CHANGES

  • e2e: we are introduction the templates folder

This will change how we scaffold a deployment folder We should now be using

# [2.0.0-beta.17](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.16...v2.0.0-beta.17) (2020-07-02)


### Features

* **utils:** add helperz ([#65](https://github.com/SocialGouv/kosko-charts/issues/65)) ([787a882](https://github.com/SocialGouv/kosko-charts/commit/787a882dcfc48c4c05fbbfead66ed37022c9ecce))

# [2.0.0-beta.16](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.15...v2.0.0-beta.16) (2020-07-01)


### Features

* update to io-ts 2.2.7 ([400704b](https://github.com/SocialGouv/kosko-charts/commit/400704b78b2637f4cee0a8a9d929b0c70c568b91))

# [2.0.0-beta.15](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2020-07-01)


### Bug Fixes

* **deps:** pin io-ts to 2.2.6 ([2caebbc](https://github.com/SocialGouv/kosko-charts/commit/2caebbc0a725cf7a96fd62c4730ffd3c74bba57a))

# [2.0.0-beta.14](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.13...v2.0.0-beta.14) (2020-07-01)


### Features

* components/azure-db ([#62](https://github.com/SocialGouv/kosko-charts/issues/62)) ([90de6d4](https://github.com/SocialGouv/kosko-charts/commit/90de6d406d7a2c6d8fb0fa702df0310533c88401))

# [2.0.0-beta.13](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.12...v2.0.0-beta.13) (2020-06-28)


### Features

* **templates:** update default scripts ([d255d8b](https://github.com/SocialGouv/kosko-charts/commit/d255d8b981d80784aa63806dbe862c26282d2c10))

# [2.0.0-beta.12](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.11...v2.0.0-beta.12) (2020-06-28)


### Bug Fixes

* **app:** simplify metadata typing to allow more cases ([0ba7acd](https://github.com/SocialGouv/kosko-charts/commit/0ba7acd2cd71a04b8137c8ba8f6869c56c2f5ad3))


### Features

* **types:** add NamedComponentEnvironment ([101aa32](https://github.com/SocialGouv/kosko-charts/commit/101aa32401481df724371a196293cb4aa68c4725))

# [2.0.0-beta.11](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.10...v2.0.0-beta.11) (2020-06-22)


### Bug Fixes

* **release:** missing v before version number ([eea00a4](https://github.com/SocialGouv/kosko-charts/commit/eea00a4d3aee5755f23ec4b1cad5f0f5a6def9e1))

# [2.0.0-beta.10](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.9...v2.0.0-beta.10) (2020-06-19)


### Bug Fixes

* **release:** sed the doc (6) ([b0366cc](https://github.com/SocialGouv/kosko-charts/commit/b0366cc9678c2cf84f1c22d604f067653e7dd548))

# [2.0.0-beta.9](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2020-06-19)


### Bug Fixes

* **release:** sed the doc ([9d252f4](https://github.com/SocialGouv/kosko-charts/commit/9d252f4b15291e77a171f83efd6706af35c7f452))
* **release:** sed the doc (2) ([10db9b8](https://github.com/SocialGouv/kosko-charts/commit/10db9b8467a701d43e7f27573a3a5af505c0b667))
* **release:** sed the doc (3) ([5ffa54e](https://github.com/SocialGouv/kosko-charts/commit/5ffa54e4d000ad05c2916c8b65f83b5de4a463ca))
* **release:** sed the doc (4) ([0734af1](https://github.com/SocialGouv/kosko-charts/commit/0734af1edc439045d9e69170888d04ea28ab57d6))
* **release:** sed the doc (5) ([799539e](https://github.com/SocialGouv/kosko-charts/commit/799539e932ec2afef6a09d5bdc271ca769a8256d))

# [2.0.0-beta.8](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2020-06-19)


### Bug Fixes

* generation doc ([b5f2a44](https://github.com/SocialGouv/kosko-charts/commit/b5f2a443f34f739e7fa1b9c044c2ee10c79b2d41))

# [2.0.0-beta.7](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2020-05-28)


### Features

* **app:** pass params annotations down to pods ([a154598](https://github.com/SocialGouv/kosko-charts/commit/a154598be9f6a486d7757f0fe62242adcf9b50b1))

# [2.0.0-beta.6](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2020-05-26)


### Features

* **app:** add startupProbe ([ec6e468](https://github.com/SocialGouv/kosko-charts/commit/ec6e4680de04d57a730ef45c5ce5f81366535066))
* **app:** target our cluster v2 ([fac1347](https://github.com/SocialGouv/kosko-charts/commit/fac13475823ba04c9814ad51e60ea1527104946c))

# [2.0.0-beta.5](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2020-05-26)


### Features

* **app:** add default livenessProbe and readinessProbe ([03aeba9](https://github.com/SocialGouv/kosko-charts/commit/03aeba926ad1ff8be5284178a70ea8b582c9e168))
* **app:** boost default limits ([95c139c](https://github.com/SocialGouv/kosko-charts/commit/95c139cef30c9045af0a6a12a33fcd45af7f844b))

# [2.0.0-beta.4](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2020-05-25)


### Bug Fixes

* **release:** update string to replace in README.md ([413a67f](https://github.com/SocialGouv/kosko-charts/commit/413a67f38032742c1debb6a346cae803cf058865))

# [2.0.0-beta.3](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-05-25)


### Bug Fixes

* **release:** add template package.json in release commit ([584263d](https://github.com/SocialGouv/kosko-charts/commit/584263da191a1d5e578727443643b826e32f5912))

# [2.0.0-beta.2](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-05-25)


### Code Refactoring

* **e2e:** run e2e tests on real world templates ([e975403](https://github.com/SocialGouv/kosko-charts/commit/e9754036234e49d15b4914c68ba58c7299ca6f04)), closes [SocialGouv/kosko-charts#2](https://github.com/SocialGouv/kosko-charts/issues/2) [SocialGouv/kosko-charts#2](https://github.com/SocialGouv/kosko-charts/issues/2)


### BREAKING CHANGES

* **e2e:** we are introduction the `templates` folder

This will change how we scaffold a deployment folder
We should now be using

```diff

# [2.0.0-beta.1](https://github.com/SocialGouv/kosko-charts/compare/v1.0.2...v2.0.0-beta.1) (2020-05-25)


### Bug Fixes

* **app:** add wildcard-crt as default cert ([65b2146](https://github.com/SocialGouv/kosko-charts/commit/65b21461f2bcde78c6d700b7a1b49ceb882b7f25))
* **components:** allow ingress secretName override in app ([22346e8](https://github.com/SocialGouv/kosko-charts/commit/22346e870dc9a8901f2b1197ed8ec1dd9f89c5af))
* **github:** transfert built folder to release job (9) ([ca73944](https://github.com/SocialGouv/kosko-charts/commit/ca7394470092955aa1fb8d3d2f6be7b9c2d38b90))
* **gitlab:** use CI_PROJECT_NAME as namespace in prod ([f97d05e](https://github.com/SocialGouv/kosko-charts/commit/f97d05ed90b2b3a28c66edce97e7a145ab9bd5d5))
* **k8s:** use tagged image when available (2) ([15cca25](https://github.com/SocialGouv/kosko-charts/commit/15cca255103f5920fdcab5d7a921b374b37bfe4d))
* **k8s:** use tagged image when available (3) ([527687d](https://github.com/SocialGouv/kosko-charts/commit/527687da4b372de8c9fb340fe5a9b069910f46d7))
* **pkg:** missing files in published package ([05ea4c3](https://github.com/SocialGouv/kosko-charts/commit/05ea4c3d7f53f76e5155d79d4d03cd5f16323847))
* **pkg:** missing utils files in published package ([1d92713](https://github.com/SocialGouv/kosko-charts/commit/1d92713b524aabbf6a556c34f1cd2e38cdd8d2cc))
* compile without composite option ([f78b9a0](https://github.com/SocialGouv/kosko-charts/commit/f78b9a07a4447c8f99b80682f75b50e6a19e98a2))
* trigger patch release ([c1c2fd6](https://github.com/SocialGouv/kosko-charts/commit/c1c2fd679ad133c64d62df2d50749b2133160fbb))


### Features

* **component:** use undefined to disable annotations ([0e90f1a](https://github.com/SocialGouv/kosko-charts/commit/0e90f1a94bc79d35457ae5dc8527641e330960e9))
* **env:** prefix app with gitlab env slug ([ffcaa3c](https://github.com/SocialGouv/kosko-charts/commit/ffcaa3c3e53fbb8f61f8077ca83958714e7c336e))
* **utils:** add public merge function ([fbd0f82](https://github.com/SocialGouv/kosko-charts/commit/fbd0f82c31bb05fe504316b03cc3240dfa8e199b))


* feat!: format preprod subdomain with CI_COMMIT_TAG (#16) ([6a6d59e](https://github.com/SocialGouv/kosko-charts/commit/6a6d59ef661b50b8e5a64487e9a589ddb44dcefc)), closes [#16](https://github.com/SocialGouv/kosko-charts/issues/16)
* refactor(github)!: export generators ([4f502d0](https://github.com/SocialGouv/kosko-charts/commit/4f502d040f14bec93229e8b2cad29b4e03eeaf10))


### BREAKING CHANGES

*   - format preprod subdomain with CI_COMMIT_TAG
  - refactor(app): better runtime error
* **COMPLETE REWORK**

`@socialgouv/kosko-charts` is now exposing component and environment
generators !
More docs soon ;)

# [2.0.0-alpha.11](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2020-05-20)


### Bug Fixes

* **app:** add wildcard-crt as default cert ([65b2146](https://github.com/SocialGouv/kosko-charts/commit/65b21461f2bcde78c6d700b7a1b49ceb882b7f25))

# [2.0.0-alpha.10](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2020-05-20)


### Bug Fixes

* **gitlab:** use CI_PROJECT_NAME as namespace in prod ([f97d05e](https://github.com/SocialGouv/kosko-charts/commit/f97d05ed90b2b3a28c66edce97e7a145ab9bd5d5))
* **k8s:** use tagged image when available (2) ([15cca25](https://github.com/SocialGouv/kosko-charts/commit/15cca255103f5920fdcab5d7a921b374b37bfe4d))
* **k8s:** use tagged image when available (3) ([527687d](https://github.com/SocialGouv/kosko-charts/commit/527687da4b372de8c9fb340fe5a9b069910f46d7))

# [2.0.0-alpha.9](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2020-05-20)


### Bug Fixes

* **pkg:** missing utils files in published package ([1d92713](https://github.com/SocialGouv/kosko-charts/commit/1d92713b524aabbf6a556c34f1cd2e38cdd8d2cc))

# [2.0.0-alpha.8](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2020-05-20)


* feat!: format preprod subdomain with CI_COMMIT_TAG (#16) ([6a6d59e](https://github.com/SocialGouv/kosko-charts/commit/6a6d59ef661b50b8e5a64487e9a589ddb44dcefc)), closes [#16](https://github.com/SocialGouv/kosko-charts/issues/16)


### BREAKING CHANGES

*   - format preprod subdomain with CI_COMMIT_TAG
  - refactor(app): better runtime error

# [2.0.0-alpha.7](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2020-05-19)


### Features

* **env:** prefix app with gitlab env slug ([ffcaa3c](https://github.com/SocialGouv/kosko-charts/commit/ffcaa3c3e53fbb8f61f8077ca83958714e7c336e))

# [2.0.0-alpha.6](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2020-05-19)


### Features

* **component:** use undefined to disable annotations ([0e90f1a](https://github.com/SocialGouv/kosko-charts/commit/0e90f1a94bc79d35457ae5dc8527641e330960e9))

# [2.0.0-alpha.5](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.4...v2.0.0-alpha.5) (2020-05-19)


### Bug Fixes

* **components:** allow ingress secretName override in app ([22346e8](https://github.com/SocialGouv/kosko-charts/commit/22346e870dc9a8901f2b1197ed8ec1dd9f89c5af))

# [2.0.0-alpha.4](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2020-05-19)


### Bug Fixes

* **github:** transfert built folder to release job (9) ([ca73944](https://github.com/SocialGouv/kosko-charts/commit/ca7394470092955aa1fb8d3d2f6be7b9c2d38b90))

# [2.0.0-alpha.3](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2020-05-19)


### Bug Fixes

* compile without composite option ([f78b9a0](https://github.com/SocialGouv/kosko-charts/commit/f78b9a07a4447c8f99b80682f75b50e6a19e98a2))
* **pkg:** missing files in published package ([05ea4c3](https://github.com/SocialGouv/kosko-charts/commit/05ea4c3d7f53f76e5155d79d4d03cd5f16323847))

# [2.0.0-alpha.2](https://github.com/SocialGouv/kosko-charts/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2020-05-19)


### Bug Fixes

* trigger patch release ([c1c2fd6](https://github.com/SocialGouv/kosko-charts/commit/c1c2fd679ad133c64d62df2d50749b2133160fbb))

# [2.0.0-alpha.1](https://github.com/SocialGouv/kosko-charts/compare/v1.0.2...v2.0.0-alpha.1) (2020-05-14)


* refactor(github)!: export generators ([4f502d0](https://github.com/SocialGouv/kosko-charts/commit/4f502d040f14bec93229e8b2cad29b4e03eeaf10))


### BREAKING CHANGES

* **COMPLETE REWORK**

`@socialgouv/kosko-charts` is now exposing component and environment
generators !
More docs soon ;)

## [1.0.2](https://github.com/SocialGouv/kosko-charts/compare/v1.0.1...v1.0.2) (2020-05-11)


### Bug Fixes

* **release:** update package.json file too ([423a59e](https://github.com/SocialGouv/kosko-charts/commit/423a59e1978c74643859760700056f656356c38c))

## [1.0.1](https://github.com/SocialGouv/kosko-charts/compare/v1.0.0...v1.0.1) (2020-05-07)


### Bug Fixes

* **release:** release on npm too ([182e3b9](https://github.com/SocialGouv/kosko-charts/commit/182e3b98e2a37745072674b2a27c278dd6cda845))

# 1.0.0 (2020-05-07)


* feat!: make a release ([1aa07b2](https://github.com/SocialGouv/kosko-charts/commit/1aa07b2d9ac10ca3b1f56e24b80d60ae6395261b))


### BREAKING CHANGES

* First release :tada: