You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -288,9 +288,9 @@ app.synth();
288
288
# Cloud functions gen 2
289
289
It is recommended by google to use the [gen 2](https://cloud.google.com/functions/docs/concepts/version-comparison) functions wherever possible.
290
290
291
-
The latest `1.3.6-alpha` is an upgraded version to use gen 2 functions, which is still in alpha stage. This is currently being used in [Sneakers-n-stuff](https://bitbucket.org/space48/sneakersnstuff-backend).
291
+
The cloud-seed `v1.3.6-alpha` is an upgraded version to use gen 2 functions, which is still in alpha stage. This is currently being used in [Sneakers-n-stuff](https://bitbucket.org/space48/sneakersnstuff-backend).
292
292
293
-
If you upgrade a project, that is using an older version of cloud-seed (ex:`v1.3.0` is the latest stable version) to the `1.3.6-alpha` version, the existing cloud functions (which use older `csktf` npm modules) will be deleted and recreated. This can lead to an issue as functions/topics/secrets can't be created with the same name for 7 days, when they get deleted. Therefore upgrading a project that uses cloud-seed, has to be done cautiously.
293
+
If you upgrade a project, that is using an older version of cloud-seed (ex:`v1.3.0` is the latest stable version) to the `1.3.6-alpha` version, all the existing cloud functions (which use older `csktf` npm modules) will be deleted and recreated. This can lead to an issue as functions/topics/secrets can't be created with the same name for 7 days, when they get deleted. Therefore upgrading a project that uses cloud-seed, has to be done cautiously.
294
294
295
295
But for a new project it is recommended to use the `1.3.6-alpha` version with gen 2 functions support.
296
296
@@ -313,9 +313,9 @@ If a version is not given, the function will be automatically added as a gen 1.
313
313
314
314
### prerequisites
315
315
316
-
-__1.`python` and `make` should be installed in the build server__
316
+
-__`python` and `make` should be installed in the build server__
317
317
318
-
-__2. add to the bitbucket pipeline build step__
318
+
1. add to the bitbucket pipeline build step
319
319
320
320
```yaml
321
321
- step: &build
@@ -328,7 +328,7 @@ If a version is not given, the function will be automatically added as a gen 1.
0 commit comments