Skip to content

Latest commit

 

History

History
556 lines (252 loc) · 31.8 KB

CHANGELOG.md

File metadata and controls

556 lines (252 loc) · 31.8 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.0.31 (2022-05-04)

✨ Features

🐛 Bug Fixes

  • Changes required for strict build issues (#276) (d9b9479)
  • teleport: Added namespaces to the teleport workload list. (#260) (0466599)

0.0.30 (2021-06-16)

🐛 Bug Fixes

  • Remove UI-Theme CSS variables from provisioners (#256) (08d7064)

♻️ Chores

0.0.29 (2021-06-09)

✨ Features

  • Added toKeyValues to Secretes and ConfigMap (#254) (e91e835)

🐛 Bug Fixes

  • Erroneous supervisor reference and quotes (fd65496)

♻️ Chores

  • Added cli helpers (#253) (7dfee98)
  • Added missing reference to changelog-metahub (f6e3d10)
  • Bumped czbundle (35ddfb7)
  • Bumped kubeclient (e9410b3)
  • Re-factored build system (#252) (7a7dcbe)
  • Refactored ProvisionerManager. Migrated provisioners (#246) (dfa682f)
  • removed reference to tslib (#250) (b3bdbd6)
  • Using kubeclient-resources (#243) (7a2ffea)
  • kits: moved kits files into provisioners/contracts (#237) (8816669)
  • kits-contracts: added volumes to the app object, updated attach request contract. (#240) (855e7c9)

0.0.28 (2021-03-31)

✨ Features

  • answers file: Ability to specific an answers file during install of an app (#223) (3d332fe)
  • HelmEngine: Initial commit of HelmEngine provisioner (#228) (77c8557)
  • lifeboat: Add lifeboat to the dock by default (#203) (d56c031)
  • lifeboat: Hook into c60-system #179 (e11e0e8)
  • mariadb orchestration: mariadb orchestration provisioner working, upgraded wikijs to use it (#220) (e20cc25)

🐛 Bug Fixes

  • Corrected app instanceId if name/namespace is undefined (4f2e0a9)

♻️ Chores

  • kits: reorganize kits-contracts into provisioners. (#231) (6b89e3f)
  • orchestration: Enabled DB orchestration for many provisioners (#221) (c7d3e4d)
  • rabbitmq: Fixed manifest. Tested provisioner (#218) (d0faccf)
  • Give AppEngine form inputs the 'compact' theme for better screen layout (#198) (4c7d2c6)
  • Some more linter disables to suppress certain warnings (668fd68)

0.0.27 (2021-02-03)

✨ Features

  • c6o-system: Ensure default namespace is managed by c6o (#151) (88fe2de)
  • c6o-system: Initial release of Harbour Master (#154) (a500e7f), closes #155 #1239
  • cli: add shared manifest to app conversion (#166) (5f63f18)
  • mongo: Support for secretRefs and configMapRefs. Migrated mongo based provisioners (#158) (00304f2)

🐛 Bug Fixes

  • AppEngine: add fsGroup to security context to fix #182 (#183) (f456230)
  • istio: Removed http routing from virtual service (#184) (ab0c33e)
  • vscode: Fix bad service template (237d48b)
  • Added missing references (6409cb7)
  • AppEngine fails on ConfigMap with boolean or numeric values (#181) (23fa9d4)
  • Configs and Secrets cannot be an array, must be KeyValue (#180) (d04367d)
  • Removed reference to incorrect AppObject/AppDocument (f988ede)
  • app-engine: Secrets getting skipped (acb0a0b)
  • istio: Do not handle virtualServices in develop/localhost (d60dd6d)
  • nodered: Fixed ports (5eb901d)

📦 Code Refactoring

  • appengine: Using contracts and using inquire flow in cli and UI (#156) (4d612b9)

♻️ Chores

  • Bumped kubeclient to 0.0.8. Removed local reference (cc755f2)
  • c6o-system: Cleaned up host API (0e00b11)
  • contracts: Split labels between App and AppEngine contracts (8e4671e)
  • manifest refactor: new data model (#192) (604e6a4)
  • Code formatting changes only! (2df4e69)
  • Migrated databases to use flow (#157) (341a92f)
  • Migrated mariadb to flow (1956390)
  • update Vaadin to 14.4.5 (fa3cdde)
  • Using mergeWith to manage labels (#185) (d37071f)
  • refactor manifests: Initial refactor of all manifests (#178) (67b39cb)
  • Bump "js-yaml" to v4.0.0 (d00e402)
  • Bump js-yaml to v4.0.0 (aac8811)
  • appengine-upgrade: Continue with the Web UI for appengine upgrades (e592561)

0.0.26 (2021-01-01)

🐛 Bug Fixes

  • appengine: Duct taped skip handling (6707b6b)
  • appengine: Re-removed merged code for handleNext (a3073c1)
  • Skip advancing the index if skipping an install screen (b7861ac)

♻️ Chores

  • Cleaned up tsconfig/package.json. Updated kubeclient to 0.0.7 (#152) (5edc89a)
  • Very small code style update. "e" is typically used in our code to represent an event. (70e4f85)
  • bugbash: Fixed more provisioners (#146) (e5226f8)
  • Removed deprecated provisioner.name (9c5ac68)

0.0.25 (2020-12-18)

♻️ Chores

  • Adding back some CSS for styling app engine (109556b)

0.0.24 (2020-12-15)

🐛 Bug Fixes

  • marina: App name for GetInfo dialogs (978cffa)

♻️ Chores

0.0.23 (2020-12-10)

Note: Version bump only for package provisioners-root

0.0.22 (2020-12-09)

♻️ Chores

  • Change hub.codezero.io to codezero.io (#115) (218976c)

0.0.21 (2020-12-08)

🐛 Bug Fixes

  • Jitsi tag: Updated jitsi to support a docker image tag, including defaults (#114) (1d28e6f)

♻️ Chores

0.0.20 (2020-12-04)

🐛 Bug Fixes

  • More work on the app engine UI (98bf253)
  • c6o-system: Now you can install codezero over itself (aee8fda)
  • publish: Fixed publish-manifests so non-workspace apps are published (e210607)

♻️ Chores

  • Moved service address getter to base (4eedadf)
  • Some UI cleanup to the app engine provisioner (ad25f8f)

0.0.19 (2020-11-20)

Note: Version bump only for package provisioners-root

0.0.18 (2020-11-19)

🐛 Bug Fixes

  • assets: Fixed casing in assets URL (7e15883)
  • scope vs status: Manifest had incorrect label for property scope vs status. (#98) (cdae10c)

♻️ Chores

  • appengine-bug: fixed bug with appengine (#97) (2f0cc7e)

0.0.17 (2020-11-05)

♻️ Chores

  • metadata: Add more metadata to provisioners. (#93) (7fdd291)
  • metadata: More metadata (#95) (5814b6b)
  • metadata: Updated metadata to be able to use the WebUI to capture field values (#92) (c32c959)

0.0.16 (2020-10-30)

✨ Features

  • app engine web ui: Added more capabilities and bug fixes to app engine (#91) (e6c4d41)

0.0.15 (2020-10-23)

Note: Version bump only for package provisioners-root

0.0.14 (2020-10-23)

Note: Version bump only for package provisioners-root

0.0.13 (2020-10-22)

Note: Version bump only for package provisioners-root

0.0.12 (2020-10-22)

Note: Version bump only for package provisioners-root

0.0.11 (2020-10-21)

🐛 Bug Fixes

♻️ Chores

  • labels: Enabled support for enahced standardized labels. (#83) (d660fde)
  • metadata: Continued to flesh out more metadata for apps (#86) (32aca28)
  • metadata: Updated metadata on provisioners. (#87) (44fb60a)
  • suitecrm: Added provisioning manifest (99eab01)

0.0.10 (2020-10-15)

🐛 Bug Fixes

♻️ Chores

  • adminer: Minor edits (f5025c3)
  • Added provisioning manifests to all apps (f2cec4a)
  • Added publish-manifests script (8b6bd9f)
  • Created provisioning manifest (c56f1fe)

0.0.9 (2020-09-30)

✨ Features

  • Added feature flag keys (#79) (f7352e9)
  • Made cluster accountName optional (9ef0cc4)
  • drone: Created a Drone provisioner (#64) (8648574)

🐛 Bug Fixes

  • c6o-system: Fixed bad RegEx for detecting system vs app requests (9cb1b77)
  • Show cluster namspace if name not available (0ecf80e)
  • istio: Fix for targetPort in Virtual Service (#76) (67e99a3)

♻️ Chores

  • review-provisioners: Ensure all active provisioners are working (#73) (dfdbaa7)
  • Removed c6o/ui dependency (6733d70)
  • istio: Updated provisioner to reflect istiod instead of pilot (#71) (#72) (a17609e)
  • Bumped versions [skip ci] (3d5e954)

0.0.8 (2020-09-11)

Note: Version bump only for package provisioners-root

0.0.7 (2020-09-03)

✨ Features

  • docker-registry: Provisioner for docker-registry (#58) (4ea6767)
  • Folding@Home: Folding@Home Provisioner (#50) (f4d04c4)
  • ghost: Ghost provisioner implementation (#36) (6ae493b)
  • jitsi: Jitsi Provisioner (#42) (dfca726)
  • jitsi: Jitsi Provisioner (#44) (d7e69be)
  • mosquitto: Mosquitto provisioner (#40) (0a011d4)
  • suitecrm: SuiteCRM provisioner (#47) (e04735b)
  • wordpress: WordPress provisioner (#39) (d865fde)

🐛 Bug Fixes

  • system: preApp steps and new cluster creation status (d9c2e32)

♻️ Chores

0.0.6 (2020-08-23)

♻️ Chores

0.0.5 (2020-08-13)

✨ Features

  • mattermost-provisioner: Enable support for latest (cluster) and preview modes for the installer (#20) (a3a374c)

♻️ Chores

0.0.4 (2020-08-10)

✨ Features

♻️ Chores

0.0.3 (2020-08-08)

✨ Features

  • system: support arbitrary NPM registries (#9) (461dd68)

🐛 Bug Fixes

  • Parcel compile warnings (b6dc3d3)
  • grafana: Added port name to grafana service (6fed947)
  • NavStation: Improvements to Nav Station UI (#14) (fccaf70)
  • validation: Istio app installation form validations (#10) (be191f1)

♻️ Chores

  • Bumped kubeclient to 0.0.5 (ba51a57)
  • fixed kubeclient reference (254e28c)
  • Licensing (#17) (8b9cc24)
  • Licensing and repo links (#16) (b8b03bb)
  • Marked packages public (39a328e)
  • renamed settings element to c6o-system-settings-main (d95456b)
  • UI cleanup for logging-elk provisioner (#13) (12e6b27)
  • Updated lerna config (6e031a3)
  • global: Refactor k8s and docker tags and provisioners from traxitt to c6o (#11) (28d612c)
  • istio: Fix marina icon (#18) (a77d678)
  • node-red: Added storageClass (95a1419)
  • Move all our packages to the same version of lit-element (#15) (013dbd6)
  • system: reverted settings name (1612393)

0.0.2 (2020-07-17)

Bug Fixes

  • oauth: Fixed codezero OAuth icon URL (7355f6e)
  • prometheus: Prometheus app has some hardcoded namespaces to 'monitoring' (#3) (0bc31ae)
  • store: Updated store App manifest to new launch tag (948371d)
  • system: Added codezero.cloud to cluster domains (d87f0a1)
  • system: CLI had incorrect cluster domain (783bf9e)
  • system: CodeZero OAuth icon url (a62af63)

Features

  • dock: Added dock CRD and default value (#4) (546ec8e)
  • update: Ability to update System and all other Apps (#1) (1003432)

0.0.1 (2020-07-04)

Note: Though this is not the start of our journey, this is were we start versioning.