Skip to content

Latest commit

 

History

History
174 lines (98 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

174 lines (98 loc) · 11.9 KB

Changelog

0.8.4 (2023-12-01)

Bug Fixes

0.8.3 (2023-12-01)

Bug Fixes

  • test npm publish action (2d000df)

0.8.2 (2023-11-30)

Bug Fixes

  • release please action needs access to packages (#160) (caff703)

0.8.1 (2023-11-30)

Bug Fixes

  • release-please and pipeline templates (#158) (d53d290)

0.8.0 (2023-11-30)

Features

  • add secrets management (#145) (9623e63)
  • enforce linux/amd64 images (#154) (90aa6d8)
  • post application url and commit hash as a PR comment after every deploy (#148) (79d5a2e)

Bug Fixes

  • cluster name for INITIUM_CLUSTER_ENDPOINT envvar (#151) (05c14db)
  • code refactoring and cleanup (#156) (b08bdd7)

0.7.0 (2023-10-31)

Features

Bug Fixes

0.6.0 (2023-10-03)

Features

  • Come up with a standard to pass configuration to the deployed application (#115) (f1b3c2b)
  • unify all release steps in a single pipeline (#113) (93f4be9)

Bug Fixes

  • add annotations to ensure new docker image is downloaded (#117) (2627252)

0.5.0 (2023-09-21)

Features

  • allow release please to publish to npm (5129767)

0.4.0 (2023-09-21)

Features

  • change released binary name to initium (#107) (798a813)

Bug Fixes

  • execute publish steps only on release (#110) (abb4439)
  • release-please action failing for missing ) (#109) (b12c919)

0.3.0 (2023-09-04)

Features

  • get smarter at detecting app name (#87) (4fbe947)

Bug Fixes

  • avoid running closed PR action immediately after reopen (#98) (107b505)
  • the init github command does not require the shared flags (#93) (6c9a32c)

0.2.0 (2023-08-18)

Features

  • add option to persist configuration (#80) (6c9f3ed)

Bug Fixes

  • move from repo-name to container-registry (#79) (cebfa95)
  • remove outdated quick-start (#82) (d3180a8)

0.1.0 (2023-08-11)

Features

  • use app token to generate relases from release-please (#75) (bc82eda)

Bug Fixes

  • update release-please.yaml (#68) (b06c556)
  • update to latest github-app-token action (#76) (539722f)

0.0.1 (2023-08-10)

Features

  • add action (c3e489e)
  • Add github init command (#20) (5631ef3)
  • Add Installation Command (#46) (233f4bd)
  • Add support for configuration file (#57) (20a057d)
  • adding checkout action (e8ab9f8)
  • adding correct folder (8a5f4b0)
  • adding initial tests (eb1f803)
  • adding job for commit and push nodejs project (c6449ef)
  • adding make project_build to test the workflow (45fa49f)
  • adding more tests (d998753)
  • adding more tests (0d21958)
  • adding small and simple test (5e231b4)
  • adding test pipeline and make build only on master (f9fff0d)
  • changes in the code (d985443)
  • Implement the on branch workflow (#58) (2238866)
  • improve workflow (#59) (315926b)
  • issue-24: Refactor Docker Image attributes and add files for knative templating (#32) (04e43fe)
  • making things simpler (f74d5da)
  • moving checkout action (1d08b9f)
  • moving the env for the whole job (e6750b7)
  • remove action (a45d5e0)
  • remove duplicated tests (01e31ab)
  • rename module to initium-cli (#62) (677885d)
  • updating token value (4694813)
  • using local path (09ea0d6)
  • using reusable actions to allow add more jobs easily (bb0bd27)

Bug Fixes