Skip to content

Commit

Permalink
Updated changelog and set liveness probe to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Nov 22, 2024
1 parent e7cdf78 commit 5df7775
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions changelog/v2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update timeoutSeconds for liveness probe in helm chart from 1 to 3
- Updated hms-trs-app-api vendor code (bug fixes and enhancements)
- Passed PCS's log level through to TRS to match PCS
- Passed PCS's log level through to TRS to match PCS's
- Configured TRS to use connection pools for status requests to BMCs
- Did not modify transition and power cap paths to use connection pools
- Renamed PCS_STATUS_HTTP_TIMEOUT to PCS_STATUS_TIMEOUT as it is not an
http timeout
- Added PCS_MAX_IDLE_CONNS and PCS_MAX_IDLE_CONNS_PER_HOST env variables
which allow overriding connection pool settings in TRS
which allow overriding PCS's connection pool settings in TRS
- The above variables are configurable on PCS's helm chart
- Fixed many resource leaks associated with TRS and http requests
- Fixed many resource leaks associated with making http requests and using TRS
- Update required version of Go to 1.23 to avoid
https://github.com/golang/go/issues/59017
- Update timeoutSeconds for liveness probe in helm chart from 1 to 2

## [2.0.10] - 2024-10-25

Expand Down
9 changes: 4 additions & 5 deletions changelog/v2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update timeoutSeconds for liveness probe in helm chart from 1 to 3
- Updated hms-trs-app-api vendor code (bug fixes and enhancements)
- Passed PCS's log level through to TRS to match PCS
- Passed PCS's log level through to TRS to match PCS's
- Configured TRS to use connection pools for status requests to BMCs
- Did not modify transition and power cap paths to use connection pools
- Renamed PCS_STATUS_HTTP_TIMEOUT to PCS_STATUS_TIMEOUT as it is not an
http timeout
- Added PCS_MAX_IDLE_CONNS and PCS_MAX_IDLE_CONNS_PER_HOST env variables
which allow overriding connection pool settings in TRS
which allow overriding PCS's connection pool settings in TRS
- The above variables are configurable on PCS's helm chart
- Fixed many resource leaks associated with TRS and http requests
- Fixed many resource leaks associated with making http requests and using TRS
- Update required version of Go to 1.23 to avoid
https://github.com/golang/go/issues/59017
- Update timeoutSeconds for liveness probe in helm chart from 1 to 2

## [2.1.9] - 2024-10-25

Expand Down
2 changes: 1 addition & 1 deletion charts/v2.0/cray-power-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cray-service:
path: /v1/liveness
initialDelaySeconds: 15
periodSeconds: 5
timeoutSeconds: 2
timeoutSeconds: 3
readinessProbe:
httpGet:
port: 28007
Expand Down
2 changes: 1 addition & 1 deletion charts/v2.1/cray-power-control/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ cray-service:
path: /v1/liveness
initialDelaySeconds: 15
periodSeconds: 5
timeoutSeconds: 2
timeoutSeconds: 3
readinessProbe:
httpGet:
port: 28007
Expand Down

0 comments on commit 5df7775

Please sign in to comment.