Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit aa962eb

Browse files
authored
Merge pull request #80 from golemcloud/app-manifest-schema-1.1.1
2 parents b3a92d4 + 8af055a commit aa962eb

File tree

20 files changed

+40
-40
lines changed

20 files changed

+40
-40
lines changed

examples/c/c-app-common/common-cpp/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
templates:
77
cpp:

examples/c/c-app-common/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
includes:
77
- common-*/golem.yaml

examples/c/c-app-component/components-cpp/component-name/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
components:
77
componentname:

examples/go/go-app-common/common-go/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
templates:
77
go:

examples/go/go-app-common/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
includes:
77
- common-*/golem.yaml

examples/go/go-app-component/components-go/component-name/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
components:
77
componentname:

examples/go/go-default/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
tempDir: build/golem-temp
77
components:

examples/js/js-default/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
tempDir: out/golem-temp
77
components:

examples/python/python-app-common/common-python/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
templates:
77
python:

examples/python/python-app-common/golem.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Schema for IDEA:
2-
# $schema: https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
2+
# $schema: https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
33
# Schema for vscode-yaml
4-
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.0/golem.schema.json
4+
# yaml-language-server: $schema=https://schema.golem.cloud/app/golem/1.1.1/golem.schema.json
55

66
includes:
77
- common-*/golem.yaml

0 commit comments

Comments
 (0)