Skip to content

Commit 06e27f6

Browse files
author
Joe Jordan
committed
Doc release branch back to 1.35.0
1 parent f043738 commit 06e27f6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Currently supported versions:
1515
|------------------|---------------|---------------------|-----------------|
1616
| DO 1.27.1 | LTS | 08-Mar-2022 | 08-Mar-2023 |
1717
| DO 1.34.0 | Feature | 15-Nov-2022 | 15-Feb-2023 |
18-
| DO 1.35.0 | Feature | 10-Jan-2023 | 10-Apr-2023 |
18+
| DO 1.35.0 | Feature | 12-Jan-2023 | 12-Apr-2023 |
1919

2020

2121
\* Fix for Allowed schema version

docs/declarations/network-objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ This example shows how you can create VXLAN tunnels using BIG-IP Declarative Onb
380380

381381
Virtual eXtended LAN (VXLAN) is a network virtualization scheme that overlays Layer 2 over Layer 3. VLXAN uses Layer 3 multicast to support the transmission of multicast and broadcast traffic in the virtual network, while decoupling the virtualized network from the physical infrastructure. See |vxlant| for more information and manual configuration.
382382

383-
.. WARNING:: When you create a VXLAN tunnel, the BIG-IP silently sets ltm global-settings accept-ip-options to true. F5 recommends that if you are using a VXLAN tunnel, you explicitly set TrafficControl acceptIpOptions to what you want. See |tcref| for more information about Traffic Control and acceptIpOptions. Also see the :ref:`Traffic Control example<trafcontrol>` on this page.
383+
.. WARNING:: When you create a VXLAN tunnel, the BIG-IP silently sets ltm global-settings accept-ip-options to true. F5 recommends that if you are using a VXLAN tunnel, you explicitly set TrafficControl acceptIpOptions to either true (default) or false. See |tcref| for more information about Traffic Control and acceptIpOptions. Also see the :ref:`Traffic Control example<trafcontrol>` on this page.
384384

385385
See |tunnel| in the Schema Reference for BIG-IP DO usage and options.
386386

docs/revision-history.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Document Revision History
1212
- Date
1313

1414
* - 1.35
15-
- Updated the documentation for Declarative Onboarding v1.35.0. This release contains the following changes: |br| * Added the **forceInitialPasswordChange** property for the User class (see the updated :ref:`User class example<example4>`) |br| |br| Issues Resolved: |br| * Restarting mcpd may wait for services that are not required, `GitHub Issue 322 <https://github.com/F5Networks/f5-declarative-onboarding/issues/322>`_ |br| * Configuring TACACS can skip reporting errors
16-
- 1-10-23
15+
- Updated the documentation for Declarative Onboarding v1.35.0. This release contains the following changes: |br| * Added the **forceInitialPasswordChange** property for the User class (see the updated :ref:`User class example<example4>`) |br| |br| Issues Resolved: |br| * Restarting mcpd may wait for services that are not required, `GitHub Issue 322 <https://github.com/F5Networks/f5-declarative-onboarding/issues/322>`_ |br| * Configuring TACACS can skip reporting errors |br| * Issues when there are no Firewall Policies to be processed |br| * Improve handling on route-domains, by fixing error: "tryuntil error: ioctl failed: No such device", `GitHub Issue 323 <https://github.com/F5Networks/f5-declarative-onboarding/issues/323>`_
16+
- 1-12-23
1717

1818
* - 1.34
1919
- Updated the documentation for Declarative Onboarding v1.34.0. This release contains the following changes: |br| * Added KexAlgorithms for SSHD (see |sshd| in the Schema Reference) |br| * The task ID is now included in the DO log output (see the note in :ref:`Note and Tips<notestips>` )

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"versionMetaTimestamp": 1540928503,
33
"latestVersion": {
4-
"name": "1.33 (non-LTS)",
4+
"name": "1.35 (non-LTS)",
55
"url": "/products/extensions/f5-declarative-onboarding/latest/"
66
},
77
"otherVersions": [

0 commit comments

Comments
 (0)