We released an updated version of Apigee (1-14-0-apigee-3). We released an updated version of the Apigee hybrid software, 1.14.0-hotfix.1
Share
Services
## Announcement
On January 9, 2025, we released an updated version of Apigee (1-14-0-apigee-3).
**Note:** Rollouts of this release to production instances will begin within two business days and may take four or more business days to be completed across all Google Cloud zones. Your instances may not have the features and fixes available until the rollout is complete.
## Fix
| Bug ID | Description |
| ------------------------ | ------------------------------------------------------------------------ |
| **365406457** | **Implemented fix to optimize CPU usage and close sockets when needed.** |
| **382967738, 383113773** | **Fixed security vulnerability in PythonScript policy.** |
| **382883585** | **Fixed security vulnerability in JavaCallout policy.** |
| **N/A** | **Updates to security infrastructure and libraries.** |
## Announcement
### hybrid 1.14.0-hotfix.1
On January 9, 2025 we released an updated version of the Apigee hybrid software, 1.14.0-hotfix.1.
* For information on upgrading, see [Upgrading Apigee hybrid to version v1.14](https://cloud.google.com/apigee/docs/hybrid/v1.14/upgrade).
* For information on new installations, see [The big picture](https://cloud.google.com/apigee/docs/hybrid/v1.14/big-picture).
**Note:** This release only affects the `apigee-telemetry` chart.
#### **Instructions**:
To install 1.14.0-hotfix.1:
1. In your `overrides.yaml` file update the value of `metrics.sdSidecar.image.tag` to `0.10.0`. Add the following stanza:
```
metrics:
sdSidecar:
image:
url: "gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar"
tag: "0.10.0"
```
2. Apply the changes to the `apigee-telemetry` chart:
1. Dry run:
```
helm upgrade telemetry apigee-telemetry/ \
--install \
--namespace APIGEE_NAMESPACE \
--atomic \
-f overrides.yaml \
--dry-run=server
```
2. Install the chart:
```
helm upgrade telemetry apigee-telemetry/ \
--install \
--namespace APIGEE_NAMESPACE \
--atomic \
-f overrides.yaml
```
3. Verify the change by checking its state:
```
kubectl -n APIGEE_NAMESPACE get apigeetelemetry apigee-telemetry
```
## Fix
| Bug ID | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **367681534** | **Tagging [apigee-stackdriver-prometheus-sidecar](http://gcr.io/apigee-release/hybrid/apigee-stackdriver-prometheus-sidecar:0.10.0) to prevent removal from customer repos after 2 years due to infrequent updates.** |