Skip to content

Latest commit

 

History

History
403 lines (202 loc) · 15.8 KB

CHANGELOG.md

File metadata and controls

403 lines (202 loc) · 15.8 KB

5.0.0 (2024-08-19)

Bug Fixes

  • move to docker compose v2 (a1a4fb4)

BREAKING CHANGES

4.2.5 (2024-07-04)

Bug Fixes

  • deps: upgrade @dhis2/cli-app-scripts for peer deps fixes [LIBS-578] (#624) (02ce484)

4.2.4 (2023-11-14)

Bug Fixes

4.2.3 (2023-01-13)

Bug Fixes

  • set DHIS2_HOME env var to /DHIS2_home for images pre-Jib (4e8ce2b)

4.2.2 (2022-01-10)

Bug Fixes

  • bump cli-helpers-engine for all packages (#524) (f651b4a)

4.2.1 (2022-01-06)

Bug Fixes

  • main: bump cli-helpers-engine to fix undefined project root issue (#522) (b869c72)

4.2.0 (2021-11-29)

Bug Fixes

  • deps: bump @dhis2/cli-utils-docsite from 3.0.0 to 3.1.2 [defer release] (#468) (6c3a69d)

Features

  • cli: prefer project-local tools (50e1eae)
  • deps: bump @dhis2/cli-utils-cypress from 8.0.1 to 9.0.1 [defer release] (#513) (ea03992)

4.1.0 (2021-11-10)

Features

  • deps: bump @dhis2/cli-app-scripts from 7.1.0 to 8.3.0 [defer release] (#508) (288039e)

4.0.5 (2021-07-05)

Bug Fixes

  • deps: update semantic-release dependencies (a3d6aef)

4.0.4 (2021-06-23)

Bug Fixes

  • utils: manage versions on private packages when not publishing to npm (1a305f9)

4.0.3 (2021-06-23)

Bug Fixes

  • release: always update package.json version (97fbfd6)

4.0.2 (2021-06-16)

Bug Fixes

  • semantic-release: pin version to 16 (254b55c)

4.0.1 (2021-06-14)

Bug Fixes

  • deps: update cli-style to work in non-project context (adf329e)
  • utils: include cypress utilities (df0e5ce)

4.0.0 (2021-06-14)

chore

BREAKING CHANGES

  • New minimum version for NodeJS is 12.x.

3.1.0 (2021-02-02)

Features

3.0.6 (2020-11-06)

Bug Fixes

  • cut release to finish migration to jira (2c671d7)

3.0.5 (2020-09-10)

Bug Fixes

  • deps: bump @dhis2/cli-app-scripts from 4.0.0 to 5.2.0 (#367) (bc9eceb)

3.0.4 (2020-05-05)

Bug Fixes

  • use new location for sample database downloads (#327) (d571de4)

3.0.3 (2020-04-06)

Bug Fixes

  • add cli-table3 as d2-cluster dependency (bd84e12)

3.0.2 (2020-04-03)

Bug Fixes

  • don't set DHIS2_CORE_CONFIG to undefined, it needs to be unset (21b467a)

3.0.1 (2020-04-03)

Bug Fixes

  • release: avoid picking a prop from undefined (5e9f48e)

3.0.0 (2020-04-02)

chore

Features

  • utils: add cypress subcommand (96c5b86)

BREAKING CHANGES

  • Require Node version 10 or later.

2.9.1 (2020-03-15)

Bug Fixes

2.9.0 (2020-03-15)

Bug Fixes

  • release with the internal changes, not the npm package (6763800)

Features

  • release: support distribution tags and custom release user info (#292) (7e59cf5)

2.8.1 (2020-01-20)

Bug Fixes

2.8.0 (2020-01-09)

Features

  • cluster: add option to pass in path to custom dhis.conf (#236) (80f4cd5)

2.7.0 (2019-11-26)

Features

  • upgrade @dhis2/cli-style to 5.0.2, don't auto-format code in pre-commit hook (#208) (c2f8eea)

2.6.1 (2019-11-21)

Bug Fixes

  • deps: bump @dhis2/cli-app-scripts from 1.5.5 to 1.5.9 (#195) (35f9487)

2.6.0 (2019-10-24)

Features

  • add i18n modernize to create new translation files from old ones (#113) (4e52e32)

2.5.0 (2019-10-16)

Features

  • allow defer-release keyword in commit messages (#161) (ef6b385)

2.4.0 (2019-10-09)

Bug Fixes

  • deps: bump @dhis2/cli-style from 4.1.2 to 4.1.3 (#157) [skip ci] (957fd62)

Features

  • deps: bump @dhis2/cli-app-scripts from 1.4.4 to 1.5.3 (#156) (2ae6bf7)

2.3.1 (2019-09-27)

Bug Fixes

  • bump @dhis2/cli-app-scripts from 1.3.1 to 1.4.4 (#145) (d10842f)

2.3.0 (2019-09-17)

Features

2.2.2 (2019-09-17)

Bug Fixes

  • don't swallow release command errors (#131) (8a09d32)

2.2.1 (2019-09-06)

Bug Fixes

  • correctly normalize compose project name (#129) (12129e7)

2.2.0 (2019-08-29)

Features

  • add support for d2-app-scripts and d2-utils-docsite (#121) (4b39415)

2.1.3 (2019-08-27)

Bug Fixes

  • properly handle workspaces.packages arrays (1a5929a)

2.1.2 (2019-08-27)

Bug Fixes

2.1.1 (2019-08-25)

Bug Fixes

2.1.0 (2019-08-24)

Features

2.0.0 (2019-07-15)

chore

BREAKING CHANGES

  • Remove deprecated d2-cluster seed command, and update d2-style to 4.1.0.

1.4.0 (2019-07-02)

Features

  • add cluster db commands, update images on up, add compose cmd (#95) (7dd4fc1)

1.3.0 (2019-07-01)

Features

1.2.4 (2019-06-13)

Bug Fixes

  • use dhis2/docker-compose instead of amcgee/dhis2-backend as default (#61) (85d708f)

1.2.3 (2019-06-12)

Bug Fixes

  • avoid double parsing of arguments (#64) (b616152)

1.2.2 (2019-05-27)

Bug Fixes

1.2.1 (2019-05-27)

Bug Fixes

  • resolve dockerComposeRepository from defaults if cluster undefined (#55) (39fc0c7)

1.2.0 (2019-05-27)

Features

1.1.0 (2019-05-23)

Features

1.0.5 (2019-05-14)

Bug Fixes

1.0.4 (2019-05-14)

Bug Fixes

  • update @dhis2/cli-helpers-engine in group default to the latest version 🚀 (#47) (6139000)

1.0.3 (2019-05-13)

Bug Fixes

  • cluster: expose the version as an environment variable in the context (#39) (7e8e8dd)

1.0.2 (2019-03-28)

Bug Fixes

  • upgrade @dhis2/cli-helpers-engine and @dhis2/cli-style (#35) (251ac22)

1.0.1 (2019-03-27)

Bug Fixes

  • seed from file variable name was misspelled (#33) (6109c95)

1.0.0 (2019-03-25)

Features

  • upgrade cli-helpers-engine and cli-style dependencies (#32) (21c78dd)

BREAKING CHANGES

  • cut major version 1.0.0

  • chore: update cli-helpers-engine and cli-style dependencies

  • chore: let greenkeeper watch the create cli template

0.14.0 (2019-03-25)

Features

0.13.0 (2019-03-25)

Bug Fixes

  • don't update the package.json version before npm stage (#25) (5909f78)

Features

0.12.1 (2019-03-22)

Bug Fixes

  • add scripts subcommand (#23) (bb36a22)
  • publish multiple packages from inside a package (#22) (6012782)