Releases: cloud-native-toolkit/itzcli
Releases · cloud-native-toolkit/itzcli
v0.1.29
itz CHANGELOG
v.0.1.28
- Added support for
-oarg initz list pipelinesto filter pipelines by
owner. - Added support for
-narg initz list pipelinesto filter pipelines by
name. - Fixed issue with
itz doctorwhen Podman machine was running but-fwas
not specified. - Minor updates to help verbiage.
v.0.1.26
- Overall, v.0.1.26 is a substantial change from v0.1.24, as it's in preparation
for v1.0 pre-release. - Before upgrading, remove your ~/.itz folder or create a backup. Upgrade, then
re-runitz doctor -fto re-create the updated structure for~/.itz/cli-config.yaml. - Large breaking changes due to changing entire command API to match up better
with IBM Technology Zone (techzone). See the updated documentation in the
docs folder. Commands are now "verb-first" rather than "noun-first".
E.g.,itz reservation listis nowitz list reservations. - New
itz logincommand opens a browser window to log in using your IBM id.
Theitz login --ssocommand is deprecated. - Fixed #25 for SELinux on RHEL.
- Implemented
itz execute pipelineto execute a
Tekton-based pipeline on the specified cluster. See more at
https://ibm.biz/TZDeployerDocs. - Implemented
itz deploy pipelineto deploy a pipeline from the
catalog to an available cluster. - Many improvements to help documentation.
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.28
itz CHANGELOG
v.0.1.28
- Added support for
-oarg initz list pipelinesto filter pipelines by
owner. - Added support for
-narg initz list pipelinesto filter pipelines by
name. - Fixed issue with
itz doctorwhen Podman machine was running but-fwas
not specified. - Minor updates to help verbiage.
v.0.1.26
- Overall, v.0.1.26 is a substantial change from v0.1.24, as it's in preparation
for v1.0 pre-release. - Before upgrading, remove your ~/.itz folder or create a backup. Upgrade, then
re-runitz doctor -fto re-create the updated structure for~/.itz/cli-config.yaml. - Large breaking changes due to changing entire command API to match up better
with IBM Technology Zone (techzone). See the updated documentation in the
docs folder. Commands are now "verb-first" rather than "noun-first".
E.g.,itz reservation listis nowitz list reservations. - New
itz logincommand opens a browser window to log in using your IBM id.
Theitz login --ssocommand is deprecated. - Fixed #25 for SELinux on RHEL.
- Implemented
itz execute pipelineto execute a
Tekton-based pipeline on the specified cluster. See more at
https://ibm.biz/TZDeployerDocs. - Implemented
itz deploy pipelineto deploy a pipeline from the
catalog to an available cluster. - Many improvements to help documentation.
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.27
itz CHANGELOG
v.0.1.26
- Overall, v.0.1.26 is a substantial change from v0.1.24, as it's in preparation
for v1.0 pre-release. - Before upgrading, remove your ~/.itz folder or create a backup. Upgrade, then
re-runitz doctor -fto re-create the updated structure for~/.itz/cli-config.yaml. - Large breaking changes due to changing entire command API to match up better
with IBM Technology Zone (techzone). See the updated documentation in the
docs folder. Commands are now "verb-first" rather than "noun-first".
E.g.,itz reservation listis nowitz list reservations. - New
itz logincommand opens a browser window to log in using your IBM id.
Theitz login --ssocommand is deprecated. - Fixed #25 for SELinux on RHEL.
- Implemented
itz execute pipelineto execute a
Tekton-based pipeline on the specified cluster. See more at
https://ibm.biz/TZDeployerDocs. - Implemented
itz deploy pipelineto deploy a pipeline from the
catalog to an available cluster. - Many improvements to help documentation.
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.26
itz CHANGELOG
v.0.1.26
- Overall, v.0.1.26 is a substantial change from v0.1.24, as it's in preparation
for v1.0 pre-release. - Before upgrading, remove your ~/.itz folder or create a backup. Upgrade, then
re-runitz doctor -fto re-create the updated structure for~/.itz/cli-config.yaml. - Large breaking changes due to changing entire command API to match up better
with IBM Technology Zone (techzone). See the updated documentation in the
docs folder. Commands are now "verb-first" rather than "noun-first".
E.g.,itz reservation listis nowitz list reservations. - New
itz logincommand opens a browser window to log in using your IBM id.
Theitz login --ssocommand is deprecated. - Fixed #25 for SELinux on RHEL.
- Implemented
itz execute pipelineto execute a
Tekton-based pipeline on the specified cluster. See more at
https://ibm.biz/TZDeployerDocs. - Implemented
itz deploy pipelineto deploy a pipeline from the
catalog to an available cluster. - Many improvements to help documentation.
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.25
itz CHANGELOG
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.24
itz CHANGELOG
v0.1.24
- Added support for synchronizing podman machine date with host date.
- Added IBM SSO login with
itz auth logincommand.
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.
v0.1.23
itz CHANGELOG
v0.1.23
- Added support for
itz reservation get --reservation-id <reservation>command - Added support for getting solutions from a Backstage catalog.
- Updated automation for build, test, and release to GitHub actions.
- Updated bug in release tagging that accidentally used v1.0.0 versioning instead of v0.1.0 versioning.
v0.1.21, v0.1.22
- Completely rewrote deployment backend to use container-based workflow instead
of container-based services (daemons) (https://github.ibm.com/skol/itzcli/pull/42). - Changed
itz solution listto default to listing public solutions (https://github.ibm.com/skol/itzcli/pull/45). - Added
itz solution list -cflag to list created (-c) solutions. - Changed
itz reservation listto include reservations in Pending and Scheduled
states; changeditz reservation list --allto included Deleted (https://github.ibm.com/skol/itzcli/pull/44). - Added functionality to use refresh tokens for builder API after first installation.
- Updated podman path in configuration (see https://github.ibm.com/skol/itzcli/pull/37)
- Added binary and ZIP for Windows verison of the CLI.
v0.1.20
- Added default configuration for ocp installer workspace (see https://github.ibm.com/skol/itzcli/pull/35)
- Improved configuration for directory mapping (see https://github.ibm.com/skol/itzcli/pull/34)
v0.1.19
- Added functionality to start workspaces (see https://github.ibm.com/skol/itzcli/pull/33)
v0.1.18
- Added this CHANGELOG into the release and project.
- Added wait for background service (daemon) to start
- Added check for failure to start with ":Z" mount option and correct itself in
event of failure. Mount option can be configured in the~/.itz/cli-config.yaml
file and also by supplying theITZ_CI_MOUNTOPTSenvironment variable. - Verified functionality of the
ITZ_PODMAN_PATHenvironment variable and
podman.pathconfiguration value to set podman or docker location. - Fixed problem with wrong IP address being used by default in --auto-fix when
the system is using a remote connection. - Changed some configure commands to new
itz cluster <command>where they
made sense, such asitz cluster listanditz cluster importcommands.