diff --git a/CHANGELOG.md b/CHANGELOG.md index 4503993..6718288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.yml b/changelog.yml new file mode 100644 index 0000000..8c5f9c9 --- /dev/null +++ b/changelog.yml @@ -0,0 +1,1437 @@ +- semver: 0.2.13 + date: 2020-08-11T10:28:29.544518-04:00 + packager: "" + changes: + - commit: 21b44c0e538c42e386ababbdaec877e28ca2d0e1 + note: |- + Revert "Update the change log" + + This reverts commit 8cfac7bccda269767dad34f431659476da3718a5. + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 8cfac7bccda269767dad34f431659476da3718a5 + note: Update the change log + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: c983d56e0287a996bfb8ef625b4be075400b85e3 + note: |- + Add constant errors (#41) + + * Added a constant errors + * Added error handler to the system + * Modify the error handler for kubernetes module + * Fix message in the errors.go + * Added new feature + * Added all error declaration and the editorconfig + * Added the rest of the errors + * Added the decoder to the rest of controller + * Removed unnecessary comment + * Added a new error help to README + author: + name: Alejandro J. Nuñez Madrazo + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: f6135e298230a0bab389fdcc1e9ff257e4b393b7 + note: |- + Added CPU, RAM and SSD fields to Instance struct + and KubernetesInstance struct + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: b74d3224c16f179105b2ca0f604a8431279d9170 + note: |- + Added new feature + + added master_ip to the kubernetes response, + to be able to use it in the cli and in the terraform provider + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: c49389ab6568b274fd5d1127c0faf14fe06728b7 + note: Fixed error in the cluster upgrade cmd + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 9c3921814c5ee645a864f0d762884d30752dd21a + note: Add the new UpgradeAvailableTo field to KubernetesCluster + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 59b86eba96a0a68b46c42b949dbbec76901875f7 + note: |- + Change application struct in the kubernetes module (#39) + + * fix(kubernetes): Change application struct + + - Change the applications struct, the configuration field, add custom struct for that field + + BREAKING CHANGE: No + + * fix(kubernetes): Added comment in struct + + - Added comment to the ApplicationConfiguration struct inside kubernetes module + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: c1839b96b8a3ca88404da075e0bbf648f0f95d32 + note: |- + Change application struct in kubernetes + + Change the applications struct, the `default` field from string to bool + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 923b509b5ba5e589ad2ce0138e561ecbf192b9ee + note: |- + added new way to search in network + + Add the option to search by Label when you use the FindNetwork + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 1906a5fcaf704a03f48ca52f2e66d38b32f134ce + note: |- + feat(kubernetes): new added option at the moment scaling down the cluster (#35) + + Now if you are scaling down by one, you can give a hint on the node's + name to be destroyed using the node_destroy param + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 6ce671a875acd36a36314b9a98fd3f864ce67cf7 + note: |- + Add pagination for Kubernetes clusters (#34) + + * (hotfix) changed the kubernetes cluster config + + - Modify the kubernetes cluster config to add pagination + - Changed the old kubernetesCluster in favor of kubernetesItem + + BREAKING CHANGE: No + + * (hotfix) fixed comment + + - fix comment inside kubernetes.go + + BREAKING CHANGE: No + + * (hotfix) fixed code style + + - fix code style in kubernetes.go + + BREAKING CHANGE: No + + * refactor(kubernetes): modify the struct for kubernets object + + - modify the struct for kubernets object + - fixed error in code + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 77d299673245240c5e0e1804975de4d7aee02d9a + note: |- + (hotfix) change snapshot config + + - remove `form` from snapshot config and change by `json` + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: d0635c7e96f4509ebdabe9a4deb8acc0cc0c26d4 + note: Change PublicIPRequired to a string to support IP moving + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: c73d51fa77fac7f76213c697982fce3c3dfe7f0d + note: |- + add template endpoints + + * add new feature to Template module + + - You can now list all templates, create a new one, update and delete any templates that belonged to the user + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: d20f49e0bb1d86ab27b776e668a94f9cc006304d + note: Minor tweaks to SSH key struct + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: f5eab5e2065315493319829ed213b2732e80f154 + note: |- + update the ssh key file + + Fix some bug reported, in comment and variables + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: fdf845a601aac8e283f0bdb580c41018d3b737cc + note: |- + Add new option to ssh + + Now you can create, update and delete the ssh keys, at the same time we add ID to the client to return the ID when the backend does it, as in the case of creating an ssh key + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 95ae34b13fe3a49d18805975a5691e7f37c93c63 + note: Fail the build if any lint issues + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 588340b6dfe663e4b7b7dd13b5bc36f1523a538e + note: |- + add rename endpoint for firewall + + Now you can rename a firewall using RenameFirewall function, It is no + longer necessary to delete the firewall to rename it + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 0961777679546b5521fbc9a7bf0c0b292dd53c9b + note: |- + Updated the lib to use json and not form for all request + + * We change the client to send all request in JSON format, to avoid build a custom form procesator + * Fix failing test - had trailing whitespace + * Change all test to use the new way in client.go + * Add Reason to the HTTPError struct, now we return the reason of the error from the server + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: a8ebeb95a5cd84ea46b5dedb487b276901580196 + note: Add body to client error responses + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 5ccea39dd4e8bf03139b64e07f7af025b84c5cd8 + note: |- + Merge pull request #25 from alejandrojnm/hostfix/add_function_firewall + + Hostfix/add function firewall + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 7b07ee24a3525d8de8e3ee1dda8b755f5cdea526 + note: |- + Merge pull request #24 from alejandrojnm/hotfix/urgent_fix + + Fix some issues with firewalls and load balancer structs + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 4f53b0218a35dbc39e02e756e1fe8ecb246ede28 + note: Change GetDNSRecord to find by ID not name + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: edfa55837775b27b8683ee9af5333740387fe22c + note: |- + Remove DNSDomainID from DNSRecordConfig + + Feels like that shouldn't be part of an update, so it's easier to specify: + + CreateDNSRecord(domainID string, r *DNSRecordConfig) + + for creating and just: + + UpdateDNSRecord(r *DNSRecord, rc *DNSRecordConfig) + + for updating. Also feels like the order should be "update X with Y" so DNSRecord + is first and DNSRecordConfig is second. + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: d8c0e9675381e118bb8f510c10ddd4120417b56d + note: |- + Merge pull request #23 from alejandrojnm/feature/update_dns_record + + Feature/update dns record + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 5ae22ab13db666397668c3fa83ea38e69d79a1e3 + note: Fix instance test + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: c470a7d51e1e71c1de6f5f9f9c0a2cac6f8e4c75 + note: Fix signature of SetInstanceTags + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 1032a3be04fa705d30221fcf4fb739c80600f290 + note: Add GetInstanceConsoleURL method + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: efbe8dbc06a3169ce046d2205395a27ba7c7331a + note: Check links in go documentation + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 83fdce86fa5e722f4dce62cafbbb9111ba68a161 + note: Change link to docs + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 7cbcb38c513e3b2fe42ef7480a0d0054c269abf1 + note: Update badges + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: f149ccdce08e326133fe16513b3e499303fe6fee + note: Fix tests after some minor refactoring + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: f0fa3a15db27988b4de21d7b14c7e9e4cdf8caaf + note: Change GB to Gigabytes + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 62a82aec36c7655126dd88cb20d05f447655ac66 + note: Fix lint issues + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 143ac3148aa72b247dd39af2225282ba3205b4da + note: |- + Change workflow to custom action + + The workflow version failed with "go env" not set, so switched to custom + version from https://stackoverflow.com/questions/59236611/github-actions-run-golint-on-wihdows + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 541c21a62f26842a3b4bc43ee66c1eea47b942bf + note: Move lint to its own action + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 4e265ae4f1fae45da83d060901125d7ce2b3982d + note: Use user-contributed lint action + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 0aa650f472ae4fec1696040b75b437d85320e58b + note: Install golint before running it + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 0bbdcd0cff82ea6bb1d9bd4fb7c5f91a6c74e599 + note: Add lint to tests and Go 1.14 + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: f2cd42c5c84822a9ac1c3a232da8bfefa2b76a02 + note: Add changelog + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: d9686526113499826afd4b2b5589b983dc224daa + note: Add Find* methods to all areas + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 8dafd66a091217f93726871970a852c50ff3e52a + note: Fix some linting issues with Kubernetes + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: dd906190213e1d954ab9e7a5cf384cbbd1fdedfb + note: Add LICENSE + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: ee8dab3b93a31c5d0bccac7f6f845a1b577af2b0 + note: Return an error if creating a client with an empty API key + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 1bfa0af0534d761f6fc73d1706b4922e3ba6d941 + note: Remove progress table from README as its now module complete + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 0471e7d2ba28233ff1fd60b0b8fc636178311cb5 + note: Add minor tweaks to Webhooks + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 2d7d45db3e0597fcd84e4f23306bfb0ae22c9e26 + note: |- + Merge pull request #21 from alejandrojnm/feature/webhook + + Add webhooks endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: fc4a75b783d1bbad1d7bd4f6cdde0ab0b45554b1 + note: Change minor naming issues in snapshot module + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 4b2ae45ccdd0d014d5b704f691bf075d79ab4292 + note: |- + Merge pull request #20 from alejandrojnm/feature/api_snapshots + + Feature/api snapshots + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 81e4652eaae0f4dc2e411751944fcad1d6fa1e66 + note: Fix a couple of comments + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 457dfa5d2a5712e0261b87433bf2a69276be22b6 + note: Add charge endpoint + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: f20cab75a729c4eee1f4978975a58520a39a6f73 + note: Change awkward names of units in field names + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 971a4a4718a87d5116396669c90f8ceb377439c2 + note: Add instance size endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 7b54da2cb550104a67e82da4d22fd1de6cd06971 + note: Add quota endpoint + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 66b590cc78a4c893ffb557e454563e9ca59c910e + note: Add region endpoint + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: e3433bb00eff673964bf28640aa71bd7d899cdff + note: Change List functions to be plural and prefixing DNS + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 43d6bc08956f7845f2429a8e8faa8887edfd9d52 + note: Update display of README progress + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: eacb35cab0d0d9ab3d04e43c3dc8b4bcff8f6bb3 + note: |- + Merge pull request #19 from alejandrojnm/hotfix/loadbalance_readme + + Add status to README and a small fix for Loadbalancer + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 41c7acb325009f5fde2a9b92a267b2cfade1290b + note: |- + Merge pull request #18 from alejandrojnm/master + + Update Readme.md to add module status + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 730f2dd40debc53b4fe3389b6f9cdf3cc620e3a0 + note: |- + Merge pull request #16 from alejandrojnm/add-kubernetes-apis + + Add Kubernetes apis + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: b8d5ddb852a3fd9b3c20d902e8895a1ee620cbf5 + note: Add minor changes to Load Balancer methods + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: e69c9746d6d7bbd2211c4abc1481f46503135ef2 + note: |- + Merge pull request #14 from alejandrojnm/feature/loadbalancer + + Add Load Balancer endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 5590adda1b4b5420c9d19ed900ba378d303b3a63 + note: |- + Merge pull request #11 from rberrelleza/get-record + + Add DNS record management + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 338c4dfdb9ab84aeb06d7358a8583d8194df0ad9 + note: |- + Merge pull request #12 from rberrelleza/add-owners + + Add a default owner for the repo + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 5378d41d0f19a14aa6a71646c11d412b0e9d36c5 + note: Add client.LastJSONResponse for the CLI to use + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: b3aba767c3d70f854069a85636b70f2983884646 + note: |- + Merge pull request #7 from rberrelleza/fix-casing-forms + + Change dnsconfig to `form` + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: f66cbcbb6f2d16db7b3091577a30bfc58fb611c4 + note: |- + Merge pull request #9 from alejandrojnm/hostfix-network + + Hotfix network + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: ab4ebaa89596799021be66d4adb7a172a8c753f0 + note: Change string to map of strings + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: a69bef1d9ea8463c546b54cd2bf1e52c4b15b324 + note: Cleanup some minor issues + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 3487081009646150d4cd44ee6774aa6b3e4a5cc7 + note: |- + Merge pull request #3 from rberrelleza/add-dns-apis + + Add DNS records endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 554cc2b36c626b59a5ef174380ae6c61b935f951 + note: |- + Merge pull request #4 from alejandrojnm/add-firewall-apis + + Add firewall endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 9e8048fc98ff620887057dfcf8e3e2752882516d + note: |- + Merge pull request #5 from alejandrojnm/add-volumes-apis + + Add volumes option to the civogo + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: bbb04c3d1af1ab96bb0e7ea4cd157480c25eff82 + note: |- + Merge pull request #6 from alejandrojnm/add-network-options + + Add network endpoints + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: GitHub + email: noreply@github.com + - commit: 57fae6917c372e1dbf8fa927c3d0cc5c770a5fc8 + note: Change order of automated tests + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: e6d1cdcbe3f473c3de7aac2e6a23ed81bb168932 + note: Ensure gofmt code compliance + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 5d9bf4a7ee1d758e426278525121a8f738b19c00 + note: Remove panic + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 50fd2f10b190a719e60bc5e48b19de9fc902b709 + note: Remove string interpolation, more go idiomatic this way + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 8e8caf0ad47fff2e62fadcf552eb5e4d66592e77 + note: Move JSON parsing for SimpleResponse to a helper method + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: a6d635388fa4a8a708b00b362c9a5d946779624b + note: Add CONTRIBUTING guide + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 1eabf12ecbbe2318011749069a761602c4988184 + note: Add status bage to README + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 2e043e1546b936f207b93eb6488da31a399a9f18 + note: Add Go module support + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: e9c407451c8caa0b91d55b2315323bae137a4124 + note: Add GitHub action to test golang + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 08e7668c39025c13262b3685ede9568667c84d96 + note: Fix tests + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 264d4c873ddc48f8b00f8aaaba44d97264f01d08 + note: Add Instance functions + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: cd217b8bbf02d8dd370fce08f64da5000f34e659 + note: Add Instance methods,first version + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 31634d0fc3a2ecf92a5f992bc82faf1d67d5b146 + note: Add tests for instance + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: dc16cca826555de0b1226064eef67e8d22e69f45 + note: Add Instance listing/fetching/creating + author: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + committer: + name: Andy Jeffries + email: andy@andyjeffries.co.uk + - commit: 5e258256e4e9bbb76665dfbc5435d08ff5567439 + note: '- Add more options to the network options' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 6fbeb8a827c5f9b28a243165b5a31ed120baa196 + note: |- + - Add New network options + - Add Delete network options + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: e4a70af4d6c36c82dee1ddc015b02f7450b17465 + note: Add option to create a new network + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 3db7ca46a0208c62525443bd3bc680f2855b9b2e + note: Fix error in volumes.go in the VolumesConfig + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 52dca3536f567ec0ada3a13d8923bdc6598c88b1 + note: Add volumes option to the civogo + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 5aecfa1c5b38fb45443565cee4aa3a7f8718c228 + note: '- Fix a error in firewall.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 070605dee9a7ab13ae9dc6443aa628b93735cfc5 + note: '- Fix some error in firewall.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 572557b65acf6a0444d407bb8d85fee9b1dccaa0 + note: Add firewall option to the civogo + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: ebde1c1205efd5a21ff7931cb4c1f6aaa97aa650 + note: fix test + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 9c0f096760956e26781d06630fd055e90b80b928 + note: handle http errors + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 37733dc1cb98f5f4ab8eeb702e754ddca02be5ef + note: add tests + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 5f324bc9940b1b2f676a58faeebeec34ba182486 + note: Add functions to manipulate records + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 796741761997915ffece15e93d55c68a478930c3 + note: '- Fix a error network, now you can rename a network' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: cbeb0cd40a5b9be863e715f1b681298a92fa1049 + note: |- + Merge pull request #1 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 1ea969afe47fb4a2a0c1c4d8c45f6cfb8961b134 + note: change config for `form` + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: fb92d21fa6fad853937e6c44104b0e9df3b91115 + note: Add a default owner for the repo + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 3055381e458838dd5278daa93144d1ce9e82b3b7 + note: use Create instead of New + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 5c6fe06b4d2bac5093e0485ebb898216d27cc785 + note: New and delete Domain + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 9c28c61c82ce04c59a1d4c1b20a92ded718aa649 + note: add a result const + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 9df135c1f437b38ca5b6bbd8aa93f8a45f412d69 + note: fix GetDomain test + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 5bf0824610f72dd832d2ad0cbf684ae764dd2552 + note: get and list records + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: acb6cd6ac36758505dea3a868fcceb101b9ba425 + note: update and new domain + author: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + committer: + name: Ramiro Berrelleza + email: rberrelleza@gmail.com + - commit: 4048f9c18c147e8a4258a18170f01a085ebfa30e + note: '- Update name in loadbalancer_test.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: fea3cf5be57ec93b3e9052f6fd3e40f41bdea316 + note: '- Update the loadbalancer_test.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 84b247e534fa56e8b53b5a474f151df63371e768 + note: '- Fix some error in types in loadbalancer.go and loadbalancer_test.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: e2e8858b03fb2bb26df7853fa31e97fe762f889b + note: '- Now can add, delete update and list the load balance' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 4002274e27a2980ce88257ee8ffb51b5b25f5e9b + note: '- Initial files' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 2fdaa159c41e721e365dffe87ab33a84aa78b99f + note: '- Fix all recommendation from Andy, change NumTargetNodes from string to int, and in UpdateKubernetesClusters change map[string]string in favor of map[string]interface{}' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: fa67209028b2616a7128101cea1039dfac200467 + note: '- Fix all recommendation from Andy' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 7e0221f080d6ba59ffdcd1c08f3a96946e8cf453 + note: '- Final change in the kubernetes interface' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 9bb817f9d012fd569ce9577797408187aede4e82 + note: '- Some change in kubernetes' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 05711724bd7c1df917ba699a5b993eafee39f9a6 + note: '- First commit for kubernetes' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 58429347d9be7dd2c8f3db25e0596d60c2de3516 + note: '- Update README.md with a list of all modules' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 5a3cfcd6c379cc41d86f71a21ba0320db470a3e7 + note: |- + Merge pull request #3 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 311f778ec931617fe92fb795d62499a0c0eb599e + note: |- + Merge pull request #2 from civo/master + + Update + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 74877fa8e299032deeb3f0fdc189aaa333929b9a + note: '- Update README.md, Fix error in loadbalancer.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: d2ede4b06ad1b578c28736bcbf1d3051f5b97ad0 + note: '- Done the snapshot module' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: eaf506c73ee7d8681e716deef622f7cb3bcbcf8a + note: '- First part of the snapshot api' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 2408aaa379cf8c5acba5c31e64847cb10530d0a0 + note: Merge branch 'master' into feature/api_snapshots + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 6d43cd657bf1fb75fe9e7ee5faf0357909847867 + note: |- + Merge pull request #4 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 6e2137e8aa7c99e188592c97026908cdc7a84117 + note: |- + Merge pull request #5 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 467bd9a5d170511356b49c7a7a2d2780b25f02cd + note: '- Add webhook module' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 55ee07109c846cb600f98864aff6df16d9acb658 + note: |- + Merge pull request #6 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 2edd54691ce38cc5c3cb8bf4316cfa8030774aea + note: '- Fix some bug in dns.go dns_test.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 8ff8a494d235357be3a222c758a99c4879bf104f + note: '- Add option to update dns record' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 08c1c1989d6f1e213690cc66fbc0a6ede16bc603 + note: |- + Merge pull request #7 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 29eab04018cd7e38cabd9b76a9eca7841a4d9377 + note: |- + fix(loadbalancer): Fix data in test + + Fix data in the test of the loadbalancer + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 450e018849e739b2d5b38aa6449e61aa430f2ee6 + note: |- + fix(loadbalancer): Fix struct in loadbalancer + + Error in the struct of the loadbalancer configuration + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: f8658cf3a98c4a74c7e839b7bf914a502d6d066a + note: |- + fix(firewall): Fix error in firewall test + + Error in firewall_test.go + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 6b4ca011ae13951259053634016f04d7747cb9c9 + note: |- + fix(firewall): Fix struct in firewall + + Error in the struct of the firewall configuration and new creation + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 7f13e1c8323128da35faffd55c26cac0244a06f9 + note: '- Fix some bug in firewall.go and firewall_test.go' + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 272359878aad1fefc046c00343bd731a4749ff13 + note: |- + Merge pull request #9 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: d118d875d3887b4ff64c415f29f7243db012bf89 + note: |- + Merge pull request #8 from civo/master + + Fix some linting issues with Kubernetes + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: aff666767bdbca9947863df2b4b4f093e3e6a2f5 + note: |- + fix(firewall): Change the id passed to the function + + Change the id name from idfirewall to firewallID + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: c480c52808b433d8919748b807c8e05e6810699b + note: |- + fix(firewall): Fix name in the firewall + + Fixed test + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 874f9ef69a736e3854aa28b9a806ee1aca24317e + note: |- + fix(firewall): Fix name in the firewall + + Fixed function name FindFirewallRules to FindFirewallRule + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 58a860321ed5dbc77fb93ad0034f8d29b005b139 + note: |- + feat(firewall): Add new option to search rule + + Added option to search rule inside a firewall rules list + + BREAKING CHANGE: No + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: Alejandro JNM + email: alejandrojnm@gmail.com + - commit: 53dc6a1e21508df425c12d3ab56674cbbef0be8c + note: |- + Merge pull request #11 from civo/master + + Update master + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com + - commit: 99662c54e9b092e02309236c97ab882221f309a5 + note: |- + Merge pull request #10 from alejandrojnm/hotfix/urgent_fix + + - Fix some bug in firewall.go and firewall_test.go + author: + name: Alejandro JNM + email: alejandrojnm@gmail.com + committer: + name: GitHub + email: noreply@github.com