Skip to content

Commit

Permalink
feat(release-controller): log active versions when reconcilling (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic authored May 24, 2024
1 parent 983b7a3 commit b02ad5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release-controller/reconciler.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def reconcile(self):
"""Reconcile the state of the network with the release index."""
config = self.loader.index()
active_versions = self.ic_prometheus.active_versions()
logging.info("GuestOS versions active on subnets or unassigned nodes: %s", active_versions)
ic_admin = IcAdmin(self.nns_url, git_revision=os.environ.get("IC_ADMIN_VERSION"))
for rc_idx, rc in enumerate(
config.root.releases[: config.root.releases.index(oldest_active_release(config, active_versions)) + 1]
Expand Down

0 comments on commit b02ad5f

Please sign in to comment.