- 27 Aug, 2018 2 commits
-
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
Sam Foo authored
Changed old library references to packages; tls-skip-verify to docs
-
- 24 Aug, 2018 1 commit
-
-
GuessWhoSamFoo authored
Add tls-skip-verify-flag Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
- 23 Aug, 2018 2 commits
-
-
Oren Shomron authored
Helm client caches chart configuration to avoid multiple back-to-back downloads
-
Oren Shomron authored
Closes #598 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 21 Aug, 2018 2 commits
-
-
Oren Shomron authored
Garbage collection for vendored packages
-
Oren Shomron authored
Packages are candidates for removal when they are no longer referenced by either a specific environment or the global scope. Closes #624 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 20 Aug, 2018 4 commits
-
-
Oren Shomron authored
Validate environment prior to fetching package
-
Oren Shomron authored
Closes #702 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Add pkg remove command.
-
Oren Shomron authored
Removes package references from either global or environment scope. Garbage collection for orphaned packages will be implemented separately. Closes #625 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 16 Aug, 2018 3 commits
-
-
Oren Shomron authored
Allow reuse of installed packages in other scopes
-
Oren Shomron authored
When installing a package that already exists into a scope (env or global) - it will now reference the previously vendored files and not require a --force flag. If --force is provided, the files will always be re-vendored. Closes #728 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Respect --tls-skip-verify for ks init, ks env * commands
-
- 15 Aug, 2018 2 commits
-
-
Oren Shomron authored
Closes #726 Closes #742 Closes #737 Closes #732 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Oren Shomron authored
Add --tls-skip-verify global option affecting outgoing HTTP requests
-
- 14 Aug, 2018 1 commit
-
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
- 13 Aug, 2018 3 commits
-
-
Oren Shomron authored
Add test for GitHub enterprise URI detection
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Omer Azmon authored
Out github is at github.intuit.com; Making this change allows ks to consider it a valid ksonet registry. We need this fix soon. In the long run I suggest a better detection method, such as uri connect to git or a helm service. Signed-off-by:
Omer Azmon <omer_azmon@intuit.com>
-
- 08 Aug, 2018 1 commit
-
-
Bryan Liles authored
update example with new syntax
-
- 07 Aug, 2018 1 commit
-
-
Jan Willies authored
Signed-off-by:
Jan Willies <jan.willies@accenture.com>
-
- 06 Aug, 2018 4 commits
-
-
Bryan Liles authored
require env to exist before making it current
-
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 7 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 (/ -> .)
-