Skip to content

Commit 26e2ace

Browse files
authored
chore: Update version to 1.0.0 for sec scanners config and module config (#205)
<!-- 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: - Update version to 1.0.0 for sec scanners config and module config **Related issue(s)** Resolves #195
1 parent f417f27 commit 26e2ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

module-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kyma-project.io/module/template-operator
22
channel: regular
3-
version: 0.1.2
3+
version: 1.0.0
44
manifest: template-operator.yaml
55
security: sec-scanners-config.yaml
66
defaultCR: ./config/samples/default-sample-cr.yaml

sec-scanners-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module-name: template-operator
2-
rc-tag: 0.1.2
2+
rc-tag: 1.0.0
33
dev-branch: main
44
protecode:
5-
- europe-docker.pkg.dev/kyma-project/prod/template-operator:0.1.2
5+
- europe-docker.pkg.dev/kyma-project/prod/template-operator:1.0.0
66
whitesource:
77
language: golang-mod
88
subprojects: false

0 commit comments

Comments
 (0)