Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - controlplane@0.68.2
 - otelcollector@0.12.0
 - router@0.68.0
  • Loading branch information
hardworker-bot committed Feb 18, 2024
1 parent 746b117 commit 67dccd7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
6 changes: 6 additions & 0 deletions controlplane/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.68.2](https://github.com/wundergraph/cosmo/compare/controlplane@0.68.1...controlplane@0.68.2) (2024-02-18)

### Bug Fixes

* remove duplicated columns ([#547](https://github.com/wundergraph/cosmo/issues/547)) ([36e683a](https://github.com/wundergraph/cosmo/commit/36e683aa21dd8b5ae77ea8fda9d0d07b8e820733)) (@StarpTech)

## [0.68.1](https://github.com/wundergraph/cosmo/compare/controlplane@0.68.0...controlplane@0.68.1) (2024-02-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "controlplane",
"version": "0.68.1",
"version": "0.68.2",
"private": true,
"description": "WunderGraph Cosmo Controlplane",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions otelcollector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.12.0](https://github.com/wundergraph/cosmo/compare/otelcollector@0.11.2...otelcollector@0.12.0) (2024-02-18)

### Features

* recommend GOMEMLIMIT and remove memory limiter ([#548](https://github.com/wundergraph/cosmo/issues/548)) ([4167082](https://github.com/wundergraph/cosmo/commit/41670829f55c2b3582cf2381f5460fef29643036)) (@StarpTech)

## [0.11.2](https://github.com/wundergraph/cosmo/compare/otelcollector@0.11.1...otelcollector@0.11.2) (2024-02-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion otelcollector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otelcollector",
"version": "0.11.2",
"version": "0.12.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.68.0](https://github.com/wundergraph/cosmo/compare/router@0.67.0...router@0.68.0) (2024-02-18)

### Features

* **metrics:** collect OS type and enrich traces with resource instan… ([#546](https://github.com/wundergraph/cosmo/issues/546)) ([746b117](https://github.com/wundergraph/cosmo/commit/746b1175270b07fd7f3b9a9ae2077ee7dcc471c3)) (@StarpTech)

# [0.67.0](https://github.com/wundergraph/cosmo/compare/router@0.66.3...router@0.67.0) (2024-02-17)

### Features
Expand Down
2 changes: 1 addition & 1 deletion router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "router",
"version": "0.67.0",
"version": "0.68.0",
"private": true,
"description": "Placeholder package to simplify versioning and releasing with lerna.",
"keywords": [
Expand Down

0 comments on commit 67dccd7

Please sign in to comment.