Skip to content

Commit afbc340

Browse files
committed
Merge remote-tracking branch 'origin/1.42.0' into main
2 parents 4dc7b42 + e56d7ce commit afbc340

File tree

207 files changed

+9584
-3732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+9584
-3732
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ teardown_for_other_project:
431431
# Deploy docs to Pages for review
432432
# Docs are staged on this projects pages site
433433
pages:
434+
image: $DOCKER_URL/node:16
434435
stage: docs
435436
allow_failure: true
436437
environment:

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
Changes to this project are documented in this file. More detail and links can be found in the Declarative Onboarding [Document Revision History](https://clouddocs.f5.com/products/extensions/f5-declarative-onboarding/latest/revision-history.html).
33

4+
## 1.42.0
5+
### Added
6+
- AUTOTOOL-4071: Ability to set WAF Settings: ecard_max_http_req_uri_len, ignore_cookies_msg_key, and cookie_secure_attr
7+
- AUTOTOOL-4107: ([GitHub 368](https://github.com/F5Networks/f5-declarative-onboarding/issues/368)): RoutingBGP neighbors addressFamilies asOverrideEnabled property
8+
9+
### Fixed
10+
- AUTOTOOL-4058: ([GitHub 363](https://github.com/F5Networks/f5-declarative-onboarding/issues/363)) and ([GitHub 329](https://github.com/F5Networks/f5-declarative-onboarding/issues/329)): Creating a RoutingBGP fails if a RouteMap is not in the declaration
11+
12+
### Changed
13+
14+
### Removed
15+
416
## 1.41.0
517
### Added
618
- AUTOTOOL-4020: ([GitHub 86](https://github.com/F5Networks/f5-declarative-onboarding/issues/86)): Update trust certificates when updating device certificate
@@ -17,6 +29,7 @@ Changes to this project are documented in this file. More detail and links can b
1729
- AUTOTOOL-3931: ([GitHub Issue 656](https://github.com/F5Networks/f5-appsvcs-extension/issues/656)): Add WAF Settings configuration support on DO
1830
- AUTOTOOL-3959: Add routeDomain property to RoutingPrefixList
1931
- AUTOTOOL-1631: ([GitHub Issue 139](https://github.com/F5Networks/f5-declarative-onboarding/issues/139)): Configure username and password prompts
32+
- AUTOTOOL-4018: ([GitHub Issue 335](https://github.com/F5Networks/f5-declarative-onboarding/issues/335)): Support for adding existing partition as userPartition in RemoteAuthRole
2033

2134
### Fixed
2235
- AUTOTOOL-3942: Fix documentation output from newlines in guiSecurityBannerText

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Be sure to see the [Support page](SUPPORT.md) in this repo for more details and
2525

2626
## Copyright
2727

28-
Copyright 2014-2023 F5, Inc.
28+
Copyright 2014-2024 F5, Inc.
2929

3030
### F5 Networks Contributor License Agreement
3131

contributing/process_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* Tag the appropriate branch with the updated `<version>-<build>` (e.g. v1.35.0-4)
6060
* Upload the build to Artifactory
6161
* Send an email to the team with build details
62-
* Point the `gitBranch` variable in the AS3 schedule in the atg-build repository back to `develop`
62+
* Point the `gitBranch` variable in the DO schedule in the atg-build repository back to `develop`
6363
* Prepare the `develop` branch for the next development cycle
6464
* `git checkout develop`
6565
* `git pull`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676
# General information about the project.
7777
project = u'F5 Declarative Onboarding'
78-
copyright = u'2023, F5 Networks'
78+
copyright = u'2024, F5 Networks'
7979
author = u'F5 Networks'
8080

8181
# The version info for the project you're documenting, acts as replacement for
@@ -85,7 +85,7 @@
8585
# The short X.Y version.
8686
version = u''
8787
# The full version, including alpha/beta/rc tags.
88-
release = u'1.40.0'
88+
release = u'1.41.0'
8989

9090
# The language for content autogenerated by Sphinx. Refer to documentation
9191
# for a list of supported languages.

docs/revision-history.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Document Revision History
1111
- Description
1212
- Date
1313

14+
* - 1.41
15+
- Updated the documentation for Declarative Onboarding v1.41.0. This release contains the following changes: |br| * Added support for updating trust certificates when updating device certificate, `GitHub Issue 86 <https://github.com/F5Networks/f5-declarative-onboarding/issues/86>`_ |br| |br| Issues Resolved: |br| * Reports error with Radius server.
16+
- 11-14-23
17+
1418
* - 1.40
1519
- Updated the documentation for Declarative Onboarding v1.40.0. This release contains the following changes: |br| * Added support for configuring BIG-IP ASM options in a declaration (see :ref:`AS3 options <asmdo>`), `GitHub Issue 656 <https://github.com/F5Networks/f5-appsvcs-extension/issues/656>`_ |br| * Support for configuring username and password prompts (see :ref:`Configuring username and password prompts<unpw>`) |br| * Added support for the route-domain attribute in Routing Prefix lists (see the updated :ref:`Routing Prefix List example <example26>`) |br| |br| Issues Resolved: |br| * Fix documentation output in the Schema Reference for the |system|.
1620
- 9-12-23

examples/bgp.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,12 @@
131131
"neighbors": [
132132
{
133133
"address": "192.0.2.1",
134+
"addressFamilies": [
135+
{
136+
"internetProtocol": "ipv4",
137+
"asOverrideEnabled": true
138+
}
139+
],
134140
"ebgpMultihop": 2,
135141
"peerGroup": "Neighbor"
136142
},

examples/onboardViaBigIqAws.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
}
3232
},
3333
"shell": "tmsh",
34-
"password": "adminpassword"
34+
"password": "adminpass1word"
3535
},
3636
"root": {
3737
"class": "User",
3838
"userType": "root",
39-
"newPassword": "rootpassword",
40-
"oldPassword": "adminpassword"
39+
"newPassword": "rootpass1word",
40+
"oldPassword": "adminpass1word"
4141
}
4242
}
4343
},

0 commit comments

Comments
 (0)