Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sdk): updating sdk #378

Merged
merged 2 commits into from
Jun 11, 2021
Merged

Conversation

ispeakc0de
Copy link
Member

@ispeakc0de ispeakc0de commented Jun 10, 2021

Signed-off-by: shubhamchaudhary shubham@chaosnative.com

What this PR does / why we need it:

  • changed the directory structure for the sdk -- added the separate directory for the charts
  • Added the -t flag for the generate chart. It supports three types of values:
    • category: it will create the chart for the category
    • experiment: it creates all the charts for the experiment
    • all: it creates the chart for both category and experiment (DEFAULT CASE)
  • updated the experiment name to sample-exec-chaos as it is execing inside target pod and running the chaos inject and revert commands
  • sync the charts & experiment schema for the latest changes
  • added the icons for the chaos-charts

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Checklist:

  • Fixes #
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests
  • E2E run Required for the changes

ksatchit
ksatchit previously approved these changes Jun 11, 2021
Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
@ksatchit ksatchit merged commit 10de26b into litmuschaos:master Jun 11, 2021
ispeakc0de added a commit to ispeakc0de/litmus-go that referenced this pull request Jun 15, 2021
* chore(sdk): updating sdk

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
ksatchit pushed a commit that referenced this pull request Jun 15, 2021
* chore(dns): adding spoofmap env in helper pod (#363)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Fix sequence env in kafka broker pod experiment (#369)

* Fix sequence env in kafka broker pod experiment

Signed-off-by: uditgaurav <udit@chaosnative.com>

* add pod affected percentage env

Signed-off-by: uditgaurav <udit@chaosnative.com>

* chore(contribution): Adding contribution guide, bch check, issue & PR templates (#367)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* fix: vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities (#361)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-406981
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-546522

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* fix: vendor/golang.org/x/net/http2/Dockerfile to reduce vulnerabilities (#364)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU1404-OPENSSL-1049144
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-1065770
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-406981
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-473059
- https://snyk.io/vuln/SNYK-UBUNTU1404-SUDO-546522

Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>

* chore(env): : updated the env setter function (#365)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* rm(vendor): removing the vendor directory from litmus-go (#366)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(image): reduce the go-runner image size (#371)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Chore(e2e): Update e2e workflows and add more node level tests (#372)

* Chore(e2e): Update e2e workflows and add more node level tests

Signed-off-by: uditgaurav <udit@chaosnative.com>

* add kind config

Signed-off-by: uditgaurav <udit@chaosnative.com>

* chore(probe): adding probe abort (#370)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(helper): Adding statusCheckTimeouts for the helper status check (#373)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(chaosresult): updating verdict and status in chaosengine and chaosresult (#375)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(sdk): updating sdk (#378)

* chore(sdk): updating sdk

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(pod-delete): Adding target details inside chaosresult (#336)

* chore(pod-delete): Adding target details inside chaosresult

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(pod-delete): Adding target details inside chaosresult for pod-autoscaler

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the experiments which contains helper pod (#342)

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the experiments which doesn't contain helper pod (#341)

* chore(experiment): Adding target details inside chaosresult for the experiments which doesn't contain helper pod

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* chore(experiment): Adding target details inside chaosresult for the pumba helper

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* Added docker-service-kill experiment implementation in litmus-go. (#379)

* Added docker-svc-kill implementation in litmus-go.

Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>

* Chore(Dockerfile): Update Dockerfile to take binaries from test-tool release build (#380)

Signed-off-by: udit <udit@chaosnative.com>

* chore(1.13.x): updating branch to 1.13.x in github actions

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

Co-authored-by: Udit Gaurav <35391335+uditgaurav@users.noreply.github.com>
Co-authored-by: Snyk bot <github+bot@snyk.io>
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
Co-authored-by: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants