February 06, 2026
v1.16.0-hotfix.1
Announcement
hybrid 1.16.0-hotfix.1
On February 6, 2026 we released Apigee hybrid 1.16.0-hotfix.1.
Apply this hotfix with the following steps:
- In your overrides file, update the
image.urlandimage.tagproperties ofaoandmartto version1.16.0-hotfix.1:ao: image: url: "gcr.io/apigee-release/hybrid/apigee-operators" tag: "1.16.0-hotfix.1" mart: image: url: "gcr.io/apigee-release/hybrid/apigee-mart-server" tag: "1.16.0-hotfix.1" - Install the hotfix release for Apigee operators, beginning with a dry run:
helm upgrade operator apigee-operator/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ -f overrides.yaml \ --dry-run=server
- If the dry run is successful, install the hotfix release for Apigee operators:
helm upgrade operator apigee-operator/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ -f overrides.yaml
- Install the hotfix release for your organization, beginning with a dry run:
helm upgrade $ORG_NAME apigee-org/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ -f overrides.yaml \ --dry-run=server
- If the dry run is successful, install the hotfix release for your organization:
helm upgrade $ORG_NAME apigee-org/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ -f overrides.yaml
- Verify the organization chart by checking the state:
kubectl -n APIGEE_NAMESPACE get apigeeorg
- Install the hotfix release for your environment, beginning with a dry run:
helm upgrade ENV_RELEASE_NAME apigee-env/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ --set env=$ENV_NAME \ -f overrides.yaml \ --dry-run=server
- If the dry run is successful, install the hotfix release for your environment:
helm upgrade ENV_RELEASE_NAME apigee-env/ \ --install \ --namespace APIGEE_NAMESPACE \ --atomic \ --set env=$ENV_NAME \ -f overrides.yaml
- Verify the environment chart by checking the state:
kubectl -n APIGEE_NAMESPACE get apigeeenv
v1.16.0-hotfix.1
Fixed
Fixed in this release
| Bug ID | Description |
|---|---|
| 479872706 | An issue that prevented loading API products, apps, and developers after migrating data to Apigee hybrid 1.16.0 in certain configurations has been resolved. |
| 481793880 | An issue that prevented upgrading an existing organization when monetization was enabled has been fixed. |