Skip to content

Commit

Permalink
Release v1.5.1 (#1012)
Browse files Browse the repository at this point in the history
`config/default/kustomization.yaml`, `config/manager/configmap.yaml` and `cmd/kusk/cmd/manifest_data.go`
--------------------------------------------------------------------------------------------------------

Change `kubeshop/kusk-gateway` to `v1.5.1`, and run `(cd cmd/kusk && VERSION=v1.5.1 make build)`.

---

Signed-off-by: Mohamed Bana <mohamed@bana.io>
  • Loading branch information
mbana authored Dec 7, 2022
1 parent 68d953d commit 571f84c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions cmd/kusk/cmd/manifest_data.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../crd
- ../rbac
- ../manager
- ../webhook
- ../crd
- ../rbac
- ../manager
- ../webhook

# Adds namespace to all resources.
namespace: kusk-system
Expand All @@ -22,13 +22,13 @@ commonLabels:
app.kubernetes.io/name: kusk-gateway

patchesStrategicMerge:
- manager_auth_proxy_patch.yaml
- manager_webhook_patch.yaml
- manager_auth_proxy_patch.yaml
- manager_webhook_patch.yaml

images:
- name: kusk-gateway
newName: kubeshop/kusk-gateway
newTag: v1.5.0
- name: kusk-gateway:dev
newName: kubeshop/kusk-gateway
newTag: latest
- name: kusk-gateway
newName: kubeshop/kusk-gateway
newTag: v1.5.1
- name: kusk-gateway:dev
newName: kubeshop/kusk-gateway
newTag: latest
2 changes: 1 addition & 1 deletion config/manager/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ metadata:
app.kubernetes.io/component: kusk-gateway-manager
app.kubernetes.io/instance: kusk-gateway
app.kubernetes.io/name: kusk-gateway
app.kubernetes.io/version: "v1.5.0"
app.kubernetes.io/version: "v1.5.1"
name: kusk-gateway-manager
namespace: kusk-system

0 comments on commit 571f84c

Please sign in to comment.