1.66 Deprecations (updates)
ยท One min read
Nobl9 version 1.66.2-3 brings breaking changes in Nobl9 agent and
Nobl9 agent deprecated versions
sloctl that can affect you
Nobl9 agent deprecated versions deprecatedโ
Nobl9 version 1.66.2-3 no longer supports Nobl9 agent versions 0.55.3 and older.
These versions are deprecated and rendered non-functional.
If any of your sources still use the deprecated agents, update them to the latest version.
sloctl get alertpolicies updatedโ
In Nobl9 release 1.66.2-3, the previous response from sloctl get alertpolicies is deprecated, and will be phased out in the future.
In subsequent updates, the command will return only the metadata.name and metadata.project fields associated with the alert policy (instead of returning the entire block for the alertMethods object):
apiVersion: n9/v1alpha
kind: AlertPolicy
metadata:
...
spec:
...
alertMethods:
- metadata:
name: my-alert-method
project: my-project
info
We'll inform you about the full phase-out in a separate announcement.