From 935a61e330a0b892cf6884ba3f73ecc7751d1b78 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 30 Oct 2022 19:15:49 +0000 Subject: [PATCH 1/5] Update kpack metadata and add version 0.7.2 --- .../kpack.packages.kadras.io/0.7.2.yml | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 repo/packages/kpack.packages.kadras.io/0.7.2.yml diff --git a/repo/packages/kpack.packages.kadras.io/0.7.2.yml b/repo/packages/kpack.packages.kadras.io/0.7.2.yml new file mode 100644 index 0000000..ced0179 --- /dev/null +++ b/repo/packages/kpack.packages.kadras.io/0.7.2.yml @@ -0,0 +1,95 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: kpack.packages.kadras.io.0.7.2 +spec: + capacityRequirementsDescription: Registry with > 1GB available space + licenses: + - Apache 2.0 + refName: kpack.packages.kadras.io + releaseNotes: https://github.com/pivotal/kpack/releases + releasedAt: "2022-10-30T19:14:37Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/package-for-kpack@sha256:e3f5138646859b197af3d92bafce1a590c688ee95c7da3bab56ce61edcadc07a + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + ca_cert_data: + default: "" + description: 'CA Certificate to be injected into the kpack controller trust + store for communicating with self signed registries. Note: This will not + be injected into builds, you need to use the cert injection webhook with + the kpack.io/build label value' + type: string + kp_default_repository: + default: "" + description: The default repository to use for builder images and dependencies + example: ghcr.io/thomasvitale/kpack + type: string + x-example-description: Repository on GitHub Container Registry + kp_default_repository_aws_iam_role_arn: + default: "" + description: IAM credentials to access kp_default_repository if the registry + is on AWS + type: string + kp_default_repository_password: + default: "" + description: 'Token to access kp_default_repository. Note: Use contents + of service account key json for GCR' + type: string + kp_default_repository_secret: + additionalProperties: false + description: Configuration for the Secret holding the credentials to access + kp_default_repository + properties: + name: + default: "" + description: The name of the Secret holding the credentials to access + kp_default_repository + type: string + namespace: + default: "" + description: The namespace of the Secret holding the credentials to + access kp_default_repository + type: string + type: object + kp_default_repository_username: + default: "" + description: 'Username to access kp_default_repository. Note: Use _json_key + for GCR' + type: string + proxy: + additionalProperties: false + description: Configure proxy support + properties: + http_proxy: + default: "" + description: The HTTP proxy to use for network traffic + type: string + https_proxy: + default: "" + description: The HTTPS proxy to use for network traffic + type: string + no_proxy: + default: "" + description: A comma-separated list of hostnames, IP addresses, or IP + ranges in CIDR format that should not use a proxy + type: string + type: object + type: object + version: 0.7.2 From d5c5c8c9c77157a6c02e8a00e9d69cdc37ce89b1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 1 Nov 2022 17:16:54 +0000 Subject: [PATCH 2/5] Update Kpack Dependencies metadata and add version 0.3.0 --- .../0.3.0.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 repo/packages/kpack-dependencies.packages.kadras.io/0.3.0.yml diff --git a/repo/packages/kpack-dependencies.packages.kadras.io/0.3.0.yml b/repo/packages/kpack-dependencies.packages.kadras.io/0.3.0.yml new file mode 100644 index 0000000..2bea3f7 --- /dev/null +++ b/repo/packages/kpack-dependencies.packages.kadras.io/0.3.0.yml @@ -0,0 +1,34 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: kpack-dependencies.packages.kadras.io.0.3.0 +spec: + refName: kpack-dependencies.packages.kadras.io + releasedAt: "2022-11-01T17:15:52Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/kpack-dependencies@sha256:fba211984814aabdeee418506a0909abea1d8064f04c5d1b7cc462eb3db4afc6 + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + kp_default_repository: + default: "" + description: The OCI registry where to publish builder images. The same + as configured in kpack. + type: string + type: object + version: 0.3.0 From 677c64a7dc9244425b9e1858057504877c532e85 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 1 Nov 2022 17:54:38 +0000 Subject: [PATCH 3/5] Update Namespace Setup metadata and add version 0.1.1 --- .../0.1.1.yml | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 repo/packages/namespace-setup.packages.kadras.io/0.1.1.yml diff --git a/repo/packages/namespace-setup.packages.kadras.io/0.1.1.yml b/repo/packages/namespace-setup.packages.kadras.io/0.1.1.yml new file mode 100644 index 0000000..214ea9f --- /dev/null +++ b/repo/packages/namespace-setup.packages.kadras.io/0.1.1.yml @@ -0,0 +1,83 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: namespace-setup.packages.kadras.io.0.1.1 +spec: + refName: namespace-setup.packages.kadras.io + releasedAt: "2022-11-01T17:53:33Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/namespace-setup@sha256:8a95e7f23fa9698013c1f1a472230787d0ac6d1e9384091dd50a5c0b3760d77f + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + gitops: + additionalProperties: false + description: Configuration to access the Git repositories used in the GitOps + workflows + properties: + password: + default: "" + description: The password for the Git server used in the GitOps workflows + type: string + server: + default: https://github.com + description: The Git server hosting the Git repositories used in the + GitOps workflows + type: string + username: + default: "" + description: The username for the Git server used in the GitOps workflows + type: string + type: object + namespaces: + default: [] + description: Configuration for developer namespaces + items: + additionalProperties: false + description: Details about the namespace to configure + properties: + exists: + default: false + type: boolean + name: + default: "" + type: string + type: object + type: array + registry: + additionalProperties: false + description: Configuration to access the OCI registry where the Kadras packages + are stored + properties: + password: + default: "" + description: The password for the OCI registry server where the Kadras + packages are stored + type: string + server: + default: "" + description: The OCI registry server where the Kadras packages are stored + type: string + username: + default: "" + description: The username for the OCI registry server where the Kadras + packages are stored + type: string + type: object + type: object + version: 0.1.1 From 2ae595cea235f0f7c851ca5e806de510acffb792 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 1 Nov 2022 18:07:50 +0000 Subject: [PATCH 4/5] Update Application Platform metadata and add version 0.2.2 --- .../0.2.2.yml | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 repo/packages/application-platform.packages.kadras.io/0.2.2.yml diff --git a/repo/packages/application-platform.packages.kadras.io/0.2.2.yml b/repo/packages/application-platform.packages.kadras.io/0.2.2.yml new file mode 100644 index 0000000..2500213 --- /dev/null +++ b/repo/packages/application-platform.packages.kadras.io/0.2.2.yml @@ -0,0 +1,116 @@ +apiVersion: data.packaging.carvel.dev/v1alpha1 +kind: Package +metadata: + creationTimestamp: null + name: application-platform.packages.kadras.io.0.2.2 +spec: + licenses: + - Apache 2.0 + refName: application-platform.packages.kadras.io + releasedAt: "2022-11-01T18:06:41Z" + template: + spec: + deploy: + - kapp: {} + fetch: + - imgpkgBundle: + image: ghcr.io/arktonix/kadras-application-platform@sha256:5a85a74b97749674333798ff79834e8ba38babb291b3a0d3a0f194724fa9a2ff + template: + - ytt: + paths: + - config + - kbld: + paths: + - '-' + - .imgpkg/images.yml + valuesSchema: + openAPIv3: + additionalProperties: false + properties: + 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 + golden_path_web: + default: {} + description: Configuration for the Cartographer Golden Path Web 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 + knative: + additionalProperties: false + description: Configuration for Knative related packages + properties: + serving: + default: {} + description: Configuration for the Knative Serving package + nullable: true + type: object + kpack: + default: + kp_default_repository: "" + description: Configuration for the Kpack package + nullable: true + 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: + exclusions: + 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.2.2 From 648d8b163906d8f0411157d1aa251e8df8924457 Mon Sep 17 00:00:00 2001 From: Thomas Vitale Date: Tue, 1 Nov 2022 19:11:26 +0100 Subject: [PATCH 5/5] Bump version to 0.3.2 --- .github/workflows/release.yml | 6 +----- README.md | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75fd1ce..4139891 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ env: COSIGN_EXPERIMENTAL: 1 REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} - VERSION: 0.3.1 + VERSION: 0.3.2 jobs: build: @@ -84,8 +84,6 @@ jobs: steps: - name: Install Cosign uses: sigstore/cosign-installer@v2.8.1 - with: - cosign-release: 'v1.13.0' - name: Log into container registry uses: redhat-actions/podman-login@v1.4 @@ -111,8 +109,6 @@ jobs: steps: - name: Install Cosign uses: sigstore/cosign-installer@v2.8.1 - with: - cosign-release: 'v1.13.0' - name: Log into container registry uses: redhat-actions/podman-login@v1.4 diff --git a/README.md b/README.md index a74e37b..ab2b54b 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ You can install the Kadras package repository in a dedicated namespace using `kc ```shell kubectl create namespace carvel-packages kctrl package repository add -r kadras-repo \ - --url ghcr.io/arktonix/kadras-packages:0.3.1 \ + --url ghcr.io/arktonix/kadras-packages:0.3.2 \ -n carvel-packages ```