From 5ed3aeecc0a2695cb7326c71ae593049b18846ae Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 21 Mar 2023 00:23:03 +0100 Subject: [PATCH 1/3] Update Buildpacks Catalog metadata and add version 0.5.1 (#148) Co-authored-by: github-actions --- .../0.5.1.yml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 repo/packages/buildpacks-catalog.packages.kadras.io/0.5.1.yml diff --git a/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.1.yml b/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.1.yml new file mode 100644 index 0000000..142f252 --- /dev/null +++ b/repo/packages/buildpacks-catalog.packages.kadras.io/0.5.1.yml @@ -0,0 +1,46 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: buildpacks-catalog.packages.kadras.io.0.5.1 +spec: + capacityRequirementsDescription: Container registry with > 1GB available space + licenses: + - Apache 2.0 + refName: buildpacks-catalog.packages.kadras.io + releaseNotes: https://github.com/kadras-io/buildpacks-catalog/releases + releasedAt: "2023-03-20T23:20:19Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/buildpacks-catalog@sha256:4c13e22ca17e61d553f04e049c21800995fd8dabc4a526b4326bd6a09a406ab7 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + kp_default_repository: + additionalProperties: false + description: Settings for the default container repository used by kpack. + Same as configured in the kpack package. + properties: + name: + default: "" + description: The default repository where to publish builder images + and dependencies. + example: ghcr.io/thomasvitale/kpack-build + type: string + x-example-description: Repository on GitHub Container Registry + type: object + type: object + version: 0.5.1 From 47dd5ffcceb29e686404f1db823eced131c79382 Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 21 Mar 2023 00:29:56 +0100 Subject: [PATCH 2/3] Update Engineering Platform metadata and add version 0.7.1 (#149) Co-authored-by: github-actions --- .../0.7.1.yml | 134 ++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 repo/packages/engineering-platform.packages.kadras.io/0.7.1.yml diff --git a/repo/packages/engineering-platform.packages.kadras.io/0.7.1.yml b/repo/packages/engineering-platform.packages.kadras.io/0.7.1.yml new file mode 100644 index 0000000..6ad9af7 --- /dev/null +++ b/repo/packages/engineering-platform.packages.kadras.io/0.7.1.yml @@ -0,0 +1,134 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: engineering-platform.packages.kadras.io.0.7.1 +spec: + licenses: + - Apache 2.0 + refName: engineering-platform.packages.kadras.io + releaseNotes: https://github.com/kadras-io/engineering-platform/releases + releasedAt: "2023-03-20T23:25:56Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/kadras-io/kadras-engineering-platform@sha256:1175759495f0674418102117d92524735bb9b8e9050d21e27605317e6d339aba + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + buildpacks: + additionalProperties: false + description: Configuration for Buildpacks related packages. + properties: + catalog: + default: {} + description: Configuration for the Buildpacks Catalog package. + nullable: true + kpack: + default: {} + description: Configuration for the Kpack package. + nullable: true + type: object + cartographer: + additionalProperties: false + description: Configuration for Cartographer related packages. + properties: + blueprints: + default: {} + description: Configuration for the Cartographer Blueprints package. + nullable: true + delivery: + default: {} + description: Configuration for the Cartographer Delivery package. + nullable: true + supply_chains: + default: {} + description: Configuration for the Cartographer Supply Chains package. + nullable: true + type: object + cert_manager: + default: {} + description: Configuration for the Cert Manager package. + nullable: true + contour: + default: {} + description: Configuration for the Contour package. + nullable: true + conventions: + additionalProperties: false + description: Configuration for Cartographer Conventions related packages. + properties: + spring_boot: + default: {} + description: Configuration for the Spring Boot Conventions package. + nullable: true + type: object + flux: + additionalProperties: false + description: Configuration for Flux related packages. + properties: + source_controller: + default: {} + description: Configuration for the FluxCD Source Controller package. + nullable: true + type: object + knative: + additionalProperties: false + description: Configuration for Knative related packages. + properties: + serving: + default: {} + description: Configuration for the Knative Serving package. + nullable: true + type: object + metrics_server: + default: {} + description: Configuration for the Metrics Server package. + nullable: true + namespace_setup: + default: {} + description: Configuration for the Namespace Setup package. + nullable: true + packages: + additionalProperties: false + description: Configuration for the platform packages. + properties: + excluded: + default: [] + description: A list of packages to exclude from being installed. + items: + default: "" + type: string + type: array + namespace: + default: "" + description: The namespace where to install the platform. + type: string + type: object + secretgen_controller: + default: {} + description: Configuration for the Secretgen Controller package. + nullable: true + tekton: + additionalProperties: false + description: Configuration for Tekton related packages. + properties: + pipelines: + default: {} + description: Configuration for the Tekton Pipelines package. + nullable: true + type: object + type: object + version: 0.7.1 From 4052edd12462d27e5342b2a85aa088ca34e718dc Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 21 Mar 2023 00:30:35 +0100 Subject: [PATCH 3/3] Prepare release 0.9.1 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c1f0ca..bb5ed1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - VERSION: 0.9.0 + VERSION: 0.9.1 jobs: build: