Skip to content

Commit

Permalink
Generated 0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellistarn committed Mar 18, 2021
1 parent 6f583a6 commit e2f7210
Show file tree
Hide file tree
Showing 8 changed files with 566 additions and 2,008 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOFLAGS ?= "-tags=${CLOUD_PROVIDER}"

RELEASE_REPO ?= public.ecr.aws/b6u6q9h4
RELEASE_VERSION ?= v0.1.2
RELEASE_VERSION ?= v0.1.3
RELEASE_MANIFEST = releases/${CLOUD_PROVIDER}/manifest.yaml

WITH_GOFLAGS = GOFLAGS=${GOFLAGS}
Expand Down Expand Up @@ -45,11 +45,11 @@ codegen: ## Generate code. Must be run if changes are made to ./pkg/apis/...
./hack/codegen.sh

publish: ## Generate release manifests and publish a versioned container image.
$(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko resolve -B -t $(RELEASE_VERSION) -f - > $(RELEASE_MANIFEST)
$(WITH_RELEASE_REPO) $(WITH_GOFLAGS) ko resolve -B -t $(RELEASE_VERSION) -f config > $(RELEASE_MANIFEST)

helm: ## Generate Helm Chart
cp $(RELEASE_MANIFEST) charts/karpenter/templates
yq w -i charts/karpenter/Chart.yaml version $(RELEASE_VERSION)
yq e -i '.version = "$(RELEASE_VERSION)"' ./charts/karpenter/Chart.yaml
cd charts; helm package karpenter; helm repo index .

docs: ## Generate Docs
Expand Down
15 changes: 12 additions & 3 deletions charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ apiVersion: v1
entries:
karpenter:
- apiVersion: v2
created: "2021-02-11T14:24:19.083836-08:00"
created: "2021-03-18T09:04:30.052332-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 1a597c415201e61576b83ee6ec3e24b99281805b3be8141b0a344c6f014d4e15
name: karpenter
type: application
urls:
- karpenter-v0.1.3.tgz
version: v0.1.3
- apiVersion: v2
created: "2021-03-18T09:04:30.05188-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 6a6753731aef19db2aae72b6bfc1535917053d87f706579e158cae98c23887b4
name: karpenter
Expand All @@ -11,12 +20,12 @@ entries:
- karpenter-v0.1.2.tgz
version: v0.1.2
- apiVersion: v2
created: "2021-02-11T14:24:19.083154-08:00"
created: "2021-03-18T09:04:30.050124-07:00"
description: A Helm chart for https://github.com/awslabs/karpenter/.
digest: 39685c8cbe9a757ca48721aed08b49111fef18bc2a9f67d3223f19d0706f09f7
name: karpenter
type: application
urls:
- karpenter-v0.1.1.tgz
version: v0.1.1
generated: "2021-02-11T14:24:19.081399-08:00"
generated: "2021-03-18T09:04:30.049074-07:00"
Binary file added charts/karpenter-v0.1.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/karpenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: karpenter
description: A Helm chart for https://github.com/awslabs/karpenter/.
type: application
version: v0.1.2
version: v0.1.3
1,274 changes: 274 additions & 1,000 deletions charts/karpenter/templates/manifest.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,5 @@ its target, and indicates whether or not those conditions are met.</p>
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>5d55935</code>.
on git commit <code>6f583a6</code>.
</em></p>
1 change: 1 addition & 0 deletions hack/quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ apply() {
--atomic
helm upgrade --install karpenter karpenter/karpenter \
--version 0.1.2 \
--create-namespace --namespace karpenter \
--atomic
}

Expand Down
1,274 changes: 274 additions & 1,000 deletions releases/aws/manifest.yaml

Large diffs are not rendered by default.

0 comments on commit e2f7210

Please sign in to comment.