From b1fbe9e400cf5538a777608e95d53e37cbf8b804 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 13 Jun 2025 09:46:18 +0000 Subject: [PATCH 01/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e37c8..0b5cad1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.0] - 2025-06-13 + +### 🚀 Features + +- *(k8s)* Add OpenTelemetry exporter endpoint to deploy.yaml + ## [0.5.3] - 2025-06-13 ### 🐛 Bug Fixes -- 2.52.0 From 6700ff2ca4ae8ca30318417aa06b9ecac0d667c9 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 13 Jun 2025 11:41:25 +0000 Subject: [PATCH 02/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b5cad1..e163f90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### 🚀 Features - *(k8s)* Add OpenTelemetry exporter endpoint to deploy.yaml +- Add build version injection via CI_COMMIT argument ## [0.5.3] - 2025-06-13 -- 2.52.0 From ff808610b9c0c33612d9f17ed56cb73ddcc9c6b8 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Fri, 13 Jun 2025 19:47:38 +0000 Subject: [PATCH 03/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e163f90..8a4ca72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file. - *(k8s)* Add OpenTelemetry exporter endpoint to deploy.yaml - Add build version injection via CI_COMMIT argument +### 🐛 Bug Fixes + +- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.190 + ## [0.5.3] - 2025-06-13 ### 🐛 Bug Fixes -- 2.52.0 From af070c5ade7b3c502e4a3b98fba103216703dfa2 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Mon, 16 Jun 2025 05:16:37 +0000 Subject: [PATCH 04/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4ca72..835a913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2025-06-13 +## [0.6.0] - 2025-06-16 ### 🚀 Features @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.190 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.28 ## [0.5.3] - 2025-06-13 -- 2.52.0 From 680516f9a14da3f9c4fc3b6277fcc8759a9781d4 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Mon, 16 Jun 2025 15:34:23 +0000 Subject: [PATCH 05/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 835a913..d17a913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.190 - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.28 +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.75 ## [0.5.3] - 2025-06-13 -- 2.52.0 From 07855494467af451e9f6e7dc33c2976c9bd66618 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Thu, 19 Jun 2025 14:45:23 +0000 Subject: [PATCH 06/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d17a913..e5f54d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2025-06-16 +## [0.6.0] - 2025-06-19 ### 🚀 Features @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.190 - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.28 - *(deps)* Update module github.com/99designs/gqlgen to v0.17.75 +- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.192 ## [0.5.3] - 2025-06-13 -- 2.52.0 From ac1f8ecf1bb6b854702a6f1a13859cfa13d30fad Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Wed, 25 Jun 2025 06:18:35 +0000 Subject: [PATCH 07/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f54d1..f05f70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2025-06-19 +## [0.6.0] - 2025-06-25 ### 🚀 Features @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.28 - *(deps)* Update module github.com/99designs/gqlgen to v0.17.75 - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.192 +- *(deps)* Update module github.com/alecthomas/kong to v1.12.0 ## [0.5.3] - 2025-06-13 -- 2.52.0 From 93367080c43d753182c417c73968a346222d9e4c Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Wed, 25 Jun 2025 08:12:58 +0000 Subject: [PATCH 08/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05f70e..76f1c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/99designs/gqlgen to v0.17.75 - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.192 - *(deps)* Update module github.com/alecthomas/kong to v1.12.0 +- *(deps)* Update opentelemetry-go monorepo ## [0.5.3] - 2025-06-13 -- 2.52.0 From 87e1470115381c3de50b6b1a515496c3cf3f1827 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Wed, 25 Jun 2025 20:59:28 +0000 Subject: [PATCH 09/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f1c13..222a99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.192 - *(deps)* Update module github.com/alecthomas/kong to v1.12.0 - *(deps)* Update opentelemetry-go monorepo +- *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.12.0 ## [0.5.3] - 2025-06-13 -- 2.52.0 From 93dbac94cf6dcf3e5d303e9919fd584bebbfb217 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 28 Jun 2025 07:27:26 +0000 Subject: [PATCH 10/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 222a99e..f7ce118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2025-06-25 +## [0.6.0] - 2025-06-28 ### 🚀 Features @@ -18,6 +18,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/alecthomas/kong to v1.12.0 - *(deps)* Update opentelemetry-go monorepo - *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.12.0 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.29 ## [0.5.3] - 2025-06-13 -- 2.52.0 From c57d012f7698398664cab4786d7f67577cdd33ef Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 28 Jun 2025 11:32:30 +0000 Subject: [PATCH 11/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ce118..db78014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update opentelemetry-go monorepo - *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.12.0 - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.29 +- *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194 ## [0.5.3] - 2025-06-13 -- 2.52.0 From fb740fc1a9152493ca14595ad8d6c0fd2d860471 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 28 Jun 2025 21:52:38 +0000 Subject: [PATCH 12/14] chore(release): prepare for v0.6.0 -- 2.52.0 From 4ea4e4db2ad7946707b8e311bc79cea27bc8d12a Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sun, 29 Jun 2025 01:11:45 +0000 Subject: [PATCH 13/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db78014..bb18c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.6.0] - 2025-06-28 +## [0.6.0] - 2025-06-29 ### 🚀 Features @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module go.opentelemetry.io/contrib/bridges/otelslog to v0.12.0 - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.29 - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194 +- *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.30 ## [0.5.3] - 2025-06-13 -- 2.52.0 From 7a68c36a5a29aac576142e648831ea1b2c3dd6d7 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sun, 29 Jun 2025 08:47:28 +0000 Subject: [PATCH 14/14] chore(release): prepare for v0.6.0 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb18c75..ef3116d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.29 - *(deps)* Update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194 - *(deps)* Update module github.com/vektah/gqlparser/v2 to v2.5.30 +- *(deps)* Update module github.com/99designs/gqlgen to v0.17.76 ## [0.5.3] - 2025-06-13 -- 2.52.0