Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 10:20
v1.1.2
2250446

Release v1.1.2

  • feat: extend the configuration file with the other providers #157

The configuration file has been extended with all the providers.

apiGroups:
  - name: "com.aws.services"
    description: "Resources related to AWS services"
    files: # files and folders can be defined together or on their own
      - sample-crd/infrastructure.cluster.x-k8s.io_awsclusters.yaml
      - sample-crd/delivery.krok.app_krokcommands
  - name: "com.azure.services"
    description: "Resources related to Azure services"
    folders:
      - azure-crds
  - name: "whatever"
    urls:
      - url: https://raw.githubusercontent.com/Skarlso/crd-bootstrap/refs/heads/main/crd-bootstrap/crds/delivery.crd-bootstrap_bootstraps.yaml
    gitUrls:
      - url: [email protected]:Skarlso/crd-bootstrap
      - url: [email protected]:crossplane/crossplane