Skip to content

Commit

Permalink
Release v1.5.2 (#1014)
Browse files Browse the repository at this point in the history
`cmd/kusk/manifests/api_server.yaml`
------------------------------------

Update `kubeshop/kusk-gateway-api` to `v1.2.2`.

Update `kubeshop/kusk-gateway-api-websocket` to `v1.2.2`.

`config/default/kustomization.yaml`, `config/manager/configmap.yaml` and `cmd/kusk/cmd/manifest_data.go`
--------------------------------------------------------------------------------------------------------

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

---

Signed-off-by: Mohamed Bana <[email protected]>
  • Loading branch information
mbana authored Dec 7, 2022
1 parent 571f84c commit 60e56fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/kusk/cmd/manifest_data.go

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

4 changes: 2 additions & 2 deletions cmd/kusk/manifests/api_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ spec:
app.kubernetes.io/instance: kusk-gateway-api
spec:
containers:
- image: kubeshop/kusk-gateway-api:v1.2.1
- image: kubeshop/kusk-gateway-api:v1.2.2
imagePullPolicy: Always
name: kusk-gateway-api
- name: kusk-gateway-api-websocket
image: kubeshop/kusk-gateway-api-websocket:v1.2.1
image: kubeshop/kusk-gateway-api-websocket:v1.2.2
imagePullPolicy: Always
args:
- --port=8081
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ patchesStrategicMerge:
images:
- name: kusk-gateway
newName: kubeshop/kusk-gateway
newTag: v1.5.1
newTag: v1.5.2
- 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.1"
app.kubernetes.io/version: "v1.5.2"
name: kusk-gateway-manager
namespace: kusk-system

0 comments on commit 60e56fc

Please sign in to comment.