Skip to content

Commit

Permalink
Update the change log
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Aug 11, 2020
1 parent 21b44c0 commit 4cc1b48
Show file tree
Hide file tree
Showing 2 changed files with 1,589 additions and 10 deletions.
162 changes: 152 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,155 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
0.2.13
=============
2020-08-11

* Revert "Update the change log" (21b44c0e)
* Update the change log (8cfac7bc)
* Add constant errors (#41) (c983d56e)
* Added CPU, RAM and SSD fields to Instance struct (f6135e29)
* Added new feature (b74d3224)
* Fixed error in the cluster upgrade cmd (c49389ab)
* Add the new UpgradeAvailableTo field to KubernetesCluster (9c392181)
* Change application struct in the kubernetes module (#39) (59b86eba)
* Change application struct in kubernetes (c1839b96)
* added new way to search in network (923b509b)
* feat(kubernetes): new added option at the moment scaling down the cluster (#35) (1906a5fc)
* Add pagination for Kubernetes clusters (#34) (6ce671a8)
* (hotfix) change snapshot config (77d29967)
* Change PublicIPRequired to a string to support IP moving (d0635c7e)
* add template endpoints (c73d51fa)
* Minor tweaks to SSH key struct (d20f49e0)
* update the ssh key file (f5eab5e2)
* Add new option to ssh (fdf845a6)
* Fail the build if any lint issues (95ae34b1)
* add rename endpoint for firewall (588340b6)
* Updated the lib to use json and not form for all request (09617776)
* Add body to client error responses (a8ebeb95)
* Merge pull request #25 from alejandrojnm/hostfix/add_function_firewall (5ccea39d)
* Merge pull request #24 from alejandrojnm/hotfix/urgent_fix (7b07ee24)
* Change GetDNSRecord to find by ID not name (4f53b021)
* Remove DNSDomainID from DNSRecordConfig (edfa5583)
* Merge pull request #23 from alejandrojnm/feature/update_dns_record (d8c0e967)
* Fix instance test (5ae22ab1)
* Fix signature of SetInstanceTags (c470a7d5)
* Add GetInstanceConsoleURL method (1032a3be)
* Check links in go documentation (efbe8dbc)
* Change link to docs (83fdce86)
* Update badges (7cbcb38c)
* Fix tests after some minor refactoring (f149ccdc)
* Change GB to Gigabytes (f0fa3a15)
* Fix lint issues (62a82aec)
* Change workflow to custom action (143ac314)
* Move lint to its own action (541c21a6)
* Use user-contributed lint action (4e265ae4)
* Install golint before running it (0aa650f4)
* Add lint to tests and Go 1.14 (0bbdcd0c)
* Add changelog (f2cd42c5)
* Add Find* methods to all areas (d9686526)
* Fix some linting issues with Kubernetes (8dafd66a)
* Add LICENSE (dd906190)
* Return an error if creating a client with an empty API key (ee8dab3b)
* Remove progress table from README as its now module complete (1bfa0af0)
* Add minor tweaks to Webhooks (0471e7d2)
* Merge pull request #21 from alejandrojnm/feature/webhook (2d7d45db)
* Change minor naming issues in snapshot module (fc4a75b7)
* Merge pull request #20 from alejandrojnm/feature/api_snapshots (4b2ae45c)
* Fix a couple of comments (81e4652e)
* Add charge endpoint (457dfa5d)
* Change awkward names of units in field names (f20cab75)
* Add instance size endpoints (971a4a47)
* Add quota endpoint (7b54da2c)
* Add region endpoint (66b590cc)
* Change List functions to be plural and prefixing DNS (e3433bb0)
* Update display of README progress (43d6bc08)
* Merge pull request #19 from alejandrojnm/hotfix/loadbalance_readme (eacb35ca)
* Merge pull request #18 from alejandrojnm/master (41c7acb3)
* Merge pull request #16 from alejandrojnm/add-kubernetes-apis (730f2dd4)
* Add minor changes to Load Balancer methods (b8d5ddb8)
* Merge pull request #14 from alejandrojnm/feature/loadbalancer (e69c9746)
* Merge pull request #11 from rberrelleza/get-record (5590adda)
* Merge pull request #12 from rberrelleza/add-owners (338c4dfd)
* Add client.LastJSONResponse for the CLI to use (5378d41d)
* Merge pull request #7 from rberrelleza/fix-casing-forms (b3aba767)
* Merge pull request #9 from alejandrojnm/hostfix-network (f66cbcbb)
* Change string to map of strings (ab4ebaa8)
* Cleanup some minor issues (a69bef1d)
* Merge pull request #3 from rberrelleza/add-dns-apis (34870810)
* Merge pull request #4 from alejandrojnm/add-firewall-apis (554cc2b3)
* Merge pull request #5 from alejandrojnm/add-volumes-apis (9e8048fc)
* Merge pull request #6 from alejandrojnm/add-network-options (bbb04c3d)
* Change order of automated tests (57fae691)
* Ensure gofmt code compliance (e6d1cdcb)
* Remove panic (5d9bf4a7)
* Remove string interpolation, more go idiomatic this way (50fd2f10)
* Move JSON parsing for SimpleResponse to a helper method (8e8caf0a)
* Add CONTRIBUTING guide (a6d63538)
* Add status bage to README (1eabf12e)
* Add Go module support (2e043e15)
* Add GitHub action to test golang (e9c40745)
* Fix tests (08e7668c)
* Add Instance functions (264d4c87)
* Add Instance methods,first version (cd217b8b)
* Add tests for instance (31634d0f)
* Add Instance listing/fetching/creating (dc16cca8)
* - Add more options to the network options (5e258256)
* - Add New network options (6fbeb8a8)
* Add option to create a new network (e4a70af4)
* Fix error in volumes.go in the VolumesConfig (3db7ca46)
* Add volumes option to the civogo (52dca353)
* - Fix a error in firewall.go (5aecfa1c)
* - Fix some error in firewall.go (070605de)
* Add firewall option to the civogo (572557b6)
* fix test (ebde1c12)
* handle http errors (9c0f0967)
* add tests (37733dc1)
* Add functions to manipulate records (5f324bc9)
* - Fix a error network, now you can rename a network (79674176)
* Merge pull request #1 from civo/master (cbeb0cd4)
* change config for `form` (1ea969af)
* Add a default owner for the repo (fb92d21f)
* use Create instead of New (3055381e)
* New and delete Domain (5c6fe06b)
* add a result const (9c28c61c)
* fix GetDomain test (9df135c1)
* get and list records (5bf08246)
* update and new domain (acb6cd6a)
* - Update name in loadbalancer_test.go (4048f9c1)
* - Update the loadbalancer_test.go (fea3cf5b)
* - Fix some error in types in loadbalancer.go and loadbalancer_test.go (84b247e5)
* - Now can add, delete update and list the load balance (e2e8858b)
* - Initial files (4002274e)
* - Fix all recommendation from Andy, change NumTargetNodes from string to int, and in UpdateKubernetesClusters change map[string]string in favor of map[string]interface{} (2fdaa159)
* - Fix all recommendation from Andy (fa672090)
* - Final change in the kubernetes interface (7e0221f0)
* - Some change in kubernetes (9bb817f9)
* - First commit for kubernetes (05711724)
* - Update README.md with a list of all modules (58429347)
* Merge pull request #3 from civo/master (5a3cfcd6)
* Merge pull request #2 from civo/master (311f778e)
* - Update README.md, Fix error in loadbalancer.go (74877fa8)
* - Done the snapshot module (d2ede4b0)
* - First part of the snapshot api (eaf506c7)
* Merge branch 'master' into feature/api_snapshots (2408aaa3)
* Merge pull request #4 from civo/master (6d43cd65)
* Merge pull request #5 from civo/master (6e2137e8)
* - Add webhook module (467bd9a5)
* Merge pull request #6 from civo/master (55ee0710)
* - Fix some bug in dns.go dns_test.go (2edd5469)
* - Add option to update dns record (8ff8a494)
* Merge pull request #7 from civo/master (08c1c198)
* fix(loadbalancer): Fix data in test (29eab040)
* fix(loadbalancer): Fix struct in loadbalancer (450e0188)
* fix(firewall): Fix error in firewall test (f8658cf3)
* fix(firewall): Fix struct in firewall (6b4ca011)
* - Fix some bug in firewall.go and firewall_test.go (7f13e1c8)
* Merge pull request #9 from civo/master (27235987)
* Merge pull request #8 from civo/master (d118d875)
* fix(firewall): Change the id passed to the function (aff66676)
* fix(firewall): Fix name in the firewall (c480c528)
* fix(firewall): Fix name in the firewall (874f9ef6)
* feat(firewall): Add new option to search rule (58a86032)
* Merge pull request #11 from civo/master (53dc6a1e)
* Merge pull request #10 from alejandrojnm/hotfix/urgent_fix (99662c54)

## [0.1.0] - 2020-03-03
### Added
- New Find* methods for each of the main modules, to make finding an object by part of its name or ID easier

## [0.0.0] - 2020-03-02
### Initial version
- Initial version, all modules complete
Loading

0 comments on commit 4cc1b48

Please sign in to comment.