Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.15
v0.0.16
8 changes: 8 additions & 0 deletions component-constructor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,18 @@ components:
name: service-provider-landscaper
version: ${SERVICE_PROVIDER_LANDSCAPER_VERSION}

- componentName: github.com/openmcp-project/service-provider-crossplane
name: service-provider-crossplane
version: ${SERVICE_PROVIDER_CROSSPLANE_VERSION}

- componentName: github.com/openmcp-project/cluster-provider-gardener
name: cluster-provider-gardener
version: ${CLUSTER_PROVIDER_GARDENER_VERSION}

- componentName: github.com/openmcp-project/cluster-provider-kind
name: cluster-provider-kind
version: ${CLUSTER_PROVIDER_KIND_VERSION}

resources:
- name: fluxcd-source-controller
version: ${FLUXCD_SOURCE_CONTROLLER_VERSION}
Expand Down
5 changes: 5 additions & 0 deletions components-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ MCP_OPERATOR_VERSION: "v0.35.2"
OPENMCP_OPERATOR_VERSION: "v0.13.0"
# renovate: datasource=github-releases depName=openmcp-project/service-provider-landscaper
SERVICE_PROVIDER_LANDSCAPER_VERSION: "v0.6.0"
# renovate: datasource=github-releases depName=openmcp-project/service-provider-crossplane
SERVICE_PROVIDER_CROSSPLANE_VERSION: "v0.0.4"
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-gardener
CLUSTER_PROVIDER_GARDENER_VERSION: "v0.5.0"
# renovate: datasource=github-releases depName=openmcp-project/cluster-provider-kind
CLUSTER_PROVIDER_KIND_VERSION: "v0.0.12"


# gitops templates for deployment
# renovate: datasource=github-releases depName=openmcp-project/gitops-templates
Expand Down