Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.42.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aleathersf5 committed Jan 12, 2024
2 parents 4dc7b42 + e56d7ce commit afbc340
Show file tree
Hide file tree
Showing 207 changed files with 9,584 additions and 3,732 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ teardown_for_other_project:
# Deploy docs to Pages for review
# Docs are staged on this projects pages site
pages:
image: $DOCKER_URL/node:16
stage: docs
allow_failure: true
environment:
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
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).

## 1.42.0
### Added
- AUTOTOOL-4071: Ability to set WAF Settings: ecard_max_http_req_uri_len, ignore_cookies_msg_key, and cookie_secure_attr
- AUTOTOOL-4107: ([GitHub 368](https://github.com/F5Networks/f5-declarative-onboarding/issues/368)): RoutingBGP neighbors addressFamilies asOverrideEnabled property

### Fixed
- 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

### Changed

### Removed

## 1.41.0
### Added
- AUTOTOOL-4020: ([GitHub 86](https://github.com/F5Networks/f5-declarative-onboarding/issues/86)): Update trust certificates when updating device certificate
Expand All @@ -17,6 +29,7 @@ Changes to this project are documented in this file. More detail and links can b
- AUTOTOOL-3931: ([GitHub Issue 656](https://github.com/F5Networks/f5-appsvcs-extension/issues/656)): Add WAF Settings configuration support on DO
- AUTOTOOL-3959: Add routeDomain property to RoutingPrefixList
- AUTOTOOL-1631: ([GitHub Issue 139](https://github.com/F5Networks/f5-declarative-onboarding/issues/139)): Configure username and password prompts
- AUTOTOOL-4018: ([GitHub Issue 335](https://github.com/F5Networks/f5-declarative-onboarding/issues/335)): Support for adding existing partition as userPartition in RemoteAuthRole

### Fixed
- AUTOTOOL-3942: Fix documentation output from newlines in guiSecurityBannerText
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Be sure to see the [Support page](SUPPORT.md) in this repo for more details and

## Copyright

Copyright 2014-2023 F5, Inc.
Copyright 2014-2024 F5, Inc.

### F5 Networks Contributor License Agreement

Expand Down
2 changes: 1 addition & 1 deletion contributing/process_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
* Tag the appropriate branch with the updated `<version>-<build>` (e.g. v1.35.0-4)
* Upload the build to Artifactory
* Send an email to the team with build details
* Point the `gitBranch` variable in the AS3 schedule in the atg-build repository back to `develop`
* Point the `gitBranch` variable in the DO schedule in the atg-build repository back to `develop`
* Prepare the `develop` branch for the next development cycle
* `git checkout develop`
* `git pull`
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

# General information about the project.
project = u'F5 Declarative Onboarding'
copyright = u'2023, F5 Networks'
copyright = u'2024, F5 Networks'
author = u'F5 Networks'

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 4 additions & 0 deletions docs/revision-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Document Revision History
- Description
- Date

* - 1.41
- 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.
- 11-14-23

* - 1.40
- 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|.
- 9-12-23
Expand Down
6 changes: 6 additions & 0 deletions examples/bgp.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"neighbors": [
{
"address": "192.0.2.1",
"addressFamilies": [
{
"internetProtocol": "ipv4",
"asOverrideEnabled": true
}
],
"ebgpMultihop": 2,
"peerGroup": "Neighbor"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/onboardViaBigIqAws.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}
},
"shell": "tmsh",
"password": "adminpassword"
"password": "adminpass1word"
},
"root": {
"class": "User",
"userType": "root",
"newPassword": "rootpassword",
"oldPassword": "adminpassword"
"newPassword": "rootpass1word",
"oldPassword": "adminpass1word"
}
}
},
Expand Down
Loading

0 comments on commit afbc340

Please sign in to comment.