Reinhard Nägele
e731d947fb
Consider username and password in repo urls ( #162 )
...
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com >
2019-07-09 07:24:17 +02:00
Reinhard Nägele
f53c402ee2
Print events on cleanup ( #155 )
...
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2019-05-03 08:07:18 +02:00
Reinhard Nägele
e2e0c8cea3
Fix log messages ( #152 )
...
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2019-04-25 18:39:03 +02:00
Carlos Tadeu Panato Junior
961a3ab920
Remove force delete of pv and improve cleanup logic ( #150 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2019-04-24 22:25:13 +02:00
Jacob LeGrone
b060fc83f2
Add git version documentation, rename worktree methods, and handle existing worktree ( #133 )
...
Signed-off-by: Jacob LeGrone <git@jacob.work >
2019-03-28 21:46:30 +01:00
Jacob LeGrone
ea18dc6af1
fix(account): handle invalid repository domain matches ( #137 )
...
fixes #136
Signed-off-by: Jacob LeGrone <git@jacob.work >
2019-03-28 20:55:55 +01:00
Jacob LeGrone
de59b1cdfb
Test chart upgrades ( #103 )
...
* Test chart upgrades against previous version
Upgrade testing will be run if the --upgrade flag is set (default true)
and chart version increment does not indicate a breaking change
according to the SemVer 2.0 spec.
Any releases associated with previous chart versions which fail to roll
out or for which an initial `helm test` fails will be ignored.
Signed-off-by: Jacob LeGrone <git@jacob.work >
* fix(dep): add version constraint for github.com/otiai10/copy
Signed-off-by: Jacob LeGrone <git@jacob.work >
* refactor(git): checkout whole repository with worktree
Signed-off-by: Jacob LeGrone <git@jacob.work >
* Rename test* to do*
Signed-off-by: Jacob LeGrone <git@jacob.work >
* Return bool, error from BreakingChangeAllowed
Signed-off-by: Jacob LeGrone <git@jacob.work >
* Use errors.Wrapf
Co-Authored-By: jlegrone <jlegrone@users.noreply.github.com >
Signed-off-by: Jacob LeGrone <git@jacob.work >
* Explicitly disable upgrade when not install
Signed-off-by: Jacob LeGrone <git@jacob.work >
2019-03-18 11:11:57 -04:00
Carlos Tadeu Panato Junior
010642b8fe
Force the namespace deletion by updating the finalizers in the namespace obj ( #112 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2019-03-04 18:32:33 +01:00
Carlos Tadeu Panato Junior
ebf0014515
Add explicit deletion of pv and pvcs ( #119 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2019-02-28 14:10:08 +01:00
Reinhard Nägele
868038e2e8
Improve error logging ( #91 )
...
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2019-01-23 19:15:12 +01:00
Markus Maga
9084cf16d0
Add support for providing credentials when adding chart-repositories ( #67 )
...
Signed-off-by: Markus Maga <markus@nadilus.com >
2019-01-07 21:13:30 +01:00
Jacob LeGrone
228603701a
Support installation to existing namespace ( #59 )
...
This PR adds two flags to the `install` command: `namespace` and `release-label`. If `namespace` is specified, releases will target that namespace and `release-label` will be used to select deployments and pods for readiness and reading log output.
Fixes #34
2018-12-14 15:30:36 +01:00
Reinhard Nägele
739aa607a8
Fix readiness check ( #57 )
...
Readiness check should happen before tests are executed. Otherwise
the fails if there are tests and test pods match the label selectors
that identify pods. Since test pods have status Completed, they
cause the readiness check to fail.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2018-11-16 13:53:53 +01:00
Reinhard Nägele
f632cd5081
Re-write it in Go ( #35 )
...
* Re-write it in Go
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix loading config from home dir
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Print config
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove git gc test code
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove year in copyright header
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add alias for lint-and-install
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix examples
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove OWNERS file
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add docs generation
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update CircleCI
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update readme
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Document building and releasing
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Remove Makefile
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Hide doc-gen command
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add support for Helm extra args
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update tool dependencies
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Goreleaser
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Upgrade pip
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Gopkg.lock
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add log messages
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix CircleCI env var for tag
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add Docker login
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Readme update for MacOS (#1 )
* Add build.sh mac prerequisites, and README markdown linting fixes
Signed-off-by: Scott Rigby <scott@r6by.com >
* Update README.md
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update Gopkg.lock
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Update config search locations
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add config files to distro
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add debug flag
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Add note on config files for linting
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix link
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Revert "Update Gopkg.lock"
This reverts commit fcbfbdc9db .
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix link
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
* Fix readme
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2018-11-07 13:06:20 -05:00