Skip to content

Commit

Permalink
task: prepare next release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 4, 2024
1 parent 392de14 commit e696383
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions scripts/enrichCSV.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ def fileReader = new FileReader(file)
def yaml = new Yaml().load(fileReader)

yaml.metadata.annotations.support = "https://github.com/trustification/trustify-operator/issues"
yaml.metadata.annotations.description = "Trustify is makes Software Suppand ultimately easier to create, manage, consume."
yaml.metadata.annotations.description = "An Operator for installing and managing Trustify"
yaml.metadata.annotations.createdAt = LocalDate.now().toString()
yaml.metadata.annotations.containerImage = yaml.spec.install.spec.deployments[0].spec.template.spec.containers[0].image

yaml.spec.customresourcedefinitions.owned[0].description = "Trustify"
yaml.spec.customresourcedefinitions.owned[0].description = "Represents a Trustify instance"
yaml.spec.customresourcedefinitions.owned[0].displayName = "Trustify"

// Adding cluster permissions to be able to fetch host domain
yaml.spec.install.spec.clusterPermissions.rules[0][1] = [:]
Expand Down
6 changes: 6 additions & 0 deletions src/main/java/org/trustify/operator/TrustiCSVMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
Trustify is vendor-neutral, thought-leadering, mostly informational collection of resources devoted to making Software Supply Chains easier to create, manage, consume and ultimately... to trust!
You can use Trustify for:
- Store and Manage all the SBOM (Software Bill of Materials) files of your company.
- Understand which are the Vulnerabilities that affect each of your SBOM files
- Understand exactly which Packages are included/shipped within each SBOM
Trustify is a project within the [Trustification community](https://trustification.io/).
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ quarkus.container-image.tag=v${quarkus.application.version}
quarkus.operator-sdk.crd.apply=true

# Operator config
related.image.api=ghcr.io/trustification/trustd:0.1.0-alpha.9
related.image.api=ghcr.io/trustification/trustd:0.1.0-alpha.10
related.image.db=quay.io/enterprisedb/postgresql:16-ubi9
related.image.pull-policy=Always

Expand Down

0 comments on commit e696383

Please sign in to comment.