Charlie Drage
8d63c6413d
Update the readme with tarball and installation instructions
...
Updates the readme to reflect that we now have a tarball as well as
latest development instructions on prefering the binary installation
over `go get`.
2017-03-23 10:13:52 -04:00
Charlie Drage
d4fd8cbebb
0.4.0 Release
2017-03-21 14:48:27 -04:00
Tomas Kral
63e2023d3d
README.md - add brew install instruction for MacOS X
2017-03-14 18:22:03 +01:00
Charlie Drage
3e37d248a4
Add three-week cycle comment to README
...
This adds a comment about our three-week cycle to the README.md.
2017-03-13 11:38:31 -04:00
Charlie Drage
13b6c3dbd1
Update the README with -u in go get
...
Updates the readme to include -u in `go get` in order to upgrade
already-installed versions of Kompose.
2017-02-27 09:56:07 -05:00
Charlie Drage
10cff91295
121011e Release
2017-02-24 09:45:28 -05:00
Charlie Drage
4b7a63a6aa
Update the README.md with new installation instructions
...
Updates the README corresponding with binaries now in within our release
page.
2017-01-30 10:06:28 -05:00
Charlie Drage
c20ce2f088
0.2.0 Release
2017-01-27 15:36:17 -05:00
Charlie Drage
06a63d6c81
Update documentation removing [0000] timestamp outputs
...
Updates the README as well as user_guide.md to remove the timestamp
outputs (as well as the random : that was added to the README.md)
2017-01-23 09:00:37 -05:00
Charlie Drage
a58cd69d0d
Add bash auto completion support
...
Adds auto completion support that's generated via:
```
$ kompose complete
```
This file is added to /etc/bash_completion.d/kompose.sh
2017-01-17 14:06:30 -05:00
Abhishek
cfcbfa8c6d
make default kompose conversion YAML
2017-01-04 12:50:56 +05:30
Tomas Kral
25200cf418
Update README.md
2016-12-07 20:20:20 +01:00
sebgoa
0364116455
remove extraneous formating in code snippet
2016-12-07 10:11:05 +01:00
sebgoa
0b5d167717
Merge pull request #287 from cdrage/add-coveralls
...
Update TRAVIS CI to add coveralls
2016-12-07 10:08:24 +01:00
sebgoa
a23e8757e6
Merge pull request #326 from cdrage/add-roadmap-md
...
Add ROADMAP.md move current road map information
2016-12-07 09:39:24 +01:00
Charlie Drage
8b5369443c
Add ROADMAP.md move current road map information
...
Adds ROADMAP.md to the root directory with milestone links to all
upcoming major releases.
Closes https://github.com/kubernetes-incubator/kompose/issues/250
2016-12-06 13:57:34 -05:00
Suraj Deshmukh
754812fa62
Added installation instructions of rpm
...
kompose is packaged for CentOS and Fedora, so added easy installation
instructions.
2016-12-02 16:02:13 +05:30
sebgoa
d5343707f2
Merge pull request #302 from cdrage/switch-to-make-bin
...
Switch to 'make bin' instead of 'make binary'
2016-11-30 15:54:08 +01:00
Charlie Drage
c87e6cdaf5
Switch to 'make bin' instead of 'make binary'
...
I keep mistyping this when creating the binary as per other projects
that use it commonly (it's usually `make bin` instead of `make binary`).
2016-11-29 09:56:43 -05:00
Charlie Drage
8d0a6542d5
Update TRAVIS CI to add coveralls
...
Updates travis to enable coveralls support.
Fixes https://github.com/kubernetes-incubator/kompose/issues/281
2016-11-29 08:56:42 -05:00
Tuna
b25af8f0b8
update README accordingly
2016-11-24 23:40:46 +01:00
Charlie Drage
df5040fe91
Organize the README.
...
This updates the README with some small changes such as titles as well
as rewording a few sentences.
2016-11-22 13:41:46 -05:00
Charlie Drage
7ec104b8f0
Update README since Kompose is now Go gettable
...
Since You're now able to install Kompose via `go get`. Update the README
accordingly.
2016-11-15 15:59:53 -05:00
Abhishek
e5abd3386a
Update main.go path
2016-11-03 14:49:24 +05:30
Tuna
6eb8c4ca76
update README properly
2016-10-29 00:43:32 +02:00
Tuna
670d8423e5
remove tag experimental
2016-10-21 01:40:34 +02:00
Dusty Mabe
c6b00037d1
readme: update slack info
...
fixes #222
2016-10-20 12:38:50 -04:00
Tomas Kral
ad8d053f7e
Update links in docs skippbox->kubernetes-incubator
2016-10-17 18:19:09 +02:00
Suraj Deshmukh
1210c9aa4d
Merge pull request #204 from surajssd/meeting-info
...
Meeting info to README.md
2016-10-12 23:09:34 +05:30
Suraj Deshmukh
7a8c2bccec
Meeting info to README.md
...
added link to agenda doc and meeting bluejeans link
2016-10-12 22:44:54 +05:30
sebgoa
4ee5f4645a
Merge pull request #203 from cdrage/update-readme-0-1-1
...
Update to 0.1.1 in README
2016-10-12 18:40:39 +02:00
Charlie Drage
5b983def5a
Update to 0.1.1 in README
2016-10-12 11:25:04 -04:00
sebgoa
44e240b168
update README with SIG-APPS and Champion
2016-10-12 16:50:44 +02:00
sebgoa
5a37bf0fb4
Fix missing -f in README
2016-10-07 09:20:13 +02:00
Charlie Drage
3ed96babcb
Update README + Docker Compose Bundle references
...
This commit updates a few sentences in the README that I thought would
need improving.
Bundles now end with the .dab extension and are named "Distributed
Application Bundles" now. I've updated the README as well as the example
accordingly.
2016-10-05 16:04:21 -04:00
Tuna
9cb74ed023
update build instruction with go 1.5 and 1.6
2016-10-03 00:46:49 +02:00
Dusty Mabe
34d72c7579
remove executable perms from docs
2016-09-26 15:15:16 -04:00
Tomas Kral
a65dcfb5d5
Update docs: --bundle is global flag now
2016-09-23 15:14:15 +02:00
Matthias Lübken
c500df41b7
Update README.md
...
fixed link
2016-09-05 08:55:31 +02:00
runseb
672a2f0638
Moves examples to docs/user-guide and adds basic roadmap to main readme
2016-08-30 16:10:08 +02:00
Tomas Kral
bae3feb10c
Update README. Renaming binary to binary-cross
2016-08-11 16:50:18 +02:00
Janet Kuo
8e5dda227f
Clean up kompose help, remove support for unimplemented commands
2016-08-03 15:50:37 -07:00
Tuna
16cfec0e1a
Update README.md
2016-08-02 01:51:18 +07:00
Janet Kuo
4e50e89dac
Remove the support for converting to Replica Sets
2016-07-28 13:02:23 -07:00
Tuna
0e891f5b32
Update README: bundle, compose v2, replicas
2016-07-26 17:21:10 +07:00
runseb
581ac54143
Fix reference to k8s Slack channel
2016-07-22 14:46:52 +02:00
Tuna
fa0930de06
Update build instruction
2016-07-22 15:14:50 +07:00
Janet Kuo
2c44880692
Fix something nits in README
2016-07-21 17:32:07 -07:00
Tuna
7da15effd8
Update slack badge
2016-07-21 16:01:42 +07:00
ngtuna
f09b640e90
support bash completion for commands, not for flags
2016-07-17 02:21:15 +07:00