Skip to content

Releases: simpleviewinc/keg-cli

v5.2.2

29 Aug 11:50
9e3bad4
Compare
Choose a tag to compare

Updates

Set node to v14.17 and fix recreate option ( #118 )

Keg-CLI v5.2.1

18 Aug 23:46
a1b5c97
Compare
Choose a tag to compare

Updates

  • Fixes sync-actions ( #117 )

Keg-CLI v5.2.0

18 Aug 22:09
1aa2820
Compare
Choose a tag to compare

Updates

  • Fixes docker and hub tasks ( #115 )
  • Update expo, sharp, node dependencies inside docker images ( #112 )

V5.1.0

13 May 17:01
5c889d1
Compare
Choose a tag to compare

Keg-CLI v5.1.0

Updates

  • ZEN-543 updates for workflows (#68)
  • dependabot version updates (#71, #72, #73)

V5.0.0

30 Apr 01:29
b6e0c7f
Compare
Choose a tag to compare

Keg-CLI v5.0.0

Updates

  • Added Install deps script for packages in repos folder (#67)
  • Delete old /libs/git, replaced by git-lib (#66)
  • Added some fixes for docker pull (#61)
  • Extracted keg-components container folder (#64)
    • Now lives in keg-hub/repos/keg-components
  • Added cli update script for v4.0.0 && v5.0.0 (#59) && (#64)
  • Added automation to package task (#61)
    • Rewrote the run.sh scripts
    • Runs different automation cmds based on NODE_ENV
    • Added calling an action before the package task runs
      • Defaults to tap.build task
      • Is bypassed if not defined
    • Added DOC_BUILD_PATH for web build export path
    • Added actions to the Values.yml files
      • Updated to use ENVs
  • Migrated the logger to use cli-utils (#60)
  • Proxy Route Tasks (#62)
    • Displays containers urls registered with the proxy
    • Added Open and List tasks
      • Makes it easy to see when containers are connected to the proxy
      • Also makes it easy to open them from the terminal

Git-Lib - v0.0.0 (#66)

  • Initial commit
  • Migrated from src/libs/git
  • Migrated some utils/git

CLI-Utils - v0.1.0 (#65)

  • Fixed bug in filesys.
  • Added exec cmd option
  • Added mocks as export option
  • Updating tap to version 0.1.0

Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com

v3.2.1

01 Apr 23:03
995d4da
Compare
Choose a tag to compare

version(patch): v3.2.1

[Semver-Status] patch

  • hotfix(ci): Fix paths for ci cli config (#41)
  • ZEN-558: Exit Code Updates (#43)
  • Update expo and node (#44)
  • General updates (#47)
  • Added label to ensure watchtower ignores proxy (#48)
  • Zen 450 fix native apps (#49)
  • Build(deps): Bump y18n from 4.0.0 to 4.0.1 (#50)
  • ZEN-558: Exit Code Updates (#43)

Co-authored-by: Lance Tipton lancetipton04@gmail.com
Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.2.0

17 Mar 23:08
7014bc1
Compare
Choose a tag to compare

version(minor): v3.2.0

[Semver-Status] minor

Dependencies

  • Update expo and node (#44)
  • Added env for sharp-cli version
  • Addded sharp-cli to base image
  • Update versions
  • Updated .lock file
  • Tasks
    • ZEN-558: Exit Code Updates (#43)
    • Added filter to dependencies
    • Fixed build and push tasks
      • Updated to use from option when building an image
    • Small fix to run cmd
  • Docker
    • Cleaned up docker file
    • Allowed overriting the KEG_BASE_FROM env when building
    • Fixed run scripts for core and components
    • Added docker mocks for some tests
  • Libs
    • hotfix(ci): Fix paths for ci cli config (#41)
    • Added pipe method to yarn script
      • Allows piping the output, and displaying a loader
      • Cleans up the output
      • Fixed sync option to work properly
      • Added listener to SIGINT
        • Exit process completly when ever ctrl+c is pressed

Co-authored-by: Michael Carolin mpcarolin.dev@gmail.com

1.5.0 Update

18 Aug 00:51
91aa570
Compare
Choose a tag to compare
  • Adds Sync Action
  • Removes Keg-Regulator
  • Extracts argument parsing to external repo
  • Fixes a number of bugs
  • Removing image when killing a service
  • Invalid parsing of arguments in some cases