Skip to content

Commit 9bb1b80

Browse files
authored
Merge pull request #39 from anynines/release-v1.3.2
Release v1.3.2
2 parents 4987fb3 + f4d306b commit 9bb1b80

16 files changed

Lines changed: 21 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## [1.3.2] - 2025-01-23
6+
57
### Added
68

79
- Added `HostURL` and `Port` fields to the `ServiceBinding` status of `provider-anynines` managed resources.

crossplane-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ To install the configuration package (containing definitions and compositions),
283283
1. Install the package via crossplane:
284284
285285
```bash
286-
crossplane xpkg install configuration public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.1
286+
crossplane xpkg install configuration public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.2
287287
```
288288
289289
2. Install files directly:

crossplane-api/deploy/config-pkg-anynines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ kind: Configuration
33
metadata:
44
name: anynines-dataservices
55
spec:
6-
package: public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.1
6+
package: public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.2

crossplane-api/deploy/provider-anynines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Provider
33
metadata:
44
name: provider-anynines
55
spec:
6-
package: "public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.1"
6+
package: "public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.2"
77
runtimeConfigRef:
88
name: provider-anynines
99
---

docs/for-developers/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Checking Prerequisites...
219219
...
220220
221221
The following command will be executed for you:
222-
/opt/homebrew/bin/kubectl bind http://192.168.0.91:8080/export --konnector-image public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.1 --context kind-klutch-app
222+
/opt/homebrew/bin/kubectl bind http://192.168.0.91:8080/export --konnector-image public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.2 --context kind-klutch-app
223223
```
224224
225225
Next, a browser window will open for authentication. Use these demo credentials:

docs/platform-operator/control-plane-cluster-setup/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ spec:
246246
serviceAccountName: anynines-backend
247247
containers:
248248
- name: anynines-backend
249-
image: public.ecr.aws/w5n9a2g2/klutch/example-backend:v1.3.1
249+
image: public.ecr.aws/w5n9a2g2/klutch/example-backend:v1.3.2
250250
args:
251251
- --namespace-prefix=cluster
252252
- --pretty-name=anynines

docs/platform-operator/control-plane-cluster-setup/setup-app-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ backend. To create this binding, execute the following commands:
162162
1. In the following line, replace `<backend-host>` with the hostname of the Klutch backend:
163163

164164
```bash
165-
kubectl bind http://<backend-host>:443/export --konnector-image=public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.1
165+
kubectl bind http://<backend-host>:443/export --konnector-image=public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.2
166166
```
167167

168168
2. Authenticate using provided URL and your OIDC credentials. Grant the OIDC client access in the
@@ -255,7 +255,7 @@ spec:
255255
containers:
256256
- name: konnector
257257
# Make sure to use the latest image version here:
258-
image: public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.1
258+
image: public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.2
259259
env:
260260
- name: POD_NAME
261261
valueFrom:

docs/platform-operator/creating-a-custom-crossplane-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ registry of your choice, and deploy your changes to the control plane cluster by
3131
# Get the name of the configuration
3232
$ kubectl get configurations.pkg.crossplane.io
3333
NAME INSTALLED HEALTHY PACKAGE AGE
34-
w5n9a2g2-anynines-dataservices True True public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.1 3d
34+
w5n9a2g2-anynines-dataservices True True public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.2 3d
3535

3636
# edit the configuration
3737
$ kubectl edit configurations.pkg.crossplane.io w5n9a2g2-anynines-dataservices

docs/platform-operator/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ condition of the installed crossplane providers:
1818
$ kubectl get providers
1919
NAME INSTALLED HEALTHY PACKAGE AGE
2020
crossplane-contrib-provider-kubernetes True True xpkg.upbound.io/crossplane-contrib/provider-kubernetes:v0.9.0 118m
21-
provider-anynines True True public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.1 118m
21+
provider-anynines True True public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.2 118m
2222
```
2323

2424
If one of the underlying pods encounters an error and needs to be recreated, the HEALTHY condition

docs/platform-operator/update-cluster-components/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ image in our [image registry](https://gallery.ecr.aws/w5n9a2g2/klutch/provider-a
2929

3030
```bash
3131
kubectl patch providers/provider-anynines \
32-
--type merge -p '{"spec":{"package":"public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.1"}}'
32+
--type merge -p '{"spec":{"package":"public.ecr.aws/w5n9a2g2/klutch/provider-anynines:v1.3.2"}}'
3333
```
3434

3535
2. Finally update anynines configuration package
3636

3737
```bash
3838
kubectl patch configurations/anynines-dataservices \
39-
--type merge -p '{"spec":{"package":"public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.1"}}'
39+
--type merge -p '{"spec":{"package":"public.ecr.aws/w5n9a2g2/klutch/dataservices:v1.3.2"}}'
4040
```
4141

4242
### Control Plane Cluster backend
@@ -77,7 +77,7 @@ checking out the tab "Image tags" for this image in our
7777
### Example using kubectl
7878

7979
```bash
80-
kubectl set image --namespace kube-bind deployment/konnector konnector=public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.1
80+
kubectl set image --namespace kube-bind deployment/konnector konnector=public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.2
8181
```
8282

8383
### Example using a manifest
@@ -107,7 +107,7 @@ spec:
107107
containers:
108108
- name: konnector
109109
# This image should point to the new version:
110-
image: public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.1
110+
image: public.ecr.aws/w5n9a2g2/klutch/konnector:v1.3.2
111111
env:
112112
- name: POD_NAME
113113
valueFrom:

0 commit comments

Comments
 (0)