Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 2a0dfaf

Browse files
committed
Release 1.16.3
1 parent 0fbd0c8 commit 2a0dfaf

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

changelog/1.16.3.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "1.16.3"
3+
description: "Released on 03/25/21"
4+
---
5+
6+
### Breaking Changes ❗
7+
8+
There are no breaking changes in 1.16.3.
9+
10+
### Features ✨
11+
12+
There are no new features in 1.16.3.
13+
14+
### Bug Fixes 🐛
15+
16+
There are no bug fixes in 1.16.3.
17+
18+
### Security Updates 🔐
19+
20+
- infra: Updates environment network policies to remove egress restriction
21+
preventing users from specifying additional network policies pertaining to
22+
environments.In earlier versions, additional user egress policies were
23+
disregarded due to the broad nature of the existing egress policy.

manifest.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@
8585
{ "path": "./admin/environment-management/cvms.md" },
8686
{ "path": "./admin/environment-management/extensions.md" },
8787
{ "path": "./admin/environment-management/gpu-acceleration.md" },
88-
{ "path": "./admin/environment-management/installing-jetbrains.md" },
89-
{ "path": "./admin/environment-management/memory-overprovisioning.md" },
88+
{
89+
"path": "./admin/environment-management/installing-jetbrains.md"
90+
},
91+
{
92+
"path": "./admin/environment-management/memory-overprovisioning.md"
93+
},
9094
{ "path": "./admin/environment-management/shutdown.md" },
9195
{ "path": "./admin/environment-management/ssh-access.md" }
9296
]
@@ -112,7 +116,7 @@
112116
"path": "./guides/index.md",
113117
"navigable": false,
114118
"children": [
115-
{
119+
{
116120
"path": "./guides/admin/index.md",
117121
"navigable": false,
118122
"children": [
@@ -139,20 +143,18 @@
139143
{ "path": "./guides/deployments/teardown.md" }
140144
]
141145
},
142-
{ "path": "./guides/ssl-certificates/index.md",
146+
{
147+
"path": "./guides/ssl-certificates/index.md",
143148
"navigable": false,
144149
"children": [
145150
{ "path": "./guides/ssl-certificates/cloudflare.md" },
146151
{ "path": "./guides/ssl-certificates/route53.md" }
147152
]
148153
},
149-
{ "path": "./guides/mobile-development/index.md",
150-
"navigable": false
151-
},
152-
{ "path": "./guides/api.md",
153-
"navigable": false
154-
},
155-
{ "path": "./guides/troubleshooting/index.md",
154+
{ "path": "./guides/mobile-development/index.md", "navigable": false },
155+
{ "path": "./guides/api.md", "navigable": false },
156+
{
157+
"path": "./guides/troubleshooting/index.md",
156158
"navigable": false,
157159
"children": [
158160
{ "path": "./guides/troubleshooting/inotify-watch-limits.md" }
@@ -164,6 +166,7 @@
164166
"path": "./changelog/index.md",
165167
"children": [
166168
{ "path": "./changelog/1.17.0.md" },
169+
{ "path": "./changelog/1.16.3.md" },
167170
{ "path": "./changelog/1.16.2.md" },
168171
{ "path": "./changelog/1.16.1.md" },
169172
{ "path": "./changelog/1.16.0.md" },

0 commit comments

Comments
 (0)