Skip to content

Releases: argoproj-labs/rollouts-plugin-metric-ai

Release v1.9.0

Choose a tag to compare

@github-actions github-actions released this 12 May 19:29
Immutable release. Only release title and notes can be modified.

Argo Rollouts AI Metric Plugin v1.9.0

Installation

Use this plugin with Argo Rollouts by configuring the RolloutManager:

apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
  name: argo-rollouts
spec:
  plugins:
    metric:
      - name: argoproj-labs/metric-ai
        location: https://github.com/argoproj-labs/rollouts-plugin-metric-ai/releases/download/v1.9.0/rollouts-plugin-metric-ai-linux-amd64

Changes

  • AI-powered metric analysis for canary deployments
  • Integration with Kubernetes agent for log analysis
  • Optional githubUrl / baseBranch forwarded to the agent for GitHub remediation when the agent is configured with GitHub tools

Release v0.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Mar 14:19
Immutable release. Only release title and notes can be modified.
6245454

Argo Rollouts AI Metric Plugin v0.0.1

Installation

Use this plugin with Argo Rollouts by configuring the RolloutManager:

apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
  name: argo-rollouts
spec:
  plugins:
    metric:
      - name: argoproj-labs/metric-ai
        location: https://github.com/argoproj-labs/rollouts-plugin-metric-ai/releases/download/v0.0.1/rollouts-plugin-metric-ai-linux-amd64

Changes

  • AI-powered metric analysis for canary deployments
  • Integration with Kubernetes agent for log analysis
  • Support for GitHub issue creation on failures