Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.43.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
aleathersf5 committed Mar 8, 2024
2 parents afbc340 + 73bc687 commit af5ffa4
Show file tree
Hide file tree
Showing 25 changed files with 6,960 additions and 415 deletions.
16 changes: 0 additions & 16 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,22 +144,6 @@ test_node:latest:
reports:
junit: test_report.xml

test-bigiq-ui:
stage: test
needs: []
parallel:
matrix:
- BIGIQ_BRANCH: [master/palisade, master/quartz, master/rainier]
allow_failure: true
script:
- git clone --branch $BIGIQ_BRANCH --depth 1 https://gitlab-ci-token:${CI_JOB_TOKEN}@$CI_SERVER_HOST:$CI_SERVER_PORT/bigiq-mgmt/bigiq-mgmt-test
- cd bigiq-mgmt-test/tools/declarativeOnboardSchemaValidator
- npm ci
- cp -r ../../../src/schema/latest/ schema
- node validateDO_UiSchemaTest.js > output
- cat output
- 'grep -q "Total Failures : 0" output'

coverage:
image: $DOCKER_URL/node:16
stage: test
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# 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.43.0
### Added

### Fixed

### Changed
- Updated packages to latest available versions

### Removed

## 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
Expand Down
6 changes: 4 additions & 2 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Currently supported versions:
| Software Version | Release Type | First Customer Ship | End of Support |
|------------------|---------------|---------------------|-----------------|
| DO 1.36.1 | LTS | 09-Mar-2023 | 09-Mar-2024 |
| DO 1.39.0 | Feature | 24-Jul-2023 | 24-Oct-2023 |
| DO 1.39.1 | LTS | 12-Sep-2023 | 12-Sep-2024 |
| DO 1.40.0 | Feature | 12-Sep-2023 | 12-Dec-2023 |
| DO 1.41.0 | Feature | 13-Nov-2023 | 13-Feb-2024 |
| DO 1.42.0 | Feature | 16-Jan-2024 | 16-Apr-2024 |


\* Fix for Allowed schema version
Expand Down Expand Up @@ -68,6 +68,8 @@ Versions no longer supported:
| DO 1.36.0 | Feature | 09-Feb-2023 | 09-May-2023 |
| DO 1.37.0 | Feature | 27-Mar-2022 | 27-Jun-2023 |
| DO 1.38.0 | Feature | 22-May-2023 | 22-Aug-2023 |
| DO 1.39.0 | Feature | 24-Jul-2023 | 24-Oct-2023 |
| DO 1.40.0 | Feature | 12-Sep-2023 | 12-Dec-2023 |

\* Fix for updated Docker Container packaging only

Expand Down
8 changes: 3 additions & 5 deletions contributing/process_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,9 @@
```
* git add, commit, and push.
* Submit an MR for these changes and wait for approval.
* Perform the "Actions on night before Go/No-Go meeting".
* Perform the "Actions after go ahead from Go/No-Go meeting".
* Perform the "Actions after confirming GO for release".

### Actions on night before Go/No-Go meeting:
### Actions after confirming GO for release:
* Using the GUI, create 2 MRs
* 1 MR to merge release branch to `main`.
* 1 MR to merge release branch to `develop`.
Expand All @@ -101,8 +100,7 @@
* `git push`
* Via GUI, create an MR to merge this into `<main/develop>`
* Using the GUI, create a tag on the `main` branch in the format `v<version>` (e.g. `v1.34.0`).
### Actions after go ahead from Go/No-Go meeting:
* Confirm with Hannah things are good to go.
* Artifacts are copied from main to GitHub and Docker Hub by release management.
* Close your Jira task when the release is complete.

## Documentation Release process
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
# The short X.Y version.
version = u''
# The full version, including alpha/beta/rc tags.
release = u'1.41.0'
release = u'1.42.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.42
- Updated the documentation for Declarative Onboarding v1.42.0. This release contains the following changes: |br| * Ability to set WAF Settings: ecard_max_http_req_uri_len, ignore_cookies_msg_key, and cookie_secure_attr |br| * Added support for RoutingBGP neighbors addressFamilies asOverrideEnabled property, `GitHub Issue 368 <https://github.com/F5Networks/f5-declarative-onboarding/issues/368>`_ |br| |br| Issues Resolved: |br| * Creating a RoutingBGP fails if a RouteMap is not in the declaration, `GitHub Issue 363 <https://github.com/F5Networks/f5-declarative-onboarding/issues/363>`_ and `GitHub Issue 329 <https://github.com/F5Networks/f5-declarative-onboarding/issues/329>`_
- 1-16-24

* - 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
Expand Down
Loading

0 comments on commit af5ffa4

Please sign in to comment.