Skip to content

Commit 2c1be76

Browse files
committed
Prepare v0.3.1 Release
1 parent 2dc7b87 commit 2c1be76

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

charts/parca-operator/Chart.yaml

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@
22
apiVersion: v2
33
name: parca-operator
44
description: Deploy and Operator Parca
5-
6-
# A chart can be either an 'application' or a 'library' chart.
7-
#
8-
# Application charts are a collection of templates that can be packaged into versioned archives
9-
# to be deployed.
10-
#
11-
# Library charts provide useful utilities or functions for the chart developer. They're included as
12-
# a dependency of application charts to inject those utilities and functions into the rendering
13-
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
145
type: application
15-
16-
# This is the chart version. This version number should be incremented each time you make changes
17-
# to the chart and its templates, including the app version.
18-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.0.1
20-
21-
# This is the version number of the application being deployed. This version number should be
22-
# incremented each time you make changes to the application. Versions are not expected to
23-
# follow Semantic Versioning. They should reflect the version the application is using.
24-
# It is recommended to use it with quotes.
25-
appVersion: "v0.3.0"
6+
version: 1.0.2
7+
appVersion: "v0.3.1"

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/ricoberger/parca-operator
22

33
go 1.24.0
4+
45
require (
56
github.com/onsi/ginkgo/v2 v2.23.0
67
github.com/onsi/gomega v1.36.2

0 commit comments

Comments
 (0)