diff --git a/assets/kubecost/cost-analyzer-2.2.2.tgz b/assets/kubecost/cost-analyzer-2.2.2.tgz index 790c2373e..53026137a 100644 Binary files a/assets/kubecost/cost-analyzer-2.2.2.tgz and b/assets/kubecost/cost-analyzer-2.2.2.tgz differ diff --git a/assets/kubecost/cost-analyzer-2.2.3.tgz b/assets/kubecost/cost-analyzer-2.2.3.tgz new file mode 100644 index 000000000..2c0f01146 Binary files /dev/null and b/assets/kubecost/cost-analyzer-2.2.3.tgz differ diff --git a/assets/linkerd/linkerd-control-plane-2024.4.5.tgz b/assets/linkerd/linkerd-control-plane-2024.4.5.tgz index 8320230b0..3787ef29b 100644 Binary files a/assets/linkerd/linkerd-control-plane-2024.4.5.tgz and b/assets/linkerd/linkerd-control-plane-2024.4.5.tgz differ diff --git a/assets/linkerd/linkerd-control-plane-2024.5.1.tgz b/assets/linkerd/linkerd-control-plane-2024.5.1.tgz new file mode 100644 index 000000000..77b6beef8 Binary files /dev/null and b/assets/linkerd/linkerd-control-plane-2024.5.1.tgz differ diff --git a/assets/linkerd/linkerd-crds-2024.5.1.tgz b/assets/linkerd/linkerd-crds-2024.5.1.tgz new file mode 100644 index 000000000..bbed3fd34 Binary files /dev/null and b/assets/linkerd/linkerd-crds-2024.5.1.tgz differ diff --git a/assets/speedscale/speedscale-operator-2.1.313.tgz b/assets/speedscale/speedscale-operator-2.1.313.tgz new file mode 100644 index 000000000..856092037 Binary files /dev/null and b/assets/speedscale/speedscale-operator-2.1.313.tgz differ diff --git a/assets/yugabyte/yugabyte-2.14.17.tgz b/assets/yugabyte/yugabyte-2.14.17.tgz new file mode 100644 index 000000000..505621db2 Binary files /dev/null and b/assets/yugabyte/yugabyte-2.14.17.tgz differ diff --git a/assets/yugabyte/yugaware-2.14.17.tgz b/assets/yugabyte/yugaware-2.14.17.tgz new file mode 100644 index 000000000..33028c005 Binary files /dev/null and b/assets/yugabyte/yugaware-2.14.17.tgz differ diff --git a/charts/kubecost/cost-analyzer/Chart.yaml b/charts/kubecost/cost-analyzer/Chart.yaml index d2772ec7a..897ddc4fb 100644 --- a/charts/kubecost/cost-analyzer/Chart.yaml +++ b/charts/kubecost/cost-analyzer/Chart.yaml @@ -7,9 +7,9 @@ annotations: catalog.cattle.io/featured: "1" catalog.cattle.io/release-name: cost-analyzer apiVersion: v2 -appVersion: 2.2.2 +appVersion: 2.2.3 description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor cloud costs. icon: https://partner-charts.rancher.io/assets/logos/kubecost.png name: cost-analyzer -version: 2.2.2 +version: 2.2.3 diff --git a/charts/kubecost/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml b/charts/kubecost/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml index 4a7d4b008..d9a70821b 100644 --- a/charts/kubecost/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml +++ b/charts/kubecost/cost-analyzer/templates/aggregator-cloud-cost-deployment.yaml @@ -32,7 +32,9 @@ spec: {{/* Force pod restarts on upgrades to ensure the nginx config is current */}} + {{- if not .Values.global.platforms.cicd.enabled }} helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} app.kubernetes.io/name: cloud-cost app.kubernetes.io/instance: {{ .Release.Name }} app: cloud-cost diff --git a/charts/kubecost/cost-analyzer/templates/aggregator-statefulset.yaml b/charts/kubecost/cost-analyzer/templates/aggregator-statefulset.yaml index fd8350e73..713ff2f56 100644 --- a/charts/kubecost/cost-analyzer/templates/aggregator-statefulset.yaml +++ b/charts/kubecost/cost-analyzer/templates/aggregator-statefulset.yaml @@ -45,7 +45,9 @@ spec: app.kubernetes.io/name: aggregator app.kubernetes.io/instance: {{ .Release.Name }} {{/* Force pod restarts on upgrades to ensure the nginx config is current */}} + {{- if not .Values.global.platforms.cicd.enabled }} helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} app: aggregator {{- with .Values.global.additionalLabels }} {{- toYaml . | nindent 8 }} diff --git a/charts/kubecost/cost-analyzer/templates/cost-analyzer-deployment-template.yaml b/charts/kubecost/cost-analyzer/templates/cost-analyzer-deployment-template.yaml index e26b54013..9201d1689 100644 --- a/charts/kubecost/cost-analyzer/templates/cost-analyzer-deployment-template.yaml +++ b/charts/kubecost/cost-analyzer/templates/cost-analyzer-deployment-template.yaml @@ -38,7 +38,9 @@ spec: labels: {{- include "cost-analyzer.selectorLabels" . | nindent 8 }} {{/* Force pod restarts on upgrades to ensure the nginx config is current */}} + {{- if not .Values.global.platforms.cicd.enabled }} helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} {{- if .Values.global.additionalLabels }} {{ toYaml .Values.global.additionalLabels | nindent 8 }} {{- end }} diff --git a/charts/kubecost/cost-analyzer/templates/diagnostics-deployment.yaml b/charts/kubecost/cost-analyzer/templates/diagnostics-deployment.yaml index f10362130..73fe10914 100644 --- a/charts/kubecost/cost-analyzer/templates/diagnostics-deployment.yaml +++ b/charts/kubecost/cost-analyzer/templates/diagnostics-deployment.yaml @@ -26,7 +26,9 @@ spec: {{- include "diagnostics.selectorLabels" . | nindent 8 }} annotations: # Generates a unique annotation upon each `helm upgrade`, forcing a redeployment - helm.sh/pod-restarter: {{ randNumeric 3 | quote}} + {{- if not .Values.global.platforms.cicd.enabled }} + helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} {{- with .Values.global.podAnnotations}} {{- toYaml . | nindent 8 }} {{- end }} diff --git a/charts/kubecost/cost-analyzer/templates/frontend-deployment-template.yaml b/charts/kubecost/cost-analyzer/templates/frontend-deployment-template.yaml index 17f52f369..950b22b67 100644 --- a/charts/kubecost/cost-analyzer/templates/frontend-deployment-template.yaml +++ b/charts/kubecost/cost-analyzer/templates/frontend-deployment-template.yaml @@ -35,7 +35,9 @@ spec: {{/* Force pod restarts on upgrades to ensure the nginx config is current */}} + {{- if not .Values.global.platforms.cicd.enabled }} helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} {{- include "frontend.selectorLabels" . | nindent 8 }} {{- if .Values.global.additionalLabels }} {{- toYaml .Values.global.additionalLabels | nindent 8 }} diff --git a/charts/kubecost/cost-analyzer/templates/prometheus-server-deployment.yaml b/charts/kubecost/cost-analyzer/templates/prometheus-server-deployment.yaml index f7413476f..38061f16d 100644 --- a/charts/kubecost/cost-analyzer/templates/prometheus-server-deployment.yaml +++ b/charts/kubecost/cost-analyzer/templates/prometheus-server-deployment.yaml @@ -31,7 +31,9 @@ spec: {{/* Force pod restarts on upgrades to ensure the configmap is current */}} + {{- if not .Values.global.platforms.cicd.enabled }} helm-rollout-restarter: {{ randAlphaNum 5 | quote }} + {{- end }} {{- include "prometheus.server.labels" . | nindent 8 }} {{- if .Values.prometheus.server.podLabels}} {{ toYaml .Values.prometheus.server.podLabels | nindent 8 }} diff --git a/charts/linkerd/linkerd-control-plane/Chart.yaml b/charts/linkerd/linkerd-control-plane/Chart.yaml index 647f25e72..3dea1df1a 100644 --- a/charts/linkerd/linkerd-control-plane/Chart.yaml +++ b/charts/linkerd/linkerd-control-plane/Chart.yaml @@ -6,7 +6,7 @@ annotations: catalog.cattle.io/kube-version: '>=1.22.0-0' catalog.cattle.io/release-name: linkerd-control-plane apiVersion: v2 -appVersion: edge-24.4.5 +appVersion: edge-24.5.1 dependencies: - name: partials repository: file://./charts/partials @@ -26,4 +26,4 @@ name: linkerd-control-plane sources: - https://github.com/linkerd/linkerd2/ type: application -version: 2024.4.5 +version: 2024.5.1 diff --git a/charts/linkerd/linkerd-control-plane/README.md b/charts/linkerd/linkerd-control-plane/README.md index 757d93f6c..d3c14c552 100644 --- a/charts/linkerd/linkerd-control-plane/README.md +++ b/charts/linkerd/linkerd-control-plane/README.md @@ -3,7 +3,7 @@ Linkerd gives you observability, reliability, and security for your microservices — with no code change required. -![Version: 2024.4.5](https://img.shields.io/badge/Version-2024.4.5-informational?style=flat-square) +![Version: 2024.5.1](https://img.shields.io/badge/Version-2024.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: edge-XX.X.X](https://img.shields.io/badge/AppVersion-edge--XX.X.X-informational?style=flat-square) @@ -158,6 +158,9 @@ Kubernetes: `>=1.22.0-0` | debugContainer.image.pullPolicy | string | imagePullPolicy | Pull policy for the debug container image | | debugContainer.image.version | string | linkerdVersion | Tag for the debug container image | | deploymentStrategy | object | `{"rollingUpdate":{"maxSurge":"25%","maxUnavailable":"25%"}}` | default kubernetes deployment strategy | +| destinationController.meshedHttp2ClientProtobuf.keep_alive.interval.seconds | int | `10` | | +| destinationController.meshedHttp2ClientProtobuf.keep_alive.timeout.seconds | int | `3` | | +| destinationController.meshedHttp2ClientProtobuf.keep_alive.while_idle | bool | `true` | | | disableHeartBeat | bool | `false` | Set to true to not start the heartbeat cronjob | | disableIPv6 | bool | `false` | disables routing IPv6 traffic in addition to IPv4 traffic through the proxy (IPv6 routing only available as of proxy-init v2.3.0 and linkerd-cni v1.4.0) | | enableEndpointSlices | bool | `true` | enables the use of EndpointSlice informers for the destination service; enableEndpointSlices should be set to true only if EndpointSlice K8s feature gate is on | @@ -240,6 +243,8 @@ Kubernetes: `>=1.22.0-0` | proxy.image.name | string | `"cr.l5d.io/linkerd/proxy"` | Docker image for the proxy | | proxy.image.pullPolicy | string | imagePullPolicy | Pull policy for the proxy container image | | proxy.image.version | string | linkerdVersion | Tag for the proxy container image | +| proxy.inbound.server.http2.keepAliveInterval | string | `"10s"` | The interval at which PINGs are issued to remote HTTP/2 clients. | +| proxy.inbound.server.http2.keepAliveTimeout | string | `"3s"` | The timeout within which keep-alive PINGs must be acknowledged on inbound HTTP/2 connections. | | proxy.inboundConnectTimeout | string | `"100ms"` | Maximum time allowed for the proxy to establish an inbound TCP connection | | proxy.inboundDiscoveryCacheUnusedTimeout | string | `"90s"` | Maximum time allowed before an unused inbound discovery result is evicted from the cache | | proxy.livenessProbe | object | `{"initialDelaySeconds":10,"timeoutSeconds":1}` | LivenessProbe timeout and delay configuration | @@ -247,6 +252,8 @@ Kubernetes: `>=1.22.0-0` | proxy.logLevel | string | `"warn,linkerd=info,trust_dns=error"` | Log level for the proxy | | proxy.nativeSidecar | bool | `false` | Enable KEP-753 native sidecars This is an experimental feature. It requires Kubernetes >= 1.29. If enabled, .proxy.waitBeforeExitSeconds should not be used. | | proxy.opaquePorts | string | `"25,587,3306,4444,5432,6379,9300,11211"` | Default set of opaque ports - SMTP (25,587) server-first - MYSQL (3306) server-first - Galera (4444) server-first - PostgreSQL (5432) server-first - Redis (6379) server-first - ElasticSearch (9300) server-first - Memcached (11211) clients do not issue any preamble, which breaks detection | +| proxy.outbound.server.http2.keepAliveInterval | string | `"10s"` | The interval at which PINGs are issued to local application HTTP/2 clients. | +| proxy.outbound.server.http2.keepAliveTimeout | string | `"3s"` | The timeout within which keep-alive PINGs must be acknowledged on outbound HTTP/2 connections. | | proxy.outboundConnectTimeout | string | `"1000ms"` | Maximum time allowed for the proxy to establish an outbound TCP connection | | proxy.outboundDiscoveryCacheUnusedTimeout | string | `"5s"` | Maximum time allowed before an unused outbound discovery result is evicted from the cache | | proxy.ports.admin | int | `4191` | Admin port for the proxy container | diff --git a/charts/linkerd/linkerd-control-plane/charts/partials/templates/_proxy.tpl b/charts/linkerd/linkerd-control-plane/charts/partials/templates/_proxy.tpl index 103ebb61c..3699e2a17 100644 --- a/charts/linkerd/linkerd-control-plane/charts/partials/templates/_proxy.tpl +++ b/charts/linkerd/linkerd-control-plane/charts/partials/templates/_proxy.tpl @@ -76,13 +76,16 @@ env: value: "365d" {{ end -}} - name: LINKERD2_PROXY_CONTROL_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.control}} + value: "[::]:{{.Values.proxy.ports.control}}" - name: LINKERD2_PROXY_ADMIN_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.admin}} + value: "[::]:{{.Values.proxy.ports.admin}}" +{{- /* Deprecated, superseded by LINKERD2_PROXY_OUTBOUND_LISTEN_ADDRS since proxy's v2.228.0 (deployed since edge-24.4.5) */}} - name: LINKERD2_PROXY_OUTBOUND_LISTEN_ADDR - value: 127.0.0.1:{{.Values.proxy.ports.outbound}} + value: "127.0.0.1:{{.Values.proxy.ports.outbound}}" +- name: LINKERD2_PROXY_OUTBOUND_LISTEN_ADDRS + value: "127.0.0.1:{{.Values.proxy.ports.outbound}},[::1]:{{.Values.proxy.ports.outbound}}" - name: LINKERD2_PROXY_INBOUND_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.inbound}} + value: "[::]:{{.Values.proxy.ports.inbound}}" - name: LINKERD2_PROXY_INBOUND_IPS valueFrom: fieldRef: diff --git a/charts/linkerd/linkerd-control-plane/templates/destination.yaml b/charts/linkerd/linkerd-control-plane/templates/destination.yaml index 0f2992281..6d12557a1 100644 --- a/charts/linkerd/linkerd-control-plane/templates/destination.yaml +++ b/charts/linkerd/linkerd-control-plane/templates/destination.yaml @@ -206,6 +206,9 @@ spec: - -identity-trust-domain={{.Values.identityTrustDomain | default .Values.clusterDomain}} - -default-opaque-ports={{.Values.proxy.opaquePorts}} - -enable-pprof={{.Values.enablePprof | default false}} + {{- if (.Values.destinationController).meshedHttp2ClientProtobuf }} + - --meshed-http2-client-params={{ toJson .Values.destinationController.meshedHttp2ClientProtobuf }} + {{- end }} {{- range (.Values.destinationController).additionalArgs }} - {{ . }} {{- end }} diff --git a/charts/linkerd/linkerd-control-plane/values.yaml b/charts/linkerd/linkerd-control-plane/values.yaml index 5b4629fb6..2f0826521 100644 --- a/charts/linkerd/linkerd-control-plane/values.yaml +++ b/charts/linkerd/linkerd-control-plane/values.yaml @@ -24,7 +24,7 @@ controlPlaneTracing: false # -- namespace to send control plane traces to controlPlaneTracingNamespace: linkerd-jaeger # -- control plane version. See Proxy section for proxy version -linkerdVersion: edge-24.4.5 +linkerdVersion: edge-24.5.1 # -- default kubernetes deployment strategy deploymentStrategy: rollingUpdate: @@ -238,6 +238,20 @@ proxy: # -- The maximum duration for a response stream (i.e. before it will be # reinitialized). lifetime: "1h" + inbound: + server: + http2: + # -- The interval at which PINGs are issued to remote HTTP/2 clients. + keepAliveInterval: "10s" + # -- The timeout within which keep-alive PINGs must be acknowledged on inbound HTTP/2 connections. + keepAliveTimeout: "3s" + outbound: + server: + http2: + # -- The interval at which PINGs are issued to local application HTTP/2 clients. + keepAliveInterval: "10s" + # -- The timeout within which keep-alive PINGs must be acknowledged on outbound HTTP/2 connections. + keepAliveTimeout: "3s" # proxy-init configuration proxyInit: @@ -355,6 +369,15 @@ controllerUID: 2103 # destinationProxyResources -- CPU, Memory and Ephemeral Storage resources required by proxy injected into destination pod (see `proxy.resources` for sub-fields) #destinationProxyResources: +destinationController: + meshedHttp2ClientProtobuf: + keep_alive: + interval: + seconds: 10 + timeout: + seconds: 3 + while_idle: true + # debug configuration debugContainer: image: diff --git a/charts/linkerd/linkerd-crds/Chart.yaml b/charts/linkerd/linkerd-crds/Chart.yaml index 44291934c..4fecb3ec9 100644 --- a/charts/linkerd/linkerd-crds/Chart.yaml +++ b/charts/linkerd/linkerd-crds/Chart.yaml @@ -23,4 +23,4 @@ name: linkerd-crds sources: - https://github.com/linkerd/linkerd2/ type: application -version: 2024.4.5 +version: 2024.5.1 diff --git a/charts/linkerd/linkerd-crds/README.md b/charts/linkerd/linkerd-crds/README.md index 7f52cccf0..80d260935 100644 --- a/charts/linkerd/linkerd-crds/README.md +++ b/charts/linkerd/linkerd-crds/README.md @@ -3,7 +3,7 @@ Linkerd gives you observability, reliability, and security for your microservices — with no code change required. -![Version: 2024.4.5](https://img.shields.io/badge/Version-2024.4.5-informational?style=flat-square) +![Version: 2024.5.1](https://img.shields.io/badge/Version-2024.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) **Homepage:** diff --git a/charts/linkerd/linkerd-crds/charts/partials/templates/_proxy.tpl b/charts/linkerd/linkerd-crds/charts/partials/templates/_proxy.tpl index 103ebb61c..3699e2a17 100644 --- a/charts/linkerd/linkerd-crds/charts/partials/templates/_proxy.tpl +++ b/charts/linkerd/linkerd-crds/charts/partials/templates/_proxy.tpl @@ -76,13 +76,16 @@ env: value: "365d" {{ end -}} - name: LINKERD2_PROXY_CONTROL_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.control}} + value: "[::]:{{.Values.proxy.ports.control}}" - name: LINKERD2_PROXY_ADMIN_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.admin}} + value: "[::]:{{.Values.proxy.ports.admin}}" +{{- /* Deprecated, superseded by LINKERD2_PROXY_OUTBOUND_LISTEN_ADDRS since proxy's v2.228.0 (deployed since edge-24.4.5) */}} - name: LINKERD2_PROXY_OUTBOUND_LISTEN_ADDR - value: 127.0.0.1:{{.Values.proxy.ports.outbound}} + value: "127.0.0.1:{{.Values.proxy.ports.outbound}}" +- name: LINKERD2_PROXY_OUTBOUND_LISTEN_ADDRS + value: "127.0.0.1:{{.Values.proxy.ports.outbound}},[::1]:{{.Values.proxy.ports.outbound}}" - name: LINKERD2_PROXY_INBOUND_LISTEN_ADDR - value: 0.0.0.0:{{.Values.proxy.ports.inbound}} + value: "[::]:{{.Values.proxy.ports.inbound}}" - name: LINKERD2_PROXY_INBOUND_IPS valueFrom: fieldRef: diff --git a/charts/speedscale/speedscale-operator/Chart.yaml b/charts/speedscale/speedscale-operator/Chart.yaml index bffc91589..3e1c9143e 100644 --- a/charts/speedscale/speedscale-operator/Chart.yaml +++ b/charts/speedscale/speedscale-operator/Chart.yaml @@ -4,7 +4,7 @@ annotations: catalog.cattle.io/kube-version: '>= 1.17.0-0' catalog.cattle.io/release-name: speedscale-operator apiVersion: v1 -appVersion: 2.1.301 +appVersion: 2.1.313 description: Stress test your APIs with real world scenarios. Collect and replay traffic without scripting. home: https://speedscale.com @@ -24,4 +24,4 @@ maintainers: - email: support@speedscale.com name: Speedscale Support name: speedscale-operator -version: 2.1.301 +version: 2.1.313 diff --git a/charts/speedscale/speedscale-operator/values.yaml b/charts/speedscale/speedscale-operator/values.yaml index b16cb9040..636363244 100644 --- a/charts/speedscale/speedscale-operator/values.yaml +++ b/charts/speedscale/speedscale-operator/values.yaml @@ -20,7 +20,7 @@ clusterName: "my-cluster" # Speedscale components image settings. image: registry: gcr.io/speedscale - tag: v2.1.301 + tag: v2.1.313 pullPolicy: Always # Log level for Speedscale components. diff --git a/charts/yugabyte/yugabyte/Chart.yaml b/charts/yugabyte/yugabyte/Chart.yaml index 239e89061..2eabb7c8e 100644 --- a/charts/yugabyte/yugabyte/Chart.yaml +++ b/charts/yugabyte/yugabyte/Chart.yaml @@ -4,7 +4,7 @@ annotations: catalog.cattle.io/kube-version: '>=1.18-0' catalog.cattle.io/release-name: yugabyte apiVersion: v1 -appVersion: 2.14.16.0-b17 +appVersion: 2.14.17.0-b6 description: YugabyteDB is the high-performance distributed SQL database for building global, internet-scale apps. home: https://www.yugabyte.com @@ -17,4 +17,4 @@ maintainers: name: yugabyte sources: - https://github.com/yugabyte/yugabyte-db -version: 2.14.16 +version: 2.14.17 diff --git a/charts/yugabyte/yugabyte/app-readme.md b/charts/yugabyte/yugabyte/app-readme.md index 9cd728140..29540be6c 100644 --- a/charts/yugabyte/yugabyte/app-readme.md +++ b/charts/yugabyte/yugabyte/app-readme.md @@ -1 +1 @@ -This chart bootstraps an RF3 Yugabyte DB version 2.14.16.0-b17 cluster using the Helm Package Manager. +This chart bootstraps an RF3 Yugabyte DB version 2.14.17.0-b6 cluster using the Helm Package Manager. diff --git a/charts/yugabyte/yugabyte/values.yaml b/charts/yugabyte/yugabyte/values.yaml index ca562df49..c0c74e346 100644 --- a/charts/yugabyte/yugabyte/values.yaml +++ b/charts/yugabyte/yugabyte/values.yaml @@ -4,7 +4,7 @@ Component: "yugabytedb" Image: repository: "yugabytedb/yugabyte" - tag: 2.14.16.0-b17 + tag: 2.14.17.0-b6 pullPolicy: IfNotPresent storage: diff --git a/charts/yugabyte/yugaware/Chart.yaml b/charts/yugabyte/yugaware/Chart.yaml index 5bdcd677b..e899e2fbf 100644 --- a/charts/yugabyte/yugaware/Chart.yaml +++ b/charts/yugabyte/yugaware/Chart.yaml @@ -4,7 +4,7 @@ annotations: catalog.cattle.io/kube-version: '>=1.18-0' catalog.cattle.io/release-name: yugaware apiVersion: v1 -appVersion: 2.14.16.0-b17 +appVersion: 2.14.17.0-b6 description: YugaWare is YugaByte Database's Orchestration and Management console. home: https://www.yugabyte.com icon: https://avatars0.githubusercontent.com/u/17074854?s=200&v=4 @@ -14,4 +14,4 @@ maintainers: - email: arnav@yugabyte.com name: Arnav Agarwal name: yugaware -version: 2.14.16 +version: 2.14.17 diff --git a/charts/yugabyte/yugaware/values.yaml b/charts/yugabyte/yugaware/values.yaml index 75ac3660b..b7a32b670 100644 --- a/charts/yugabyte/yugaware/values.yaml +++ b/charts/yugabyte/yugaware/values.yaml @@ -8,7 +8,7 @@ image: # including the yugaware image repository: quay.io/yugabyte/yugaware - tag: 2.14.16.0-b17 + tag: 2.14.17.0-b6 pullPolicy: IfNotPresent pullSecret: yugabyte-k8s-pull-secret ## Docker config JSON File name diff --git a/index.yaml b/index.yaml index cc36dd437..8693cc622 100644 --- a/index.yaml +++ b/index.yaml @@ -14295,11 +14295,29 @@ entries: catalog.cattle.io/featured: "1" catalog.cattle.io/release-name: cost-analyzer apiVersion: v2 - appVersion: 2.2.2 - created: "2024-04-18T19:04:53.730492837Z" + appVersion: 2.2.3 + created: "2024-05-03T00:55:42.958303377Z" description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor cloud costs. - digest: 7ffa59edd92b50acdd62a9d6dd53359d4a64372b719bb6d0dc355533a88b7cb6 + digest: d7bd10a296ad71d7aa88cdca33d0ebf5f896de325970177b2d4ccd79d3e64ce3 + icon: https://partner-charts.rancher.io/assets/logos/kubecost.png + name: cost-analyzer + urls: + - assets/kubecost/cost-analyzer-2.2.3.tgz + version: 2.2.3 + - annotations: + artifacthub.io/links: | + - name: Homepage + url: https://www.kubecost.com + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: Kubecost + catalog.cattle.io/release-name: cost-analyzer + apiVersion: v2 + appVersion: 2.2.2 + created: "2024-05-03T00:55:34.264063123Z" + description: A Helm chart that sets up Kubecost, Prometheus, and Grafana to monitor + cloud costs. + digest: 7703051b468cea107bf4d29b60ce9786d9b2eaa701e7cae5b19167cefe107430 icon: https://partner-charts.rancher.io/assets/logos/kubecost.png name: cost-analyzer urls: @@ -34389,15 +34407,47 @@ entries: catalog.cattle.io/kube-version: '>=1.22.0-0' catalog.cattle.io/release-name: linkerd-control-plane apiVersion: v2 - appVersion: edge-24.4.5 - created: "2024-04-26T00:52:26.613158245Z" + appVersion: edge-24.5.1 + created: "2024-05-03T00:55:52.028185824Z" dependencies: - name: partials repository: file://./charts/partials version: 0.1.0 description: 'Linkerd gives you observability, reliability, and security for your microservices — with no code change required. ' - digest: 5cbfa8ab5e65d415b6bf514b99bbbb93f29c5a4c9e1e2d71e5062f36a9807e7a + digest: f797d70a336344e7e12f7d41e7e4f1df00191e9af8583c17b677f767e24df68e + home: https://linkerd.io + icon: https://linkerd.io/images/logo-only-200h.png + keywords: + - service-mesh + kubeVersion: '>=1.22.0-0' + maintainers: + - email: cncf-linkerd-dev@lists.cncf.io + name: Linkerd authors + url: https://linkerd.io/ + name: linkerd-control-plane + sources: + - https://github.com/linkerd/linkerd2/ + type: application + urls: + - assets/linkerd/linkerd-control-plane-2024.5.1.tgz + version: 2024.5.1 + - annotations: + catalog.cattle.io/auto-install: linkerd-crds + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: Linkerd Control Plane + catalog.cattle.io/kube-version: '>=1.22.0-0' + catalog.cattle.io/release-name: linkerd-control-plane + apiVersion: v2 + appVersion: edge-24.4.5 + created: "2024-05-03T00:55:43.069946002Z" + dependencies: + - name: partials + repository: file://./charts/partials + version: 0.1.0 + description: 'Linkerd gives you observability, reliability, and security for your + microservices — with no code change required. ' + digest: e3e3bfbc550a6c73ad63956804bac664a34c74265b158415e2a836a7f886250e home: https://linkerd.io icon: https://linkerd.io/images/logo-only-200h.png keywords: @@ -34980,6 +35030,36 @@ entries: - assets/linkerd/linkerd-control-plane-1.12.5.tgz version: 1.12.5 linkerd-crds: + - annotations: + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: Linkerd CRDs + catalog.cattle.io/kube-version: '>=1.22.0-0' + catalog.cattle.io/release-name: linkerd-crds + apiVersion: v2 + created: "2024-05-03T00:55:52.057672058Z" + dependencies: + - name: partials + repository: file://./charts/partials + version: 0.1.0 + description: 'Linkerd gives you observability, reliability, and security for your + microservices — with no code change required. ' + digest: edc5bc89688789f4d9853f46fbd76ba72dd7f08adc12ddd74eae58f1cd44d58c + home: https://linkerd.io + icon: https://linkerd.io/images/logo-only-200h.png + keywords: + - service-mesh + kubeVersion: '>=1.22.0-0' + maintainers: + - email: cncf-linkerd-dev@lists.cncf.io + name: Linkerd authors + url: https://linkerd.io/ + name: linkerd-crds + sources: + - https://github.com/linkerd/linkerd2/ + type: application + urls: + - assets/linkerd/linkerd-crds-2024.5.1.tgz + version: 2024.5.1 - annotations: catalog.cattle.io/certified: partner catalog.cattle.io/display-name: Linkerd CRDs @@ -49802,6 +49882,37 @@ entries: - assets/shipa/shipa-1.4.0.tgz version: 1.4.0 speedscale-operator: + - annotations: + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: Speedscale Operator + catalog.cattle.io/kube-version: '>= 1.17.0-0' + catalog.cattle.io/release-name: speedscale-operator + apiVersion: v1 + appVersion: 2.1.313 + created: "2024-05-03T00:55:53.66425005Z" + description: Stress test your APIs with real world scenarios. Collect and replay + traffic without scripting. + digest: d7c3a84fe7fe811ff6bc1b639f9f8c9e0c4d2a8b028648184add31db55137ac9 + home: https://speedscale.com + icon: https://raw.githubusercontent.com/speedscale/assets/main/logo/gold_logo_only.png + keywords: + - speedscale + - test + - testing + - regression + - reliability + - load + - replay + - network + - traffic + kubeVersion: '>= 1.17.0-0' + maintainers: + - email: support@speedscale.com + name: Speedscale Support + name: speedscale-operator + urls: + - assets/speedscale/speedscale-operator-2.1.313.tgz + version: 2.1.313 - annotations: catalog.cattle.io/certified: partner catalog.cattle.io/display-name: Speedscale Operator @@ -57094,6 +57205,30 @@ entries: urls: - assets/yugabyte/yugabyte-2.16.0.tgz version: 2.16.0 + - annotations: + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: YugabyteDB + catalog.cattle.io/kube-version: '>=1.18-0' + catalog.cattle.io/release-name: yugabyte + apiVersion: v1 + appVersion: 2.14.17.0-b6 + created: "2024-05-03T00:55:54.310060896Z" + description: YugabyteDB is the high-performance distributed SQL database for building + global, internet-scale apps. + digest: 03154b168c9c70c44bb145d87268d60a0f7036d86b57e6a43414acf4a0fbd628 + home: https://www.yugabyte.com + icon: https://avatars0.githubusercontent.com/u/17074854?s=200&v=4 + maintainers: + - email: ram@yugabyte.com + name: Ram Sri + - email: arnav@yugabyte.com + name: Arnav Agarwal + name: yugabyte + sources: + - https://github.com/yugabyte/yugabyte-db + urls: + - assets/yugabyte/yugabyte-2.14.17.tgz + version: 2.14.17 - annotations: catalog.cattle.io/certified: partner catalog.cattle.io/display-name: YugabyteDB @@ -57890,6 +58025,27 @@ entries: urls: - assets/yugabyte/yugaware-2.16.0.tgz version: 2.16.0 + - annotations: + catalog.cattle.io/certified: partner + catalog.cattle.io/display-name: YugabyteDB Anywhere + catalog.cattle.io/kube-version: '>=1.18-0' + catalog.cattle.io/release-name: yugaware + apiVersion: v1 + appVersion: 2.14.17.0-b6 + created: "2024-05-03T00:55:54.360400337Z" + description: YugaWare is YugaByte Database's Orchestration and Management console. + digest: 513e825493184027b027b4fd56fe24800661eb2e62b52c6f52aa3b4819ee87c2 + home: https://www.yugabyte.com + icon: https://avatars0.githubusercontent.com/u/17074854?s=200&v=4 + maintainers: + - email: ram@yugabyte.com + name: Ram Sri + - email: arnav@yugabyte.com + name: Arnav Agarwal + name: yugaware + urls: + - assets/yugabyte/yugaware-2.14.17.tgz + version: 2.14.17 - annotations: catalog.cattle.io/certified: partner catalog.cattle.io/display-name: YugabyteDB Anywhere