|
16ac9bdcc1
|
Add "upgrade" command
|
2022-03-28 14:47:43 +02:00 |
|
|
16f1d63c8d
|
Ensure that the upgraded version is really greater
|
2022-03-28 14:47:21 +02:00 |
|
|
daf8907f14
|
Place the full command to "cmd" package
This changed some variables access and the Makefile to build from
"./cmd" direcoty.
|
2022-03-28 11:43:17 +02:00 |
|
|
e41d7b0c29
|
Split tests
|
2022-03-28 11:01:07 +02:00 |
|
|
394c3da7b8
|
Fix command generation
- refactored service creation
- add the command field in deployment
|
2022-03-28 11:00:20 +02:00 |
|
|
a13c8d0371
|
Add a test directive
|
2022-03-28 10:58:46 +02:00 |
|
|
c9bb7c7c2f
|
Minor presentation changes
|
2022-02-20 15:24:52 +01:00 |
|
|
14587e032b
|
Add some tests...
Not very efficient to make this after development, but at least I can
ensure that some basic stuffs are checked.
|
2022-02-20 15:23:55 +01:00 |
|
|
e2f9ab97b9
|
Add more doc
|
2022-02-18 09:41:51 +01:00 |
|
|
2f1840d6fb
|
Don't update prerelease
|
2022-02-18 09:22:13 +01:00 |
|
|
ce46b848dd
|
Fix upgrade strings
|
2022-02-18 09:17:53 +01:00 |
|
|
d0576d4b81
|
Add name explanation
|
2022-02-17 15:12:15 +01:00 |
|
|
c1fc388b26
|
Fix Smile link
|
2022-02-17 15:07:25 +01:00 |
|
|
86ca723aa8
|
Fixup logos
|
2022-02-17 15:04:13 +01:00 |
|
|
35ecb0d4d9
|
Add temporary logo
0.2.0-alpha2
|
2022-02-17 12:22:52 +01:00 |
|
|
89adc17857
|
Add doc for "same-pod" example
|
2022-02-17 11:54:09 +01:00 |
|
|
16fddbc6aa
|
Fixed ignore list
|
2022-02-17 11:53:15 +01:00 |
|
|
8543bc5232
|
Added some generated examples
|
2022-02-17 11:48:33 +01:00 |
|
|
3d45401649
|
Fixup doc
|
2022-02-17 11:38:48 +01:00 |
|
|
95c24be14a
|
Make it possible to mount one file from configMap
|
2022-02-17 11:38:23 +01:00 |
|
|
bf44d442e5
|
Fix "/" in configMap names
Fix #2
|
2022-02-17 11:04:04 +01:00 |
|
|
5d574015ce
|
Fix the missed volume mount for empty dirs
Fix #1
|
2022-02-17 10:43:07 +01:00 |
|
|
3619cc4b20
|
Update README.md
Add Releases information to install katenary
|
2022-02-17 10:06:50 +01:00 |
|
|
5a49c4f869
|
Forgotten logo file...
|
2022-02-17 09:58:44 +01:00 |
|
|
88fb12a3bf
|
Add Smile :)
|
2022-02-17 09:58:09 +01:00 |
|
|
d387d9aec0
|
Add MIT License
|
2022-02-17 09:42:32 +01:00 |
|
|
1343f99e39
|
Better build command + Doc
0.2.0-alpha
|
2022-02-16 18:32:51 +01:00 |
|
|
90d04346d5
|
Add completion doc
|
2022-02-16 17:57:14 +01:00 |
|
|
950a77aade
|
Fix documentation
|
2022-02-16 17:48:57 +01:00 |
|
|
6ef4f7ac42
|
Fix template
|
2022-02-16 17:44:25 +01:00 |
|
|
513039e3c9
|
Add ability to link containers in one pod
|
2022-02-16 17:40:11 +01:00 |
|
|
a60ab484d2
|
And one more time, fix flag strings
|
2022-02-16 11:11:30 +01:00 |
|
|
d9fcf5a1b9
|
Fix doc
|
2022-02-16 11:09:08 +01:00 |
|
|
0668b718ea
|
Doc
|
2022-02-16 11:02:56 +01:00 |
|
|
0d1a6f8c82
|
Fix some indentation behavio + add indent flag
|
2022-02-16 10:56:21 +01:00 |
|
|
a4834a0661
|
Now manage kubernetes version in ingress
The backend and ingressClassName are now under condition
|
2022-02-16 10:37:46 +01:00 |
|
|
722c7424d0
|
Fix version flag
|
2022-02-14 17:15:11 +01:00 |
|
|
b602aa5e39
|
Fix the use of version flag
|
2022-02-14 17:02:29 +01:00 |
|
|
d965e1d19b
|
Use "cobra" to propose better command/flags
|
2022-02-14 17:00:32 +01:00 |
|
|
5a4d9e396d
|
Add healtcheck + some fixes
- better docs
- add healtcheck based on docker-compoe commands or labels
- fix some problems on secret names
- better dependency check
|
2022-02-14 14:37:09 +01:00 |
|
|
8164603b47
|
Add a clean directive
|
2022-02-14 14:36:43 +01:00 |
|
|
9aec646ab2
|
Fix the compose detection
|
2022-02-02 10:30:32 +01:00 |
|
|
8d4ea90a9a
|
Fix name generation with "." and "/"
|
2022-02-02 10:15:14 +01:00 |
|
|
4320519a2a
|
Fix the volume name with minus sign
|
2022-02-02 10:09:42 +01:00 |
|
|
b9e91d56aa
|
Allow different docker-compose extensions
|
2022-02-02 10:02:35 +01:00 |
|
|
93a06b52fb
|
Give a default value for GO var
|
2022-01-26 09:44:23 +01:00 |
|
|
cb88f2879d
|
Give better information at build time
|
2022-01-26 09:43:01 +01:00 |
|
|
1e79e954c5
|
Fix the source change detection
|
2022-01-26 09:21:36 +01:00 |
|
|
69982e4514
|
Add information about the compiled version
|
2022-01-26 09:18:32 +01:00 |
|
|
691c1a3b78
|
We must lock inside the goroutines
0.1.2-alpha
|
2021-12-17 12:08:50 +01:00 |
|