github litmuschaos/litmus 2.0.0-Beta9

latest releases: 3.6.1, 3.6.0, 3.5.0...
2 years ago

Major Updates

  • Refactored the authentication server to reduce the network latency and added support for enabling/disabling users
  • Added a new pre-defined chaos workflow to check the resiliency of the Bank of Anthos application
  • Enhanced the analytics module with API and user interface optimization
  • Added a usage module in the litmusportal for admin users to check the agent and workflow usage across all accounts
  • Replaced all the privileged permissions with minimal permissions in the cluster and namespace manifest
  • Built a mirror docker image of frontend application with the based path of “/litmuschaos” that can be used in ingress paths
  • Optimized the UI rendering by scoping out the header and sidebar scaffold to a global level and enhanced the user experience with the support of code-splitting at the component level.
  • Added support for multi-architecture(ARM64 and AMD64) docker images for Argo workflow executor and Argo workflow controller
  • Enhanced the E2E pipeline with parallel build to fasten the testing using comment driven approach

Minor Updates

  • Added node Selector as a configurable environment variable for agent manifests
  • Added support to tune chaos workflow environment variables from the user interface
  • Upgraded the go version to 1.16, litmus UI to 1.4.0, and MyHub go pkg to a stable version of go-git

NOTE: With the revamp of authentication module and addition of a new feature Deactivate/Activate User, we have made some changes in Auth Schema and module. This has been done to reduce the network latency and optimize the user experience. With these new changes, who have been running Portal previously won't be able to login after upgrading. We are working on the streamlined Upgrade/Migration process, for now we suggest you to re-setup portal for upgrading to Beta9.

Installation

Applying k8s manifest

Litmus-2.0.0-Beta9 (Stable) cluster scope manifest

kubectl apply -f https://litmuschaos.github.io/litmus/2.0.0-Beta/litmus-2.0.0-Beta.yaml

Or

Litmus-2.0.0-Beta9 (Stable) namespace scope manifest.

export LITMUS_PORTAL_NAMESPACE="litmus"
kubectl create ns ${LITMUS_PORTAL_NAMESPACE}
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/litmus-portal/litmus-portal-crds.yml
curl https://raw.githubusercontent.com/litmuschaos/litmus/master/docs/2.0.0-Beta/litmus-namespaced-2.0.0-Beta.yaml --output litmus-portal-namespaced-k8s-template.yml
envsubst < litmus-portal-namespaced-k8s-template.yml > ${LITMUS_PORTAL_NAMESPACE}-ns-scoped-litmus-portal-manifest.yml
kubectl apply -f ${LITMUS_PORTAL_NAMESPACE}-ns-scoped-litmus-portal-manifest.yml -n ${LITMUS_PORTAL_NAMESPACE}

Don't miss a new litmus release

NewReleases is sending notifications on new releases.