Skip to content

Commit

Permalink
Prepare release v0.1.0 (#374)
Browse files Browse the repository at this point in the history
* Prepare release v0.1.0

* Prepare release v0.1.0

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

* add link to tempo

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

* move the version on the makefile

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>

---------

Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 committed Apr 6, 2023
1 parent 8978561 commit 70ddabc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 28 deletions.
19 changes: 0 additions & 19 deletions .chloggen/initial_release.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ Changes by Version
==================

<!-- next version -->

## 0.1.0

### 🚀 New components 🚀

- `operator`: Initial release of tempo operator
- Supports [Tempo - v2.0.1](https://github.com/grafana/tempo/releases/tag/v2.0.1)

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Current Operator version
VERSION_DATE ?= $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
VERSION_PKG ?= "github.com/os-observability/tempo-operator/internal/version"
OPERATOR_VERSION ?= 0.0.1
OPERATOR_VERSION ?= 0.1.0
COMMIT_SHA = "$(shell git rev-parse HEAD)"
LD_FLAGS ?= "-X ${VERSION_PKG}.buildDate=${VERSION_DATE} -X ${VERSION_PKG}.version=${OPERATOR_VERSION} -X ${VERSION_PKG}.commitSha=${COMMIT_SHA}"
ARCH ?= $(shell go env GOARCH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-04-05T13:34:42Z"
createdAt: "2023-04-05T15:19:33Z"
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: tempo-operator.v0.0.1
name: tempo-operator.v0.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -630,7 +630,7 @@ spec:
- --config=controller_manager_config.yaml
command:
- /manager
image: ghcr.io/os-observability/tempo-operator/tempo-operator:v0.0.1
image: ghcr.io/os-observability/tempo-operator/tempo-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -759,7 +759,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.1
version: 0.1.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
createdAt: "2023-04-05T13:34:39Z"
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: tempo-operator.v0.0.1
name: tempo-operator.v0.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -630,7 +630,7 @@ spec:
- --config=controller_manager_config.yaml
command:
- /manager
image: ghcr.io/os-observability/tempo-operator/tempo-operator:v0.0.1
image: ghcr.io/os-observability/tempo-operator/tempo-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -759,7 +759,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.1
version: 0.1.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/os-observability/tempo-operator/tempo-operator
newTag: v0.0.1
newTag: v0.1.0

0 comments on commit 70ddabc

Please sign in to comment.