Commit Graph

782 Commits

Author SHA1 Message Date
Samuel Guyah 6b806d4e42
Merge pull request #430 from jonfriesen/apps-update-proto-gitlab
apps: updates apps.gen.go for gitlab addition
2021-01-15 10:29:40 -06:00
Jon Friesen 71e7a18e9e apps: updates apps.gen.go for gitlab addition 2021-01-15 08:07:25 -08:00
Andrew Starr-Bochicchio 587758133b
Prep v1.56.0 release. (#428) 2021-01-08 12:27:10 -05:00
Kamal Nasser 0b0809609f
apps: add ProposeApp method (#422)
* add Apps.Propose()

* fix accidental breaking change
2021-01-08 12:08:38 -05:00
Andrew Starr-Bochicchio 871118f9f1
Prep v1.55.0 release. (#427)
* Prep v1.55.0 release.

* Bump date.
2021-01-07 14:24:51 -05:00
Adam Wolfe Gordon d8c8ae6fa0
registry: Support the storage usage indicator (#425) 2021-01-05 16:59:44 -05:00
Samuel Guyah de1b770ef1
Updated README example (#423) 2020-12-21 10:49:41 -05:00
Ben Tranter 05dc4d920a
Merge pull request #421 from andrewsomething/APICLI-327/token-validation
Add some basic input cleaning to NewFromToken
2020-12-02 12:38:17 -05:00
Ben Tranter fcbbb1e83f
Merge branch 'main' into APICLI-327/token-validation 2020-12-02 12:29:05 -05:00
Ben Tranter a11a281cb3
Merge pull request #420 from bentranter/http-get-remove-content-type-header
Don't set "Content-Type" header on GET requests
2020-12-02 12:27:41 -05:00
Andrew Starr-Bochicchio 019045d6e0 Add some basic input cleaning to NewFromToken 2020-12-02 12:15:52 -05:00
Ben Tranter 024460f260
Add tests for setting headers 2020-12-02 11:22:09 -05:00
Ben Tranter 8c2ad8c6ce
Don't set "Content-Type" header on GET requests
Updates the `NewRequest` logic to prevent the `Content-Type` header from
being set on GET, HEAD, and OPTIONS requests. Also prevents a body from
being set to anything other than nil for those requests.

This also adds a new client initialization option that allows users to
define arbitrary key value pairs that are set as HTTP headers on each
request. The intent is that people can use these if they need to set
extra headers when using godo behind some kind of proxy.
2020-12-01 13:40:50 -05:00
Andrew Starr-Bochicchio 4e6f6e68b5
Prep v1.54.0 release. (#418) 2020-11-24 13:42:40 -05:00
wayne 4cac4dd2af
registry: add support for garbage collection types (#417) 2020-11-24 10:07:33 -05:00
Varsha Varadarajan 8f57e997d0
update changelog and library version (#416) 2020-11-20 16:08:06 -05:00
Varsha Varadarajan 972f638d4a
kubernetes: add clusterlint support (#414)
* kubernetes: add clusterlint support

* add clusterlint diagnostics root
2020-11-20 15:49:54 -05:00
Andrew Starr-Bochicchio 45fcf9e782
images: Support updating distribution and description. (#413) 2020-11-13 12:42:15 -05:00
Andrew Starr-Bochicchio f70bf7fdf2
Prep v1.52.0 release. (#410)
* Prep v1.52.0 release.

* Update changelog.
2020-11-05 14:50:43 -05:00
Nick Tate d0962e8af0
apps: add unspecified type to image source registry types (#411) 2020-11-05 14:21:31 -05:00
Andrew Starr-Bochicchio dd16736845
registry: Add support for updating a subscription. (#409) 2020-11-05 14:01:14 -05:00
Ben Tranter 27a2f4168a
Merge pull request #408 from nicktate/ntate/apps/image-source
apps: update spec to include image source
2020-11-05 10:39:43 -05:00
Ben Tranter 2ccdb0cd52
Merge branch 'main' into ntate/apps/image-source 2020-11-05 10:26:18 -05:00
Ben Tranter f3e2fedb63
Merge pull request #407 from kamaln7/apps-create-deployment
apps: add the option to force build a new deployment
2020-11-05 10:25:58 -05:00
Nicholas Tate f6025d6286
apps: update spec to include image source 2020-11-04 15:21:43 -08:00
Kamal Nasser a96b6ffebc gofmt 2020-11-04 23:43:28 +02:00
Kamal Nasser f93b1bd428
Apply suggestions from code review
Co-authored-by: Ben Tranter <ben@bentranter.io>
2020-11-04 23:42:23 +02:00
Kamal Nasser a3187971c3 add the option to force build a new deployment 2020-11-03 17:10:22 +02:00
Ben Tranter 4120ba2913
Merge pull request #406 from bentranter/release-v1.51.0
Prepare to release v1.51.0
2020-11-02 17:21:20 -05:00
Ben Tranter ecfc698d6a
Prepare to release v1.51.0 2020-11-02 17:14:57 -05:00
Ben Tranter a8dc84ab39
Merge pull request #405 from adamwg/awg/docr-subscriptions
registry: Support subscription options
2020-11-02 17:12:24 -05:00
Adam Wolfe Gordon fc093bc8d2 registry: Add subscription tier slug argument to create
As of GA, users are required to specify a subscription tier slug when creating a
registry. The subscription is also returned in the resposne, but for now we
ignore it to keep API compatibility.
2020-11-02 15:00:00 -07:00
Adam Wolfe Gordon f9ae7dd3fe registry: Add a method to get your registry subscription 2020-11-02 15:00:00 -07:00
Adam Wolfe Gordon 0e940b8339 registry: Add support for the options endpoint
This is the endpoint for listing subscription options for DOCR.
2020-11-02 14:59:57 -07:00
Ben Tranter a3919b401a
Merge pull request #398 from reeseconor/main
Add support for caching dependencies between GitHub Action runs
2020-10-30 17:29:00 -04:00
Ben Tranter 92b37da595
Merge branch 'main' into main 2020-10-30 17:25:03 -04:00
Ben Tranter 387efb7ae8
Update .github/workflows/ci.yml
(Going to commit this to get this merged within the Hacktoberfest deadline)
2020-10-30 17:24:53 -04:00
Andrew Starr-Bochicchio 6929777e5d
CONTRIBUTING.md: Suggest using github-changelog-generator. (#404) 2020-10-27 11:44:55 -04:00
Andrew Louis ae45be7569
Prep v1.50.0 release (#403)
* Prep v1.50.0 release

* Update CHANGELOG.md

Add all updates to the v1.50.0 release

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-10-27 10:18:57 -04:00
wayne da274fdb78
registry: add garbage collection support (#400)
* registry: add garbage collection support

* rename RequestGarbageCollection -> StartGarbageCollection

Co-authored-by: Andrew Starr-Bochicchio <andrewsomething@users.noreply.github.com>
2020-10-27 10:10:06 -04:00
Steven Normore 45e8230c26
apps: add catchall_document static site spec field (#402) 2020-10-27 10:05:27 -04:00
Andrew Louis 48e3dced04
VPC: adds option to set a VPC as the regional default (#401)
* vpc: adds option for setting VPC as default VPC

* vpc: update vpcs.Update spec
2020-10-26 10:40:29 -04:00
reeseconor 8d8a3aae9e Add support for caching dependencies between GitHub Action runs 2020-10-22 14:06:31 -06:00
Ben Tranter d8d551dbdd
Merge pull request #396 from tomasfarias/gofmt-in-ci
Add gofmt to CI GitHub Action
2020-10-21 16:49:01 -04:00
Tomás Farías ea2c9712d1 Add gofmt to CI GitHub Action 2020-10-21 22:16:52 +02:00
Ben Tranter 48e6208051
Merge pull request #394 from akrantz01/github-actions
Update to official golang action
2020-10-21 15:54:25 -04:00
Ben Tranter 84d3230f8b
Merge branch 'main' into github-actions 2020-10-21 12:55:28 -04:00
Alex Krantz 451aac68e7
Fix indentation level 2020-10-21 09:45:03 -07:00
Steven Normore 8984b03ac6
Prep v1.49.0 release (#395) 2020-10-21 10:06:19 -04:00
Alex Krantz 42c69376e5
Update to official golang action 2020-10-20 18:32:14 -07:00