Skip to content

Commit f5dc364

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents c877ccb + f14b8fe commit f5dc364

File tree

7 files changed

+30
-6
lines changed

7 files changed

+30
-6
lines changed

content/documentation/guides/administration/snapshots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Microcks Snapshots are not complete database exports because they only integrate
2121

2222
> 🚨 **Warning**
2323
>
24-
> Snapshots cannot be substitutes for proper database backup and restore procedures! If you choose to deploy Microcks as a central instance that should always up-and-runing, databases backups are necessary to keep all the history of different objects and retain the configuration of your instance.
24+
> Snapshots cannot be substitutes for proper database backup and restore procedures! If you choose to deploy Microcks as a central instance that should always up-and-running, databases backups are necessary to keep all the history of different objects and retain the configuration of your instance.
2525
2626
Snapshots are lightweight structures that can be used to:
2727
* easily exchange a set of Services & APIs definition with another instance of Microcks,

content/documentation/guides/installation/kubernetes-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ kubectl patch -n ingress-nginx deployment/ingress-nginx-controller --type='json'
194194
-p '[{"op":"add","path":"/spec/template/spec/containers/0/args/-","value":"--enable-ssl-passthrough"}]'
195195
```
196196

197-
So assuming you're having the Strimzi operator up and runing in your `microcks` namespace, you can now create a new Microcks instance with additional properties to enable the asynchronous feature and to popup a new Kafka cluster that will be made available to users at `kafka.m.minikube.local`:
197+
So assuming you're having the Strimzi operator up and runinng in your `microcks` namespace, you can now create a new Microcks instance with additional properties to enable the asynchronous feature and to popup a new Kafka cluster that will be made available to users at `kafka.m.minikube.local`:
198198

199199
```yaml
200200
cat <<EOF | kubectl apply -n microcks -f -

content/documentation/tutorials/first-asyncapi-mock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Ready? Go! 💥
2121

2222
First mandatory step is obviously to setup Microcks 😉. For AsyncAPI usage, we need a particular setup that embeds an Apache Kafka broker linked to a Microcks instance. Do not worry, we made this available for you as a simple `docker compose` command!
2323

24-
> As an alternative, you could also use our [Docker Desktop Extension](https://microcks.io/documentation/guides/installation/docker-desktop-extension/) is you feel more comfortable with graphical tools.
24+
> As an alternative, you could also use our [Docker Desktop Extension](https://microcks.io/documentation/guides/installation/docker-desktop-extension/) if you feel more comfortable with graphical tools.
2525
2626
To retrieve and start the `docker compose` configuration, just execute the following commands, adapting the folder to one of your choice:
2727

content/documentation/tutorials/getting-started-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Now you have everything ready to launch your first test with Microcks!
5252
Now that our component implementing the API is running, it's time to launch some tests to check if it is actually compliant with the API Contract. This is what we call **Contract Testing**. You can launch and run tests from the UI or from the [`microcks-cli`](/documentation/guides/automation/cli/) tool.
5353

5454
> 💡
55-
> As our API implement is runing into a container bound on port 8282, it will be accessible at `http://localhost:8282` from our machine network. However, from the Microcks container perspective it will be accessible using the `http://host.docker.internal:8282` alias that allow accessing the machine network from inside a container.
55+
> As our API implement is running into a container bound on port 8282, it will be accessible at `http://localhost:8282` from our machine network. However, from the Microcks container perspective it will be accessible using the `http://host.docker.internal:8282` alias that allow accessing the machine network from inside a container.
5656

5757

5858
### From the UI

public

Submodule public updated 158 files

static/helm/index.yaml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,30 @@ entries:
2525
urls:
2626
- https://microcks.io/helm/microcks-1.11.0.tgz
2727
version: 1.11.0
28+
- apiVersion: v2
29+
appVersion: 1.11.0
30+
created: "2025-02-10T10:56:22.018108+01:00"
31+
description: Microcks - API Mocking and Testing
32+
digest: 6aa214c76ffc5f0021acdc9bffb6b9a603151b80625e2e3ac0564d6c8a394d8a
33+
home: https://microcks.io
34+
icon: https://microcks.io/images/microcks-big.png
35+
keywords:
36+
- mocks
37+
- microservice
38+
- api
39+
- test
40+
kubeVersion: '>=1.17.0-0'
41+
maintainers:
42+
- email: laurent.broudoux@gmail.com
43+
name: Laurent Broudoux
44+
name: microcks
45+
sources:
46+
- http://github.com/microcks/microcks/
47+
- https://microcks.io
48+
type: application
49+
urls:
50+
- https://microcks.io/helm/microcks-1.11.0-fix-2.tgz
51+
version: 1.11.0-fix-2
2852
- apiVersion: v2
2953
appVersion: 1.10.1
3054
created: "2024-09-30T10:38:51.344773+02:00"
@@ -601,4 +625,4 @@ entries:
601625
urls:
602626
- https://microcks.io/helm/microcks-0.8.0.tgz
603627
version: 0.8.0-helm-3.kube-1.17
604-
generated: "2025-01-15T14:34:10.795802+01:00"
628+
generated: "2025-02-10T10:56:22.01652+01:00"
21.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)