Commit Graph

616 Commits

Author SHA1 Message Date
Wioletta Holownia c247dbcbbc
Merge pull request #1 from digitalocean/master
Bring latest and greatest from head repo
2020-06-08 13:14:39 -04:00
Andrew Starr-Bochicchio 6c3f52d4d7
Prepare v1.37.0 release. (#338) 2020-06-01 17:15:44 -04:00
Ben Tranter 3cae153ba2
Merge pull request #335 from scottcrawford03/mp-2498/add-mp-1-click-api
add 1-click service and request
2020-06-01 16:54:33 -04:00
Scott Crawford 04d89bc887 update api docs link 2020-06-01 16:49:33 -04:00
Scott Crawford 6e9396814b update tests 2020-06-01 16:46:30 -04:00
Scott Crawford 550d20bc87 update route and json payload 2020-06-01 16:43:32 -04:00
Scott Crawford a5e3abb399 clean up comments and variables 2020-05-29 16:10:19 -04:00
Scott Crawford 21e7d88687 remove bad link and preceeding slash 2020-05-29 16:10:19 -04:00
Scott Crawford e8d8ac6401 add 1-click service and request 2020-05-29 16:10:19 -04:00
Adam Wolfe Gordon d2202c277b
registry: URL encode repository names when building URLs (#336)
It's legal for image repositories to have `/` characters in their names. Our API
handles this by allowing for URL-encoded repository names - i.e., to fetch tags
for a repository called `bar/baz` in registry `foo` you make a request to
`/v2/registry/foo/repositories/bar%2Fbaz/tags`.
2020-05-29 13:21:04 -04:00
Hilary (hilz) Holz c62dabc311
Merge pull request #333 from andrewsomething/v1.36.0
Prepare v1.36.0 release.
2020-05-12 15:33:47 -07:00
Andrew Starr-Bochicchio 859aab72af Prepare v1.36.0 release. 2020-05-12 16:07:08 -04:00
Hilary (hilz) Holz 4c1c010c7c
Merge pull request #331 from andrewsomething/docker-expiry
Expose expiry_seconds for Registry.DockerCredentials.
2020-04-28 15:37:38 -07:00
Andrew Starr-Bochicchio 758ae6ca3d Expose expiry_seconds for Registry.DockerCredentials. 2020-04-28 15:00:35 -04:00
Ben Tranter f44e025d76
Merge pull request #330 from bentranter/fix-changelog-typo
Fix typo in CHANGELOG
2020-04-21 13:32:48 -04:00
Ben Tranter 5e553cdf27
Fix typo in CHANGELOG 2020-04-21 13:27:45 -04:00
Ben Tranter 3623106599
Merge pull request #329 from bentranter/release-v1.35.1
Prepare to release v1.35.1
2020-04-21 13:26:02 -04:00
Ben Tranter 2323bdd612
Prepare to release v1.35.1 2020-04-21 13:10:26 -04:00
Ben Tranter 0a48ed8ff9
Merge pull request #328 from bentranter/update-vulnerable-crypto-dependency
Update vulnerable x/crypto dependency
2020-04-21 13:04:43 -04:00
Ben Tranter eeae08cdad
Update vulnerable x/crypto dependency
Updates the vulnerable `golang.org/x/crypto` dependency.

The `golang.org/x/crypto` package is affected by
https://nvd.nist.gov/vuln/detail/CVE-2019-11840. This PR bumps the
library to an updated version that doesn't contain the vulnerability.
2020-04-21 12:33:22 -04:00
Hilary (hilz) Holz 083fe1d214
Merge pull request #327 from nicktate/ntate/release-v1.35.0
Prepare v1.35.0 release
2020-04-20 15:37:05 -07:00
Nicholas Tate d6f1faf240
Prepare v1.35.0 release 2020-04-20 15:32:07 -07:00
Hilary (hilz) Holz 8f63ef93c2
Merge pull request #326 from nicktate/ntate/feature/docr-repository-tag-count
Add TagCount field to registry/Repository
2020-04-20 15:19:42 -07:00
Nicholas Tate 82e7afa35f
Add TagCount field to registry/Repository 2020-04-20 14:38:18 -07:00
Hilary (hilz) Holz 0fe944838f
Merge pull request #325 from nicktate/ntate/feature/docr-ea-support
Ntate/feature/docr ea support
2020-04-17 15:11:55 -07:00
Nicholas Tate 2cc365a087
Add support for registry/DeleteTag and registry/DeleteManifest 2020-04-17 13:08:27 -07:00
Nicholas Tate 790f520130
Add support for registry/ListRepos and registry/ListRepoTags 2020-04-17 13:08:27 -07:00
Hilary (hilz) Holz b7d90e021c
Merge pull request #324 from bentranter/upgrade-to-go-114
Upgrade godo to Go 1.14
2020-04-17 11:12:51 -07:00
Ben Tranter e3d9d25849
Run go mod vendor and go mod tidy 2020-04-17 12:37:26 -04:00
Ben Tranter 2e903b10dc
Use DigitalOcean owned golang-pipeline
Updates our CI workflow to use the DigitalOcean owned
`golang-pipeline`, since it includes support for Go 1.14.
2020-04-16 17:29:49 -04:00
Ben Tranter e980c8dc54
Upgrade godo to Go 1.14
Upgrades godo to Go 1.14, and updates a few dependencies.

This can't be merged until support for Go 1.14 is added to the GitHub
Action we depend on.
2020-04-08 11:49:03 -04:00
Ben Tranter 3520764bef
Merge pull request #322 from hilary/update-contrib
update CONTRIBUTING
2020-03-31 15:14:56 -04:00
Hilary (hilz) Holz a6c16b05f7
Merge branch 'master' into update-contrib 2020-03-31 11:49:12 -07:00
Hilary (hilz) Holz 1823fb3c20
Merge pull request #321 from bentranter/release-v1.34.0
v1.34.0
2020-03-31 11:48:15 -07:00
Hilary (hilz) Holz 9c347f11bd
Merge branch 'master' into release-v1.34.0 2020-03-31 11:42:49 -07:00
Hilary (hilz) Holz 9098ff2fc6
Merge branch 'master' into update-contrib 2020-03-31 11:42:03 -07:00
Hilary (hilz) Holz afe5a9b97b
Merge pull request #323 from hilary/github-action-ci
switch CI from travis to github actions
2020-03-31 11:37:49 -07:00
Hilary Holz 73f7c94c97 switch CI from travis to github actions 2020-03-31 11:19:25 -07:00
Hilary Holz 60ef1725ce update CONTRIBUTING 2020-03-30 18:52:00 -07:00
Ben Tranter 8b498b7d48
Prepare to release v1.34.0 2020-03-30 12:29:42 -04:00
Ben Tranter fe3b2c825b
Merge pull request #320 from viola/master
Add VPC v3 attributes
2020-03-30 12:12:32 -04:00
Viola Holownia daf4b7b2c2 Add VPC v3 attributes 2020-03-30 09:09:07 -04:00
Hilary (hilz) Holz a1db2f5c36
Merge pull request #319 from hilary/v1.33.1
v1.33.1
2020-03-23 14:48:57 -07:00
Hilary Holz 1ccd149174 v1.33.1 2020-03-23 14:39:24 -07:00
Hilary (hilz) Holz d4918dc3c3
Merge pull request #318 from hilary/fix_objx
upgrade github.com/stretchr/objx past 0.1.1
2020-03-23 13:29:53 -07:00
Hilary Holz f52c02e20f upgrade github.com/stretchr/objx past 0.1.1 2020-03-23 10:58:31 -07:00
Ben Tranter d8bc2d10f1
Merge pull request #317 from anitgandhi/anitgandhi/v1.33.0
prepare for version v1.33.0
2020-03-20 11:29:31 -04:00
Anit Gandhi 3964ce3b2d prepare for version v1.33.0 2020-03-20 11:03:10 -04:00
Ben Tranter b81daab10a
Merge pull request #316 from anitgandhi/anitgandhi/lb-backend-keepalive
load balancers: add new enable_backend_keepalive field
2020-03-20 10:50:02 -04:00
Anit Gandhi e534d34652 load balancers: add new enable_backend_keepalive field 2020-03-16 17:48:22 -04:00