Skip to content

Commit

Permalink
merge v1.27.0 into master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettdieckmann committed Mar 8, 2022
1 parent 3bc1439 commit be6441c
Show file tree
Hide file tree
Showing 88 changed files with 9,727 additions and 3,261 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include:
# adds atg_shared_checks_result job to test stage
- project: automation-toolchain/atg-shared-templates
file: security/base.gitlab-ci.yml
ref: v1.0.4
ref: v1.1.3


##############################################################
Expand All @@ -36,7 +36,7 @@ include:
- npm run install-test
- npm install [email protected] --no-optional
- echo "**** Using mocha 5.2.0 ****"
- elif [[ "$ver" == "v6." ]]; then
- elif [[ "$ver" == "v6." ]] || [[ "$nodeFullVer" == "v8.11.1" ]]; then
# workaround for npm upgrade, otherwise it missing basic modules
- npm i -g npm3 && npm3 -g uninstall npm
- npm3 i -g [email protected]
Expand Down Expand Up @@ -173,7 +173,7 @@ test_node6:
test_node8:
extends:
- .run_unittest
image: ${ARTIFACTORY_DOCKER_HUB}/node:8
image: ${ARTIFACTORY_DOCKER_HUB}/node:8.11.1

# Node 10 LTS (active, maintenance)
test_node10:
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog
Changes to this project are documented in this file. More detail and links can be found in the Telemetry Streaming [Document Revision History](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html).

## 1.27.0
### Added
- AUTOTOOL-2925: Save recent declarations to a file
### Fixed
- AUTOTOOL-2938: [GitHub #184](https://github.com/F5Networks/f5-telemetry-streaming/issues/184): Added additional sanitation to StatsD metric and tag naming
- AUTOTOOL-3023: RegEx catastrophic backtracking on attempt to mask secrets in JSON data
- AUTOTOOL-2969: [GitHub #174](https://github.com/F5Networks/f5-telemetry-streaming/issues/174): Added info about installed ASM attack signatures
### Changed
- AUTOTOOL-2959: Update npm packages (@opentelemetry/api from 1.0.3 to 1.0.4, @opentelemetry/sdk-metrics-base from 0.26.0 to 0.27.0, jmespath from 0.15.0 to 0.16.0). Replaced deprecated @opentelemetry/exporter-collector-proto with @opentelemetry/exporter-metrics-otlp-proto 0.27.0
- AUTOTOOL-2976: Replaced grpc-js package by F5-specific grpc-js-0.2-modified
- AUTOTOOL-2979: Update DataDog consumer to use the v2 logs API
- AUTOTOOL-2907: Close Tracer by timeout when inactive
- AUTOTOOL-3038: Add support for ElasticSearch 8
### Removed

## 1.26.0
### Added
- AUTOTOOL-2801: [GitHub #171](https://github.com/F5Networks/f5-telemetry-streaming/issues/171): Added fqdn property to pool members that use FQDNs
Expand Down
3 changes: 2 additions & 1 deletion SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Currently supported versions:
| Software Version | Release Type | First Customer Ship | End of Support |
|------------------|---------------|---------------------|-----------------|
| TS 1.20.1 | LTS | 30-Jun-2021 | 30-Jun-2022 |
| TS 1.24.0 | Feature | 02-Nov-2021 | 02-Feb-2022 |
| TS 1.25.0 | Feature | 14-Dec-2021 | 14-Mar-2022 |
| TS 1.26.0 | Feature | 25-Jan-2022 | 25-Apr-2022 |
| TS 1.27.0 | Feature | 09-Mar-2022 | 09-Jun-2022 |

Versions no longer supported:

Expand Down Expand Up @@ -49,5 +49,6 @@ Versions no longer supported:
| TS 1.21.0 | Feature | 28-Jun-2021 | 28-Sep-2021 |
| TS 1.22.0 | Feature | 09-Aug-2021 | 09-Nov-2021 |
| TS 1.23.0 | Feature | 21-Sep-2021 | 21-Dec-2021 |
| TS 1.24.0 | Feature | 02-Nov-2021 | 02-Feb-2022 |

See the [Release notes](https://github.com/F5Networks/f5-telemetry-streaming/releases) and [Telemetry Streaming documentation](https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/revision-history.html) for new features and issues resolved for each release.
2 changes: 1 addition & 1 deletion contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ How does the project handle a typical `POST` request?
"trace": false,
"format": "default"
},
"schemaVersion": "1.26.0"
"schemaVersion": "1.27.0"
}
}
```
Expand Down
2 changes: 2 additions & 0 deletions contributing/process_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
* 1.24.0 - 19.2 MB
* 1.25.0 - 17.7 MB
* 1.26.0 - 17.8 MB
* 1.27.0 - 17.7 MB
* Install build to BIG-IP, navigate to folder `/var/config/rest/iapps/f5-telemetry/` and check following:
* Run `du -sh` and check that folder's size (shouldn't be much greater than previous versions):
* 1.4.0 - 65 MB
Expand All @@ -87,6 +88,7 @@
* 1.24.0 - 134 MB
* 1.25.0 - 130 MB
* 1.26.0 - 127 MB
* 1.27.0 - 127 MB
* Check `node_modules` folder - if you see `eslint`, `mocha` or something else from [package.json](package.json) `devDependencies` section - something wrong with build process. Probably some `npm` flags are work as not expected and it MUST BE FIXED before publishing.
* Ensure that all tests (unit tests and functional tests passed)
* Optional: Ensure that your local tags match remote. If not, remove all and re-fetch:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
# The short X.Y version.
version = u''
# The full version, including alpha/beta/rc tags.
release = u'1.26.0'
release = u'1.27.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 7 additions & 0 deletions examples/output/system_poller/output.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,13 @@
"max": 0,
"name": "sslTps"
}
},
"asmAttackSignatures": {
"ff8080817a3a4908017a3a490958000e": {
"filename": "ASM-AttackSignatures_20190716_122131.im",
"createDateTime": 1563279691000,
"name": "ff8080817a3a4908017a3a490958000e"
}
}
},
"virtualServers": {
Expand Down
Loading

0 comments on commit be6441c

Please sign in to comment.