Skip to content

Commit 50bd18a

Browse files
authored
chore: Bump configs to version 1.0.4 (#422)
<!-- Thank you for your contribution. Before you submit the pull request: 1. Follow contributing guidelines, templates, the recommended Git workflow, and any related documentation. 2. Read and submit the required Contributor Licence Agreements (https://github.com/kyma-project/community/blob/main/CONTRIBUTING.md#agreements-and-licenses). 3. Test your changes and attach their results to the pull request. 4. Update the relevant documentation. If the pull request requires a decision, follow the [decision-making process](https://github.com/kyma-project/community/blob/main/governance.md) and replace the PR template with the [decision record template](https://github.com/kyma-project/community/blob/main/.github/ISSUE_TEMPLATE/decision-record.md). --> **Description** Changes proposed in this pull request: - preparing the 1.0.4 release **Related issue(s)** <!-- If you refer to a particular issue, provide its number. For example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->
1 parent 414ffdc commit 50bd18a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

module-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: kyma-project.io/module/template-operator
22
channel: regular
3-
version: 1.0.3
4-
manifest: https://github.com/kyma-project/template-operator/releases/download/1.0.3/template-operator.yaml
3+
version: 1.0.4
4+
manifest: https://github.com/kyma-project/template-operator/releases/download/1.0.4/template-operator.yaml
55
security: sec-scanners-config.yaml
66
repository: https://github.com/kyma-project/template-operator
77
documentation: https://github.com/kyma-project/template-operator/blob/main/README.md
8-
defaultCR: https://github.com/kyma-project/template-operator/releases/download/1.0.3/default-sample-cr.yaml
8+
defaultCR: https://github.com/kyma-project/template-operator/releases/download/1.0.4/default-sample-cr.yaml
99
icons:
1010
- name: module-icon
1111
link: https://github.com/kyma-project/template-operator/blob/main/docs/assets/logo.png
1212
resources:
1313
- name: rawManifest
14-
link: https://github.com/kyma-project/template-operator/releases/download/1.0.3/template-operator.yaml
14+
link: https://github.com/kyma-project/template-operator/releases/download/1.0.4/template-operator.yaml
1515
manager:
1616
name: template-operator-controller-manager
1717
namespace: template-operator-system

module-release-meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
spec:
77
channels:
88
- channel: regular
9-
version: 1.0.3
9+
version: 1.0.4
1010
moduleName: template-operator
1111
ocmComponentName: kyma-project.io/module/template-operator

sec-scanners-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checkmarx-one:
66
- "**/test/**"
77
- "**/*_test.go"
88
bdba:
9-
- europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.3
9+
- europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.4
1010
mend:
1111
language: golang-mod
1212
exclude:

0 commit comments

Comments
 (0)