Cedric Meury
10cdae5dab
table format
2018-04-27 13:39:33 +02:00
Cedric Meury
930ea98245
add users file to track production use
2018-04-27 13:38:17 +02:00
KUOKA Yusuke
efe5a2e56b
Merge pull request #121 from roboll/up-to-date-release-note
...
Ensure the release note to be up-to-date
2018-04-26 20:01:10 +09:00
KUOKA Yusuke
b564c4ad4c
Ensure the release note to be up-to-date
2018-04-26 20:00:59 +09:00
KUOKA Yusuke
ae2777f6ad
Merge pull request #120 from roboll/fix-release
...
Fix failing automated release
2018-04-26 19:51:14 +09:00
KUOKA Yusuke
652e001d45
Fix failing automated release
...
Follow up for 71fa693 and #98
2018-04-26 19:51:01 +09:00
KUOKA Yusuke
9b0d0d4cba
Merge pull request #115 from sstarcher/chart_detection
...
support relative path for is local check
2018-04-26 06:13:22 +09:00
KUOKA Yusuke
d8465c4ca5
Merge pull request #116 from AXOOM/master
...
Fix resolving relative paths on windows
2018-04-25 22:31:57 +09:00
Andreas Bieber
46f119b224
Fix resolving relative paths on windows
...
path.Dir() does not support Windows-style directory separators (backslashes). This caused invocations such as "helmfile -f subdir\helmfile.yml" to fail. Fixed by using filepath.Dir() instead.
2018-04-25 14:40:45 +02:00
Shane Starcher
df5d2e01d5
updating tests to use local files
2018-04-24 14:10:46 -04:00
Shane Starcher
cf01221f3a
support relative path for is local check
2018-04-24 09:01:42 -04:00
KUOKA Yusuke
ca26d757f7
Merge pull request #113 from gavvvr/patch-1
...
Add root CAs to docker image
2018-04-23 10:46:14 +09:00
Kirill Gavrilov
a28279233e
Add root CAs to docker image
2018-04-22 01:09:54 +03:00
KUOKA Yusuke
e85b87828a
Merge pull request #110 from sstarcher/empty_filter
...
support selector that is empty
2018-04-18 15:49:25 +09:00
Shane Starcher
789362dfd4
support the same selector repeated
2018-04-17 11:10:46 -04:00
KUOKA Yusuke
79c7d1501a
Merge pull request #106 from roboll/update-readme-for-breaking-change
...
Update README not to confuse new-comers due to breaking change in master
2018-04-12 10:46:03 +09:00
KUOKA Yusuke
883cd1e3f3
Update README not to confuse new-comers due to breaking change in master
2018-04-11 21:15:49 +09:00
Shane Starcher
71fa693997
templating the entire helmfile and adding some documentation ( #98 )
...
* templating the entire helmfile and adding some documentation
* updating vendor and using dep
* update to golang 1.10
* updating docs
2018-04-10 20:19:43 +09:00
KUOKA Yusuke
a5706e9951
Introducing semver ( #102 )
...
Resolves #101
2018-04-10 14:20:05 +09:00
KUOKA Yusuke
eaee6ef6a9
Merge pull request #95 from danielcb/fix-race-condition
...
Fix race condition. Add concurrency option similiar to DiffReleases
2018-04-09 23:50:49 +09:00
KUOKA Yusuke
69c3e5513a
Merge pull request #100 from mumoshu/redo-release-automation
...
Redo release automation via CircleCI
2018-04-09 21:45:36 +09:00
Yusuke KUOKA
8c4ada4457
Allow overriding docker repository ORG name
2018-04-09 20:28:11 +09:00
Yusuke KUOKA
35cb4d4032
Redo release automation via CircleCI
...
Resolves #91
2018-04-09 20:27:50 +09:00
Daniel
2b07b9715e
Fix race condition. Add concurrency option similiar to DiffReleases
2018-04-06 16:05:32 +02:00
KUOKA Yusuke
d380b8d550
Merge pull request #87 from danielcb/feature-envvar-support-for-names
...
Add envvar interpolation for names and namespaces
2018-04-06 19:03:08 +09:00
KUOKA Yusuke
24dfc477ca
Merge pull request #89 from danielcb/fix-readme
...
Add quotes to envvar example in readme
2018-04-06 18:54:42 +09:00
KUOKA Yusuke
2caf1a15ad
Merge pull request #90 from danielcb/add-envvar-examples
...
Add explanation for envvar interpolation and examples to readme
2018-04-06 18:54:02 +09:00
KUOKA Yusuke
635046fa23
Merge pull request #81 from cmeury/integration-test
...
Run simple integration test against minikube (local & CI)
2018-04-06 18:43:00 +09:00
Daniel
3dd49cac66
Add explanation for envvar interpolation and examples to readme
2018-04-06 09:06:14 +02:00
Daniel
a3d6cce636
Add quotes to envvar example in readme
2018-04-06 08:50:09 +02:00
Daniel
191d9ef1a2
Add envvar interpolation for names and namespaces
2018-04-05 19:05:37 +02:00
Cedric Meury
627a09d272
clean out test dependency steps
2018-04-05 04:55:29 +02:00
Cedric Meury
b485abf818
keep one single workflow
2018-04-05 04:50:10 +02:00
Cedric Meury
8912eef468
run integration tests against minikube on circleci
2018-04-05 04:44:35 +02:00
Cedric Meury
3545c12ee4
migrate to circle config v2
2018-04-05 04:44:35 +02:00
Cedric Meury
8bcdeed432
run an integration test script against minikube
2018-04-05 04:44:21 +02:00
KUOKA Yusuke
283848c594
Merge pull request #83 from sstarcher/file_exists
...
checks for file existence
2018-04-04 16:48:29 +09:00
KUOKA Yusuke
b75c1d8436
Merge pull request #85 from fsilberstein/sync-args-without-update
...
Sync command: change the way we apply args
2018-04-04 16:41:35 +09:00
Shane Starcher
b4f9c1ce79
Do delete decrypted secret on sync command ( #82 )
...
Due to not passing around the pointer into channels and through the functions, we were not getting back the generatedValues. This fixes that.
2018-04-04 10:22:17 +09:00
Fabien Silberstein
caf784699d
Apply args flag only to sync command and not updatedeps
2018-04-03 17:46:57 +02:00
Shane Starcher
9ee0f967c8
checks for file existance
2018-04-03 10:03:42 -04:00
Cedric Meury
813fd4bfc7
render environment variables in repository URLs ( #78 )
...
* unit test for template rendering
* render env vars in repository urls
2018-04-02 19:16:34 +09:00
KUOKA Yusuke
1af8743bb6
Merge pull request #77 from cmeury/sync-update-deps
...
Update dependencies of local charts when running 'sync'
2018-04-02 18:29:11 +09:00
KUOKA Yusuke
e6216564b2
Merge pull request #76 from cmeury/update-dockerfile
...
Upgrade container to alpine 3.7 and Helm 2.8.2 & check sha256
2018-04-02 18:22:31 +09:00
KUOKA Yusuke
70b1e8ae1f
Merge pull request #74 from mumoshu/oneshot-job-example
...
doc: Add a basic example for managing oneshot jobs
2018-04-02 18:21:47 +09:00
Cedric Meury
96ae2a9827
remove unnecessary print in test
2018-04-02 00:02:45 +02:00
Cedric Meury
1b302db7f8
running update dependencies for local charts
2018-04-01 21:23:31 +02:00
Cedric Meury
963c84e07c
use wget to download file
2018-03-30 11:41:47 +02:00
Cedric Meury
cef2d26c06
extract method for duplicated code
2018-03-28 01:56:43 +02:00
Cedric Meury
174e5557c8
alpine 3.7; helm 2.8.2; check sha256 sum; add run target
2018-03-28 01:15:19 +02:00