GitHub

@@ -24,6 +24,106 @@ archive: https://github.com/tektoncd/pipeline/tags

2424

# files:

2525

# - myfiles.md: myfiles.md

2626

tags:

27+

- name: v0.17.2

28+

# The name to display on tekton.dev.

29+

# sync.py will use this value in the version switcher and other places.

30+

displayName: v0.17.2

31+

# Key-value pairs of files to sync, where the key is the original filename

32+

# and the value is the new filename.

33+

files:

34+

README.md: _index.md

35+

auth.md: auth.md

36+

conditions.md: conditions.md

37+

container-contract.md: container-contract.md

38+

labels.md: labels.md

39+

logs.md: logs.md

40+

metrics.md: metrics.md

41+

migrating-from-knative-build.md: migrating-from-knative-build.md

42+

migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md

43+

pipelineruns.md: pipelineruns.md

44+

pipelines.md: pipelines.md

45+

podtemplates.md: podtemplates.md

46+

resources.md: resources.md

47+

taskruns.md: taskruns.md

48+

tasks.md: tasks.md

49+

variables.md: variables.md

50+

workspaces.md: workspaces.md

51+

events.md: events.md

52+

- name: v0.16.3

53+

# The name to display on tekton.dev.

54+

# sync.py will use this value in the version switcher and other places.

55+

displayName: v0.16.3

56+

# Key-value pairs of files to sync, where the key is the original filename

57+

# and the value is the new filename.

58+

files:

59+

README.md: _index.md

60+

auth.md: auth.md

61+

conditions.md: conditions.md

62+

container-contract.md: container-contract.md

63+

labels.md: labels.md

64+

logs.md: logs.md

65+

metrics.md: metrics.md

66+

migrating-from-knative-build.md: migrating-from-knative-build.md

67+

migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md

68+

pipelineruns.md: pipelineruns.md

69+

pipelines.md: pipelines.md

70+

podtemplates.md: podtemplates.md

71+

resources.md: resources.md

72+

taskruns.md: taskruns.md

73+

tasks.md: tasks.md

74+

variables.md: variables.md

75+

workspaces.md: workspaces.md

76+

events.md: events.md

77+

- name: v0.15.2

78+

# The name to display on tekton.dev.

79+

# sync.py will use this value in the version switcher and other places.

80+

displayName: v0.15.2

81+

# Key-value pairs of files to sync, where the key is the original filename

82+

# and the value is the new filename.

83+

files:

84+

README.md: _index.md

85+

auth.md: auth.md

86+

conditions.md: conditions.md

87+

container-contract.md: container-contract.md

88+

labels.md: labels.md

89+

logs.md: logs.md

90+

metrics.md: metrics.md

91+

migrating-from-knative-build.md: migrating-from-knative-build.md

92+

migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md

93+

pipelineruns.md: pipelineruns.md

94+

pipelines.md: pipelines.md

95+

podtemplates.md: podtemplates.md

96+

resources.md: resources.md

97+

taskruns.md: taskruns.md

98+

tasks.md: tasks.md

99+

variables.md: variables.md

100+

workspaces.md: workspaces.md

101+

events.md: events.md

102+

- name: v0.14.3

103+

# The name to display on tekton.dev.

104+

# sync.py will use this value in the version switcher and other places.

105+

displayName: v0.14.3

106+

# Key-value pairs of files to sync, where the key is the original filename

107+

# and the value is the new filename.

108+

files:

109+

README.md: _index.md

110+

auth.md: auth.md

111+

conditions.md: conditions.md

112+

container-contract.md: container-contract.md

113+

labels.md: labels.md

114+

logs.md: logs.md

115+

metrics.md: metrics.md

116+

migrating-from-knative-build.md: migrating-from-knative-build.md

117+

migrating-v1alpha1-to-v1beta1.md: migrating-v1alpha1-to-v1beta1.md

118+

pipelineruns.md: pipelineruns.md

119+

pipelines.md: pipelines.md

120+

podtemplates.md: podtemplates.md

121+

resources.md: resources.md

122+

taskruns.md: taskruns.md

123+

tasks.md: tasks.md

124+

variables.md: variables.md

125+

workspaces.md: workspaces.md

126+

events.md: events.md

27127

- name: master

28128

# The name to display on tekton.dev.

29129

# sync.py will use this value in the version switcher and other places.

Read the original on github.com ↗