From d673da56db4e33683b381fcf613f83584f834891 Mon Sep 17 00:00:00 2001 From: treezio Date: Mon, 27 Jan 2025 16:46:50 +0000 Subject: [PATCH 1/4] chore: Update Chart Version for OpenTelemetry Collector to 0.115.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- opentelemetry-collector/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-collector/deploy.sh b/opentelemetry-collector/deploy.sh index 95d4178..a05de3f 100644 --- a/opentelemetry-collector/deploy.sh +++ b/opentelemetry-collector/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh NAMESPACE=tracing -CHART_VERSION=0.107.0 +CHART_VERSION=0.115.0 APPLICATION="opentelemetry-collector" ENVIRONMENT=`kubectl config current-context | cut -d- -f1` DEPLOY=false From cbf69c1b705e3ee77ef6f39d2595b99456e370fb Mon Sep 17 00:00:00 2001 From: treezio Date: Mon, 10 Feb 2025 02:12:12 +0000 Subject: [PATCH 2/4] chore: Update Chart Version for OpenTelemetry Collector to 0.116.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- opentelemetry-collector/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-collector/deploy.sh b/opentelemetry-collector/deploy.sh index a05de3f..068931b 100644 --- a/opentelemetry-collector/deploy.sh +++ b/opentelemetry-collector/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh NAMESPACE=tracing -CHART_VERSION=0.115.0 +CHART_VERSION=0.116.0 APPLICATION="opentelemetry-collector" ENVIRONMENT=`kubectl config current-context | cut -d- -f1` DEPLOY=false From 310204f827c27496f98603dcd4fab4f6e4565505 Mon Sep 17 00:00:00 2001 From: treezio Date: Mon, 24 Feb 2025 02:16:50 +0000 Subject: [PATCH 3/4] chore: Update Chart Version for OpenTelemetry Collector to 0.117.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- opentelemetry-collector/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-collector/deploy.sh b/opentelemetry-collector/deploy.sh index 068931b..d19cca1 100644 --- a/opentelemetry-collector/deploy.sh +++ b/opentelemetry-collector/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh NAMESPACE=tracing -CHART_VERSION=0.116.0 +CHART_VERSION=0.117.0 APPLICATION="opentelemetry-collector" ENVIRONMENT=`kubectl config current-context | cut -d- -f1` DEPLOY=false From 856a290542504f3d5d153de26cbc56dedf57707a Mon Sep 17 00:00:00 2001 From: treezio Date: Mon, 3 Mar 2025 02:17:48 +0000 Subject: [PATCH 4/4] chore: Update Chart Version for OpenTelemetry Collector to 0.117.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- opentelemetry-collector/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-collector/deploy.sh b/opentelemetry-collector/deploy.sh index d19cca1..22fb698 100644 --- a/opentelemetry-collector/deploy.sh +++ b/opentelemetry-collector/deploy.sh @@ -1,6 +1,6 @@ #!/bin/sh NAMESPACE=tracing -CHART_VERSION=0.117.0 +CHART_VERSION=0.117.1 APPLICATION="opentelemetry-collector" ENVIRONMENT=`kubectl config current-context | cut -d- -f1` DEPLOY=false