Skip to content

Commit

Permalink
Merge pull request linode#6854 from bbiggerr/api-docs-4.173.0
Browse files Browse the repository at this point in the history
API Docs v4.173.0
  • Loading branch information
bbiggerr authored Feb 22, 2024
2 parents 0bab47a + 1d65cfb commit ab017a3
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 8 deletions.
49 changes: 43 additions & 6 deletions _vendor/github.com/linode/linode-api-docs/v4/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# github.com/bep/turbo/v7 v7.20300.20000
# github.com/gohugoio/hugo-mod-jslibs/instantpage v0.5.1
# github.com/instantpage/instant.page v5.1.1+incompatible
# github.com/linode/linode-api-docs/v4 v4.171.0
# github.com/linode/linode-api-docs/v4 v4.173.0
17 changes: 17 additions & 0 deletions docs/release-notes/api/v4.173.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: API v4.173.0
date: 2024-02-20
version: 4.173.0
---

### Changed

- **Managed MySQL Database Update** ([PUT /databases/mysql/instances/{instanceId}](/docs/api/databases/#managed-mysql-database-update))

**Managed PostgreSQL Database Update** ([PUT /databases/postgresql/instances/{instanceId}](/docs/api/databases/#managed-postgresql-database-update))

When updating Managed Databases with these commands, you can now resize clusters to use Linodes of equal or greater disk space by including the desired plan `type` in your request.

### Fixed

- Fixed a bug that allowed unsupported IPv6 address zone_id notation in requests when creating or updating Cloud Firewall rules.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ go 1.15

require (
github.com/hotwired/turbo v7.0.1+incompatible // indirect
github.com/linode/linode-api-docs/v4 v4.171.0 // indirect
github.com/linode/linode-api-docs/v4 v4.173.0 // indirect
github.com/linode/linode-docs-theme v0.0.0-20240220192940-74515c307486 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ github.com/linode/linode-api-docs/v4 v4.170.2 h1:sinJqcS08nq2EZz0h/1J13zNZYJ3kt9
github.com/linode/linode-api-docs/v4 v4.170.2/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.171.0 h1:hEd02yYnRH+ZRokR+694+qU8XTaBD3BKJwaflzkLy18=
github.com/linode/linode-api-docs/v4 v4.171.0/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.173.0 h1:bh4gyJjunSLHuHn5SwrfrXn7QngdijND4eoGMjFpAPw=
github.com/linode/linode-api-docs/v4 v4.173.0/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-docs-theme v0.0.0-20220622135843-166f108e1933 h1:QchGQS6xESuyjdlNJEjvq2ftGX0sCTAhPhD5hAOJVMI=
github.com/linode/linode-docs-theme v0.0.0-20220622135843-166f108e1933/go.mod h1:6kYeZt+rMvJFZ9Wbnm4CDSn8Sg1MuYjr2Kx6W/awiQM=
github.com/linode/linode-docs-theme v0.0.0-20220718150422-ea48dbf69943 h1:BE3OgPTfmSdYeNUxcC1clIpJZhdMmYByCCCap0njwyY=
Expand Down

0 comments on commit ab017a3

Please sign in to comment.