- 06 Aug, 2018 3 commits
-
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Allow showing only env set parameters
-
bryanl authored
When listing parameters for an environment, add an option that only shows parameters set in the environment itself. This will allow ks users to show only the differences. The new option is `--without-modules`. example: ``` $ ks param list --env default COMPONENT PARAM VALUE ========= ===== ===== nested.redis3 envset 1 redis envset 1 redis2 envset 1 redis2 name 'redis2' redis2 values {} redis2 version '3.7.3' $ ks param list --env default --without-modules COMPONENT PARAM VALUE ========= ===== ===== nested.redis3 envset 1 redis envset 1 redis2 envset 1 ``` Fixes #747 Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 02 Aug, 2018 6 commits
-
-
Oren Shomron authored
Pass ldflags to goreleaser
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Oren Shomron authored
ks diff support for objects outside of the "all" category
-
Oren Shomron authored
This PR allows ks diff to consider objects that are not part of the "all" category, e.g. Ingress, Certificate. Additionally, the cluster settings of the environment being diffed are respected and override the current context when deciding where to connect. Fixes #803 Fixes #809 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Sort objects prior to diff
-
- 01 Aug, 2018 1 commit
-
-
Oren Shomron authored
Additional fixes: * sort order is constant for json and yaml output of `ks show` Fixes #801 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 30 Jul, 2018 10 commits
-
-
Oren Shomron authored
ks component list aggregates from all modules
-
Oren Shomron authored
Fixes #765 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Upgrade go-jsonnet to 0.11.2
-
Bryan Liles authored
Remove component in module with
-
Oren Shomron authored
Fixes #783 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
bryanl authored
Removes component in module with `ks component rm module.name` Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Oren Shomron authored
ks upgrade canonicalizes environment target separators (/ -> .)
-
Oren Shomron authored
Fixes #766 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Fix PatchJSON error when no component params are defined.
-
Oren Shomron authored
* PatchJSON guards against missing 'components' key. * BuildEnvParamsForModule / params_for_module.libsonnet returns empty components key when no component params are found. Closes #789 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 29 Jul, 2018 1 commit
-
-
Bryan Liles authored
fix verbose error message in generate cli
-
- 25 Jul, 2018 1 commit
-
-
Bryan Liles authored
Get a new version of the object when retrying on conflict
-
- 23 Jul, 2018 1 commit
-
-
Sam Foo authored
Remove metadata cache and env spec from concepts
-
- 20 Jul, 2018 1 commit
-
-
Chris Marchbanks authored
Signed-off-by:
Chris Marchbanks <csmarchbanks@gmail.com>
-
- 19 Jul, 2018 1 commit
-
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
- 18 Jul, 2018 1 commit
-
-
fisache authored
Signed-off-by:
Inki Hwang <hwang031451@gmail.com>
-
- 17 Jul, 2018 7 commits
-
-
Sam Foo authored
Fix changelog links for 0.12.0-rc1
-
Sam Foo authored
Update CLI reference and concepts with Helm registry
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Update changelog for 0.12
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Bryan Liles authored
Use object in cluster for basis for three way merge instead of new ob…
-
- 16 Jul, 2018 7 commits
-
-
Derek Wilson authored
fix docker docs to remove extraneous mount
-
Bryan Liles authored
updating e2e tests/output
-
bryanl authored
This change modifies the merge strategy to use the object in the basis for the patch rather than the modified object. This allows the three way merge to detect changes in the new object. Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Derek Wilson authored
fix edit of docker docs to match adding /tmp volume to image Signed-off-by:
Derek Wilson <derek@heptio.com>
-
Derek Wilson authored
fix docker docs by adding net info
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
Bryan Liles authored
Add /tmp to docker image
-