Skip to content

Commit

Permalink
Merge pull request #6723 from bbiggerr/api-docs-v4.167.3
Browse files Browse the repository at this point in the history
API Docs v4.167.3
  • Loading branch information
bbiggerr authored Nov 7, 2023
2 parents 6884efc + eafbcec commit 4d186e6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
9 changes: 6 additions & 3 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.167.1
# github.com/linode/linode-api-docs/v4 v4.167.3
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: 2021-09-17
modified_by:
name: Linode
title: "Kubernetes Security Best Practices Overview"
title_meta: "Kubernetes Security Best Practices: A Beginner's Overview"
title_meta: "Kubernetes Security Best Practices"
authors: ["Jack Wallen"]
---

Expand Down
15 changes: 15 additions & 0 deletions docs/release-notes/api/v4.167.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: API v4.167.3
date: 2023-11-07
version: 4.167.3
---

### Changed

* You can now assign a Firewall to a Linode compute instance by utilizing the `firewall_id` when running the [Linode Create](/docs/api/linode-instances/#linode-create) operation.

* The following [rate limit](/docs/api/#rate-limiting) changes have been made:
* General API request rate limit reduced from 1,600 requests every 2 minutes to 800 requests every 2 minutes.
* Default operation rate limit reduced from 800 requests per minute to 400 requests per minute.
* GET collection operation default rate limit reduced from 400 requests per minute to 200 requests per minute.
* Statistics operations rate limit reduced from 100 requests per minute to 50 requests per minute.
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.167.1 // indirect
github.com/linode/linode-api-docs/v4 v4.167.3 // indirect
github.com/linode/linode-docs-theme v0.0.0-20231012145617-4443035551a6 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ github.com/linode/linode-api-docs/v4 v4.166.0 h1:YJhGDotvYcI/8VO3OLFYPzo7KknBhQ9
github.com/linode/linode-api-docs/v4 v4.166.0/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.167.1 h1:4eSHN4zXug1P+8L7vAEtFnOQAYXLo4tuGNDJPodczMM=
github.com/linode/linode-api-docs/v4 v4.167.1/go.mod h1:JRT7kOTjArLJngT4KkAnxWNGszYSP+zlQg2OHQ407RI=
github.com/linode/linode-api-docs/v4 v4.167.3 h1:Af+5sGL4BfTUDwL8Bklf322jAmuND5FBsZe9EFoYOo4=
github.com/linode/linode-api-docs/v4 v4.167.3/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 4d186e6

Please sign in to comment.