- 07 Sep, 2018 5 commits
-
-
Oren Shomron authored
Closes #617 Signed-off-by:
Oren Shomron <shomron@gmail.com>
-
Derek Wilson authored
fix -h, verison, and add global --dir flag with refactor
-
Derek Wilson authored
includes refactor moving app creation to later in the initialization process and only when needed. also fixes regression preventing commands that don't need an app from running outside an app directory. Signed-off-by:
Derek Wilson <derek@heptio.com>
-
Bryan Liles authored
updating roadmap as of 9/5
-
bryanl authored
Signed-off-by:
bryanl <bryanliles@gmail.com>
-
- 06 Sep, 2018 2 commits
-
-
Derek Wilson authored
update expected jsonnet version and fix e2e tests
-
Derek Wilson authored
to match shipping version, and remove errant print that was breaking param list tests Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 04 Sep, 2018 2 commits
-
-
Sam Foo authored
Fix sourcePath for imported json on root module
-
GuessWhoSamFoo authored
Signed-off-by:
GuessWhoSamFoo <sfoohei@gmail.com>
-
- 30 Aug, 2018 2 commits
-
-
Derek Wilson authored
update cobra and pflag
-
Derek Wilson authored
to use @shomron's fork via dep source magic Signed-off-by:
Derek Wilson <derek@heptio.com>
-
- 27 Aug, 2018 3 commits
-
-
Sam Foo authored
Changed default module for import to /
-
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 2 commits
-
-
Oren Shomron authored
Pass ldflags to goreleaser
-
Oren Shomron authored
Signed-off-by:
Oren Shomron <shomron@gmail.com>
-