diff --git a/index.yaml b/index.yaml index fd04f2a..a213f86 100644 --- a/index.yaml +++ b/index.yaml @@ -1116,6 +1116,38 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/authorino-operator-0.12.0-alpha1/authorino-operator-0.12.0-alpha1.tgz version: 0.12.0-alpha1 + - apiVersion: v2 + created: "2025-02-04T16:47:27.946364169Z" + description: Kubernetes operator for managing Authorino instances, a K8s-native + AuthN/AuthZ service to protect your APIs. + digest: b059e4204b5d291c6e847240c7929c9a43b1523f5e48ef3b874202b38d1e5c61 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: authorino-operator + sources: + - https://github.com/Kuadrant/authorino-operator/ + - https://github.com/Kuadrant/authorino/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/authorino-operator-0.12.0-alpha1/authorino-operator-0.12.0-alpha1.tgz + version: 0.12.0-alpha1 dns-operator: - annotations: artifacthub.io/category: networking @@ -2440,6 +2472,35 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/dns-operator-0.4.0-alpha1/dns-operator-0.4.0-alpha1.tgz version: 0.4.0-alpha1 + - apiVersion: v2 + created: "2025-02-04T16:47:30.281555957Z" + description: Kubernetes operator responsible for reconciling DNS Record and Managed + Zone custom resources. + digest: d023c455bbf45d5ea341880696cc7395c4536f7ae2436ee52a0a6dbd6b8e5562 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - dns + - managed zone + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: mnairn@redhat.com + name: Michael Nairn + - email: cbrookes@redhat.com + name: Craig Brookes + - email: pbrookes@redhat.com + name: Phil Brookes + - email: didier@redhat.com + name: Didier Di Cesare + name: dns-operator + sources: + - https://github.com/Kuadrant/dns-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/dns-operator-0.4.0-alpha1/dns-operator-0.4.0-alpha1.tgz + version: 0.4.0-alpha1 kuadrant-operator: - annotations: artifacthub.io/category: networking @@ -3583,21 +3644,763 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - appVersion: 1.0.0-rc8 - created: "2024-12-11T15:32:23.847679766Z" + appVersion: 1.0.0-rc8 + created: "2024-12-11T15:32:23.847679766Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.15.1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + appVersion: 1.0.0-rc8 + created: "2025-02-04T11:18:20.032561721Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.15.1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + appVersion: 1.0.0-rc8 + created: "2025-02-04T16:47:33.296428642Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.15.1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.1 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz + version: 1.0.0-rc8 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-23T11:53:10.469658902Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.14.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.8.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-25T09:32:10.402048738Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.14.0 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.8.0 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 + - annotations: + artifacthub.io/category: networking + artifacthub.io/crds: | + - kind: Kuadrant + version: v1beta1 + name: kuadrants.kuadrant.io + displayName: Kuadrant + description: Kuadrant configures installations of Kuadrant Service Protection components. + - kind: AuthPolicy + version: v1 + name: authpolicies.kuadrant.io + displayName: AuthPolicy + description: AuthPolicy enables authentication and authorization for service workloads in a Gateway API network. + - kind: RateLimitPolicy + version: v1 + name: ratelimitpolicies.kuadrant.io + displayName: RateLimitPolicy + description: RateLimitPolicy enables rate limiting for service workloads in a Gateway API network. + - kind: DNSPolicy + version: v1 + name: dnspolicies.kuadrant.io + displayName: DNSPolicy + description: DNSPolicy is the Schema for the dnspolicies API. + - kind: TLSPolicy + version: v1 + name: tlspolicies.kuadrant.io + displayName: TLSPolicy + description: TLSPolicy is the Schema for the tlspolicies API. + artifacthub.io/crdsExamples: | + - apiVersion: kuadrant.io/v1beta1 + kind: Kuadrant + metadata: + name: kuadrant-sample + spec: {} + - apiVersion: kuadrant.io/v1 + kind: AuthPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + rules: + authentication: + "apikey": + apiKey: + selector: {} + credentials: + authorizationHeader: + prefix: APIKEY + - apiVersion: kuadrant.io/v1 + kind: RateLimitPolicy + metadata: + name: toystore + spec: + targetRef: + group: gateway.networking.k8s.io + kind: HTTPRoute + name: toystore + limits: + toys: + rates: + - limit: 50 + window: 1m + - apiVersion: kuadrant.io/v1 + kind: DNSPolicy + metadata: + name: dnspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + healthCheck: + endpoint: / + protocol: HTTP + - apiVersion: kuadrant.io/v1 + kind: TLSPolicy + metadata: + name: tlspolicy-sample + spec: + targetRef: + name: example-gateway + group: gateway.networking.k8s.io + kind: Gateway + issuerRef: + group: cert-manager.io + kind: ClusterIssuer + name: self-signed-ca + artifacthub.io/license: Apache-2.0 + artifacthub.io/links: | + - name: Kuadrant + url: https://kuadrant.io + - name: Github + url: https://github.com/Kuadrant/kuadrant-operator + artifacthub.io/operator: "true" + artifacthub.io/operatorCapabilities: Basic Install + apiVersion: v2 + created: "2024-11-25T15:05:27.130190998Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ - version: 0.15.1 + version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.1 + version: 0.12.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ - version: 0.10.0 + version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -3631,8 +4434,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz - version: 1.0.0-rc8 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -3732,21 +4535,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - appVersion: 1.0.0-rc8 - created: "2025-02-04T11:18:20.032561721Z" + created: "2024-11-28T09:37:45.888387274Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ - version: 0.15.1 + version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.1 + version: 0.12.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ - version: 0.10.0 + version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: a2090cc012d7b9ba5997b4a249e5ea94976055162f1258309eaee936fad6d07c + digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -3780,8 +4582,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc8/kuadrant-operator-1.0.0-rc8.tgz - version: 1.0.0-rc8 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz + version: 1.0.0-rc4 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -3881,7 +4683,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.469658902Z" + created: "2024-12-11T15:27:38.244511433Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4029,7 +4831,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:10.402048738Z" + created: "2024-11-26T09:57:39.73258344Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4177,7 +4979,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:27.130190998Z" + created: "2024-12-11T15:32:23.452180133Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4325,7 +5127,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.888387274Z" + created: "2024-11-12T14:07:29.494786884Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4473,7 +5275,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:38.244511433Z" + created: "2025-02-04T11:18:19.883667416Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4621,7 +5423,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.73258344Z" + created: "2025-02-04T16:47:32.914797145Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4769,7 +5571,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:32:23.452180133Z" + created: "2024-11-25T09:32:10.152787484Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4782,7 +5584,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -4816,8 +5618,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -4917,7 +5719,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.494786884Z" + created: "2024-11-23T11:53:10.288399892Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -4930,7 +5732,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -4964,8 +5766,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -5065,7 +5867,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2025-02-04T11:18:19.883667416Z" + created: "2024-11-12T14:07:29.280231341Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5078,7 +5880,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 6e66832401824f19424f77797f7e9f4df151b770584faea603538d1d26f96334 + digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -5112,8 +5914,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc4/kuadrant-operator-1.0.0-rc4.tgz - version: 1.0.0-rc4 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz + version: 1.0.0-rc3 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -5213,7 +6015,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:10.152787484Z" + created: "2024-11-28T09:37:45.622996968Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5361,7 +6163,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.288399892Z" + created: "2024-12-11T15:27:37.948289334Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5509,7 +6311,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.280231341Z" + created: "2024-11-25T15:05:26.872929343Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5657,7 +6459,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.622996968Z" + created: "2024-12-11T15:32:23.176834001Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5805,7 +6607,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.948289334Z" + created: "2024-11-26T09:57:39.495248059Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -5953,7 +6755,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.872929343Z" + created: "2025-02-04T11:18:19.666592456Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6101,7 +6903,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:32:23.176834001Z" + created: "2025-02-04T16:47:32.697146692Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6249,20 +7051,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.495248059Z" + created: "2025-02-04T11:18:19.475483441Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.0 + version: 0.11.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 + digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -6296,8 +7098,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz - version: 1.0.0-rc3 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz + version: 1.0.0-rc2 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -6397,20 +7199,20 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2025-02-04T11:18:19.666592456Z" + created: "2024-11-12T14:03:21.697643168Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ version: 0.14.0 - name: limitador-operator repository: https://kuadrant.io/helm-charts/ - version: 0.12.0 + version: 0.11.0 - name: dns-operator repository: https://kuadrant.io/helm-charts/ version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: 89316da1496e459f328cac859baf62600a8ca345ba913aec9a16935b94716c19 + digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -6444,8 +7246,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc3/kuadrant-operator-1.0.0-rc3.tgz - version: 1.0.0-rc3 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz + version: 1.0.0-rc2 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -6545,7 +7347,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T10:42:36.188727782Z" + created: "2024-11-23T11:53:10.094385902Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6693,7 +7495,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:03:21.697643168Z" + created: "2024-11-25T09:32:09.917789343Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6841,7 +7643,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:10.094385902Z" + created: "2024-11-25T15:05:26.631860292Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -6989,7 +7791,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:09.917789343Z" + created: "2024-11-28T09:37:45.381000484Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7137,7 +7939,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.631860292Z" + created: "2024-12-11T15:27:37.596970715Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7285,7 +8087,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.381000484Z" + created: "2024-11-12T14:07:29.081748894Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7433,7 +8235,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.596970715Z" + created: "2024-12-11T15:32:22.847003534Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7581,7 +8383,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:29.081748894Z" + created: "2024-11-26T09:57:39.224852054Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7729,7 +8531,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:32:22.847003534Z" + created: "2024-11-12T10:42:36.188727782Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -7877,7 +8679,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:39.224852054Z" + created: "2025-02-04T16:47:32.44465381Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8025,7 +8827,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2025-02-04T11:18:19.475483441Z" + created: "2025-02-04T16:47:32.237268989Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8038,7 +8840,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: d74da7f8b51421396b5f9469641523c3046ac435d64fb25af6dbcf5b9b3111bf + digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -8072,8 +8874,8 @@ entries: - https://github.com/Kuadrant/kuadrant-operator/ type: application urls: - - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc2/kuadrant-operator-1.0.0-rc2.tgz - version: 1.0.0-rc2 + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-1.0.0-rc1/kuadrant-operator-1.0.0-rc1.tgz + version: 1.0.0-rc1 - annotations: artifacthub.io/category: networking artifacthub.io/crds: | @@ -8173,7 +8975,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2025-02-04T11:18:19.284640256Z" + created: "2024-11-25T15:05:26.352373206Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8321,7 +9123,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T15:05:26.352373206Z" + created: "2024-11-26T09:57:38.979169126Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8469,7 +9271,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-26T09:57:38.979169126Z" + created: "2024-11-23T11:53:09.912423763Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8617,7 +9419,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-23T11:53:09.912423763Z" + created: "2024-11-25T09:32:09.641072863Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8765,7 +9567,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-25T09:32:09.641072863Z" + created: "2024-11-11T12:21:11.283002173Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8778,7 +9580,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 + digest: d496d5e1cbfed5d32ce1055b778260481213d7f8d43c0717b7714c404a9605ae home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -8913,7 +9715,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-11T12:21:11.283002173Z" + created: "2024-11-11T16:11:43.312608828Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -8926,7 +9728,7 @@ entries: version: 0.8.0 description: The Operator to install and manage the lifecycle of the Kuadrant components deployments. - digest: d496d5e1cbfed5d32ce1055b778260481213d7f8d43c0717b7714c404a9605ae + digest: e1b4866a7b8f11aa7f1bbd92e748ce1abb05814f7cd53180b9e611342e85cd71 home: https://kuadrant.io icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png keywords: @@ -9061,7 +9863,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-11T16:11:43.312608828Z" + created: "2024-11-28T09:37:45.093251299Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9209,7 +10011,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-28T09:37:45.093251299Z" + created: "2024-12-11T15:27:37.295765694Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9357,7 +10159,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:27:37.295765694Z" + created: "2024-11-12T14:07:28.916094352Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9505,7 +10307,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:07:28.916094352Z" + created: "2024-12-11T15:32:22.581863672Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9653,7 +10455,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-12-11T15:32:22.581863672Z" + created: "2024-11-12T10:42:36.030000007Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9801,7 +10603,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T10:42:36.030000007Z" + created: "2024-11-12T14:03:21.511682732Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -9949,7 +10751,7 @@ entries: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: Basic Install apiVersion: v2 - created: "2024-11-12T14:03:21.511682732Z" + created: "2025-02-04T11:18:19.284640256Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -10049,7 +10851,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.11.0/kuadrant-operator-0.11.0.tgz version: 0.11.0 - apiVersion: v2 - created: "2024-11-25T15:05:26.102660488Z" + created: "2024-11-12T14:07:28.757468929Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -10100,7 +10902,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-09-17T07:46:46.096518818Z" + created: "2024-11-26T09:57:38.734707705Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -10253,7 +11055,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-12T14:07:28.757468929Z" + created: "2024-11-25T15:05:26.102660488Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -10610,7 +11412,7 @@ entries: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 - apiVersion: v2 - created: "2024-11-26T09:57:38.734707705Z" + created: "2024-09-17T07:46:46.096518818Z" dependencies: - name: authorino-operator repository: https://kuadrant.io/helm-charts/ @@ -11221,6 +12023,57 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz version: 0.9.0-alpha1 + - apiVersion: v2 + created: "2025-02-04T16:47:31.994548131Z" + dependencies: + - name: authorino-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.12.0-alpha1 + - name: limitador-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.10.0-alpha3 + - name: dns-operator + repository: https://kuadrant.io/helm-charts/ + version: 0.4.0-alpha1 + description: The Operator to install and manage the lifecycle of the Kuadrant + components deployments. + digest: 2dcd6f36bc1532f302596463b55302bba0f5c56baf7fff4b942a724204cd5950 + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - kuadrant + - authorino + - authn + - authz + - authorization + - authentication + - service protection + - limitador + - rate limiting + - dns + - managed zones + - kubernetes + kubeVersion: '>=1.19.0-0' + maintainers: + - email: acatterm@redhat.com + name: Adam Cattermole + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + - email: mcassola@redhat.com + name: Guilherme Cassolato + - email: jfitzpat@redhat.com + name: Jim Fitzpatrick + - email: chfan@redhat.com + name: Kevin Chi Fan + name: kuadrant-operator + sources: + - https://github.com/Kuadrant/kuadrant-operator/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/kuadrant-operator-0.9.0-alpha1/kuadrant-operator-0.9.0-alpha1.tgz + version: 0.9.0-alpha1 limitador-operator: - annotations: artifacthub.io/category: security @@ -12074,6 +12927,35 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha3/limitador-operator-0.10.0-alpha3.tgz version: 0.10.0-alpha3 + - apiVersion: v2 + created: "2025-02-04T16:47:34.297792692Z" + description: Kubernetes operator for managing Limitador instances, a rate limiting + service to protect your APIs. + digest: fcb4cd10c217e89f9d92b7b1b2b78a642938ada57faeb773552f5213c3c39c7c + home: https://kuadrant.io + icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png + keywords: + - limitador + - rate limiting + - service protection + - kubernetes + - kuadrant + kubeVersion: '>=1.19.0-0' + maintainers: + - email: asnaps@redhat.com + name: Alex Snaps + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: limitador-operator + sources: + - https://github.com/Kuadrant/limitador-operator/ + - https://github.com/Kuadrant/limitador/ + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha3/limitador-operator-0.10.0-alpha3.tgz + version: 0.10.0-alpha3 - apiVersion: v2 created: "2024-09-17T07:46:46.438737762Z" description: Kubernetes operator for managing Limitador instances, a rate limiting @@ -12677,4 +13559,20 @@ entries: urls: - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha1/limitador-operator-0.10.0-alpha1.tgz version: 0.10.0-alpha1 -generated: "2025-02-04T11:18:21.276980424Z" + - apiVersion: v2 + created: "2025-02-04T16:47:34.049335835Z" + description: A Helm chart for Limitador Operator + digest: 1d909dddc8675fababcc678311fdd6ea0d8a1e96dbf5efee57ac7aa97a3ebd72 + maintainers: + - email: asnaps@redhat.com + name: Alex Snaps + - email: didier@redhat.com + name: Didier Di Cesare + - email: eastizle@redhat.com + name: Eguzki Astiz Lezaun + name: limitador-operator + type: application + urls: + - https://github.com/Kuadrant/helm-charts/releases/download/limitador-operator-0.10.0-alpha1/limitador-operator-0.10.0-alpha1.tgz + version: 0.10.0-alpha1 +generated: "2025-02-04T16:47:34.949163011Z"