Skip to content

Commit ec02bc3

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-397: change request with no subject merged in GitBook
1 parent 65fd708 commit ec02bc3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
46.2 KB
Loading

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
## In depth
103103

104104
* [Roadmap](features/roadmap.md)
105+
* [Release cycle](in-depth/release-cycle.md)
105106
* [Architecture](in-depth/architecture/README.md)
106107
* [How do VPN statistics work](in-depth/architecture/how-do-vpn-statistics-work.md)
107108
* [Security concepts](in-depth/architecture/security-concepts.md)

enterprise/all-enteprise-features/access-control-list/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ icon: user-shield
77
{% hint style="info" %}
88
Access Control List feature is available in Defguard Core v1.3.0 and Defgaurd Gateway v1.3.0.
99

10-
Defguard Gateway v1.3.0 supports Linux machines with [NFTables](https://nftables.org/).
10+
Defguard Gateway v1.3.0 supports Linux machines with [NFTables](https://nftables.org/).\
1111
Defguard Gateway v1.4.0 supports FreeBSD, NetBSD, and macOS machines with Packet Filter (PF).
1212
{% endhint %}
1313

@@ -67,8 +67,7 @@ Defguard does not track rule application status per location. In the event of ne
6767
Use the **Deploy pending changes** button to apply all the rules from **Pending Changes** section.
6868

6969
{% hint style="info" %}
70-
71-
## Batch rule application
70+
### Batch rule application
7271

7372
Defguard’s ACL functionality is designed to allow users to apply access control rules in batches. This approach minimizes the risk of transient network issues that could occur when deploying rules individually. By grouping changes and deploying them together, the system reduces the likelihood of connectivity hiccups or firewall disruptions.
7473
{% endhint %}
@@ -140,7 +139,7 @@ Access Control List (ACL) rules in Defguard are used to manage **who can access
140139
* At least one "allowed" source must always be specified - this defines who gets access.
141140
* Optionally, you can **exclude** specific users, groups, or devices using the "denied" section.
142141
* You can use this combination to create flexible rules, such as:\
143-
_Allow everyone in the “Remote Workers” group except a few individuals access specific office network._
142+
&#xNAN;_Allow everyone in the “Remote Workers” group except a few individuals access specific office network._
144143

145144
This setup helps controlling access clearly and safely without worrying about lower-level network and firewall behavior.
146145

in-depth/release-cycle.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Release cycle
2+
3+
* Stable (final) release cycle length is 4 weeks.
4+
* After 4 weeks an alpha release is created (for example 1.4-alpha).
5+
* Alpha release gets tested and fixed until it reaches a stable state. The stabilisation window is 2 weeks. After the window the release gets promoted do _final_ (1.4).
6+
* At the same time a following release development is started (1.5) and the cycle gets repeated.
7+
8+
<figure><img src="../.gitbook/assets/Screenshot 2025-06-06 at 10.44.24.png" alt=""><figcaption></figcaption></figure>

0 commit comments

Comments
 (0)