-
Notifications
You must be signed in to change notification settings - Fork 87
/
changelog.yml
15427 lines (14591 loc) · 442 KB
/
changelog.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- semver: 0.7.30
date: 2021-07-21T19:27:19.123696+01:00
packager: ""
changes:
- commit: 2d4641bf6c85cb54d8139c2714c181e4fb6b5f5b
note: Fix abug in the kubernetes create cmd, modify the name of the utils for check the length of the name
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- semver: 0.7.29
date: 2021-07-21T18:09:35.467852+01:00
packager: ""
changes:
- commit: dc4d01b36b038e13c9c468ec25c33c97aa4a6896
note: Fixed error in the creation of the cluster
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- semver: 0.7.28
date: 2021-07-21T10:58:10.89241+01:00
packager: ""
changes:
- commit: 681149f72aa76cddb2aea6c18668ce030a0af882
note: Added node as required flag in the scaling cmd
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 8a37fada4a1754d5a8abb8b8400ff7aaa6da61d4
note: Fixed error in the cmd add app to the cluster
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- semver: 0.7.27
date: 2021-07-18T09:39:40.559923+01:00
packager: ""
changes:
- commit: 8e04f2a76c43121f864b15b0b4c3987bf48a7a20
note: |-
Merge pull request #105 from carehart/patch-1
correct grammar mistake in console message
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: 5961cbf2f76285af73693d747ca6ce5d229b52a6
note: |-
Added more info to all error
Close #104
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: c638815f851d3649cf9ebe1af259525e38bc5b4a
note: Updated the Changelog
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 9c740a653321108e0c00d442bbbb2353b09e8236
note: Update the civogo lib to the v0.2.48
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 687195172bf88ec8fd0a7e0beceef2b854b89776
note: Updated changelog
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 3489c95ad7700863c47fa7f0ce04141cdb8da0c5
note: |-
Merge pull request #103 from civo/Fix-apikey-newline
Fix addition of new line in API key name
author:
name: Harsh Thakur
email: harshthakur9030@gmail.com
committer:
name: GitHub
email: noreply@github.com
- commit: 7da655a3652e1ad944ec1559b6d896656582aa53
note: |-
Merge pull request #102 from civo/apikey-stdin
Add api key through stdin
author:
name: Harsh Thakur
email: harshthakur9030@gmail.com
committer:
name: GitHub
email: noreply@github.com
- commit: 9c4ebe11913563a367d4fe5ad344b747c8854b80
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: e0370defda2d81a68910d111a0751b06a5f43e4e
note: Updated Changelog
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 117ebe6ce20f8b21b0a3c6a8c97eeff4d853e08a
note: Fixed error in the network rm command
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 144c031f54aab25b50366837c969e77a93b5bf44
note: Updated the Changelog
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 1d924e094995b232a944586e1e27367629e4ffbf
note: Fixed error at the moment to set a new region
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
- commit: 3c4f01a4a846c50fab6b0a7f79403f1113d9cc2a
note: updated the README.md
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 91217a27122d4a254581a670d82c091e4cba0578
note: Updated the Changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: bc005a6295cf4f350618183ed6e214193ff2f61c
note: Standardized json outputs
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: d6bdf67cd43c968e7ac273df7b08e976ac332d5e
note: Updated the Changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: e768441c0af3d94f05d989168e15c22fccc0686e
note: |-
Updated the civogo lib to 0.2.47
close #82
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 4f6e53f87f7f779b256c46a23635afbd94d4815d
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 32a6e079c370b0cb902242cd763be61e7d7ccd62
note: |-
Added changes in the json output for all cmd
close #92
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 52bdd8064cd929b5a17e2810a3d26b386f1c4f98
note: Added the --pretty global flag to print the json in pretty format
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a77bb4304f889c35c9614b4dac33b2a7ecdf91e9
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: c54fdf15b707d5824ef677ae100b68c0bddb2357
note: |-
Fix error in the application show cmd
close #94
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 912d2ba929fdcf55cb51627fe9707840d804cb2f
note: Remove debug statement
author:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
committer:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
- commit: 0172994e69e3773816b08b77088ba27086ae6949
note: Fix for breaking new customers adding their first key
author:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
committer:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
- commit: f58d3a02d179bc6b20041435549ab15e6fc7facd
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 1994ff59fbe6663a630f539f3aa31745e6db000f
note: 'Fixed error introduce fixing the issue #90'
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: fd42c9f68dba4f03e12ea15d01bf31a34a18709f
note: Updated changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 2d838d495a5717ee1ee79e725c15318cc5de907d
note: |-
Fixed error in every command exit status zero
close #90
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: dc7246565d59d35ac963e36efda6a21331d9f38e
note: |-
Merge pull request #89 from rajatjindal/fix-log-msg
fix log msg warnings
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: 197dc49ea53f58262b3020122d358698188c50c6
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: faff826d05639dbf9a2ea9531133b43aa0de0f24
note: Updated the civogo lib to 0.2.45 how fix problem in the instance cmd
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 4acd29bcd154861d297d640f395903a73206ab8a
note: Updated the Changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 273cdb0133732e360f8f58e3ed3ef5dea2b0f89d
note: |-
Merge pull request #87 from civo/fix-default-region
Fix default region
author:
name: Andy Jeffries
email: andy@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: 64b63375b1a305a82bac7301969f3cc3daf28546
note: Updated Changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 8965abe8b0d0b1aabce13b188793e61244f97fa8
note: Fixed error in instance create cmd, now you can delete multiple pool in a cluster
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 670a4d0210ee75b3114a21f062ec72aec7d904e6
note: Updated Changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 717623a6033dd90ea846cb326eb7ce4e2696abdf
note: Fixed kubernetes cmd and hidde volume for now
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 7dc15bbaadf22453a6e5ea96837a82f43b64d2aa
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 2f2d4a9fe3b1902f89de78073cdd2a5f30d8b7e2
note: Added muti remove option to k3s, network, instance, domain, ssh key, firewall
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: b779d6c52935440947838e35e3f754a0fe4e97c0
note: |-
Fixed error in the show cmd in the instance
close #81
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: d2737d89dd53351d73cf2196987da4e3a585ca9d
note: |-
Update README.md
updated the Kubernetes options
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: bb4b1b5076403d6dc279b7984df776808ed9a63f
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 8d95e5473855eba704a43ba9f3ba418f89a33d70
note: Fixed error in the CLI also added new cmd to instance and kuberntes and new param to the size and updated the README
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a762c1d705870520785f60c0c0d782c34803fdbe
note: Added the las version of civogo lib v0.2.37
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: cec81869e340ec7f30744cb1c02f290212564c09
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 52b2612ac1c7cc491eeca594be311ad31f6761fb
note: |-
Updated the civogo lib to 0.2.36 this will be fix scaling , rename bugs
close #71
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 8f7a1e4054abf0c341d27079519cf9ce6bd173fc
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 5bde617f0d2a0552ff07179ebdda2414c8435370
note: |-
Updated the civogo lib to v0.2.35
close #73
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: b6b7dd60304888b0aca4050e01dd324bb769e6d5
note: |-
Now domain create show nameserver
close #74
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 4fe4112637195d313ce2271141251484790f2b7a
note: |-
Fixed error in CheckAPPName func
close #76
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 4f930c7165106cee5aaec861deed984bc8bf6798
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 1e962709faeb3c24bcd83cf5820b750a20655822
note: fixed error in the output of the CLI
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a7e16d8ebf28691b313809c7423a28448a8d1205
note: |-
Added verification to the kubernetes utils
close #27
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: ed88a8a92c29f2e8cb504de2053d76ffc6a34c34
note: Fixed more error in golang code
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 3af72defdd5d8b631459f751608f03d567088411
note: |-
Added some verification to k8s cluster
Fixed error in golang code
Close #64
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: efdfff99f11b2479d8cff450b7ce5e26f6f26304
note: Updated the civogo lib to v0.2.32
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 0b4e35703f0a57519ff9b74dda17028b3a3d9293
note: |-
Merge pull request #72 from stiantoften/typofix
Fix typo in default config
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: b686acccc4d05dc8732e37fc809979e9a010ab4d
note: |-
Merge pull request #69 from DoNnMyTh/patch-1
Fixed spelling mistake
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: 49fece6577cb45ccbdbc7fc09861df109e64498f
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 48dbcaf218c01ddcda253c624f1c62c942e4f56e
note: Added new cmd to show the post-install for every app installed in the cluster
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: f851ed70253483f83ecec31789fe8879f874c3e9
note: |-
Merge pull request #66 from DoNnMyTh/patch-4
Updated readme.md
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: ef8e37eda068466cffb492bdca7e6ef5a6b52121
note: |-
Merge pull request #62 from beret/darwin-arm64
Make install.sh prefer arm64 when compatible
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: e0640948d1a8253f338997e6434d84e7085d7fe1
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: ea7b5b89c8513f254cfef6f18fd15736b250d3bb
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 3156e008f60ce31a42b3865a5b4184f9aa7e4d07
note: Chnage to go 1.16 to build the binary for Apple M1 too
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: ee1783fa8424373079cfa375e44d64b546ecf3d7
note: |-
Update the the civogo lib to 0.2.28 and fix error in the show command of kubernetes
Close #57
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 621e66a6571c1d5b47fda139a2de519ae1a7e07b
note: |-
Merge pull request #55 from martynbristow/master
Resolve Issues with install.sh Script
author:
name: Alejandro J. Nuñez Madrazo
email: alejandro@civo.com
committer:
name: GitHub
email: noreply@github.com
- commit: 3f876df757ab81bf4bc12b01bb1376c232dd5681
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 8346ff2023d19f494c1f945337f9f0d5926432e8
note: |-
Fixed bug when you create a kubernetes cluster, also add suggest to the remove command
Close #51
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 2ea5e0d6a4c8cc7a43285dad34aa9de4bed75144
note: |-
Fixed bug in the kubernetes create command
Close #51
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: b4d974b92b49f6ebc62bd597176eeb54b8701b67
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 9c259c32f9f9a04ec93a9e8b75875f776095545f
note: |-
- Added the merge flag to the create command
- Add some verification to kubernetes create, now you need pick the right size of Instance
- Add auto-complete to the kubernetes show command
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 0aa316370665a3cb86e83b7a27f7429a35586e8a
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: ad87c6f8f440b86272b970c427cc6d742e0952cd
note: |-
Fix error in the creation of kubernertes
Close #46
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 6ac46a0e13268796b491a6338b718e0665593907
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 69d947287161b4b81d4c88a103aa3f2c8aae4551
note: modified the network field to use the label value and not the name
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 32dfda4782f9973dd3b20b53800876eb3873f855
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 8bcd181d9789793b5d1e94e7ea2b90d64390ef30
note: |-
Added the `-network` param to the firewall cmd
- Also added the network to the list of firewall
- updated to the last version of the civogo lib v0.2.27
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 92905a2948f0945c504c5b94497c68a18a8af293
note: Updated the changelog
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 57186e0c23a44d9390aa37b745a545bdc5980fad
note: Fixed error in the goreleaser file
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a8973554ad592eb89532b1a6bd8d4e3dafbd21e5
note: Updated gorelease to remove some deprecated options
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 63385a006805e1b8b4681b6c3e2ba58d82d86376
note: |-
Updated the civogo lib to v0.2.26
- Added a check in the instance and kubernetes command
- Remove some field from the region list
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 30439ca98d5520bee7a0696babddb804d4f26ec2
note: Updated the README.md
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 331e02896012b7e1862df38244981a94312c7a9f
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 915f932e2112d031ae9d9c591e709ab62091f8aa
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: b9179edb91e83e8e9b78e7fa09bec159d19fd410
note: Added the option to set the region in the config file
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: aeab445273a4ccb7f62eb4ecc71feac0ac3c2827
note: Support CIVOCONFIG as an ENV variable to override config file location
author:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
committer:
name: Andy Jeffries
email: andy@andyjeffries.co.uk
- commit: 82e09be5c2e9b50e1ef6267899471128cb66e3ca
note: |-
Fixed error in the README
Close #41
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: c0992d34c87cda6e1450d1aca81cc0769a917b5f
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a1c3a5871bf77640dab14b740fb304d7c816d64d
note: Fixed error in the kubernetes list command
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 17007e301789b9c71b0050cc0df5a93b584b6d93
note: |-
Typo and readability fixes (#40)
* Fix typo in output of firewall listings
* Clarifications, typo fixes
author:
name: Kai Hoffman
email: 44998809+kaihoffman@users.noreply.github.com
committer:
name: GitHub
email: noreply@github.com
- commit: 98f6850d70d67ef4d2dc5a8e9f4f4fecb866f871
note: |-
Merge pull request #38 from kaihoffman/master
Add recycle node info to README
author:
name: Kai Hoffman
email: 44998809+kaihoffman@users.noreply.github.com
committer:
name: GitHub
email: noreply@github.com
- commit: 34d531a1fef4ad03cbbb23cf6f62e0dabd686d9c
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 5e789fe32d37087f9864e303dc79b1bfd455230a
note: Fixed error handling in all commands
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 2d0cac5bcf2023bcc19c8cb9108d6862841a8afc
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 2b8f4d9284a4748245ad0f47385aef444d702d5c
note: Update the civogo lib to v0.2.23
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 9355e877ae7b8796f3ce099602a313898671a225
note: Merge branch 'master' of https://github.com/civo/cli
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 585b9d16020c661c471893228cfd0c1cb0c46da3
note: Fixed bug in the install script
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: 9931669e04ff62f46c35c8ea7b1e275bc131d4b5
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: af8c5e7ddc5cf4ca6b5a77f7e98c2fd75cbbea09
note: |-
Merge pull request #34 from martynbristow/master
Resolve Defect in Civo CLI Custom Output
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: GitHub
email: noreply@github.com
- commit: a2f4a29a65f2f228533dc7636898f6bc59857037
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: d5695bff29ed400c54fe3363b045a4aac6771e45
note: Updated the civogo lib to v0.2.22
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: a7b6ef7eeec2b38a38a11263cc20a2e9b61d98f1
note: |-
Merge pull request #33 from kaihoffman/master
Grammar fixes in user output
author:
name: Alejandro J. Nuñez Madrazo
email: alejandrojnm@gmail.com
committer:
name: GitHub
email: noreply@github.com
- commit: 7ac95c35dfcec86f4ee31dfa883bee4b1aa5a8e8
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: d2457212d6521dffe545a5833cfcfd12c1c6e994
note: Added the recycle cmd to kubernetes
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: aebfdca4eb045c2a8dd13c96a223050f309a5182
note: Updated the Change log
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: f89b57e509edd31624531ed09b2b388f3e9e35d1
note: |-
Fixed the permission in the civo conf file
Close #32
author:
name: Alejandro JNM
email: alejandrojnm@gmail.com
committer:
name: Alejandro JNM
email: alejandrojnm@gmail.com
- commit: aa214676f8e67b41fbcee8e115bf0fbe3e3177be
note: Updated the Change log and README.md
author: