diff --git a/bump-etcd.yml b/bump-etcd.yml index b6977bdb8..31a8954a5 100644 --- a/bump-etcd.yml +++ b/bump-etcd.yml @@ -1,10 +1,18 @@ --- +resource_types: +- name: github-release-with-version-filtering + type: docker-image + source: + repository: pcfkubo/github-release-resource + tag: filter-version + resources: - name: etcd-release - type: github-release + type: github-release-with-version-filtering source: owner: coreos repository: etcd + version_filter: "< 4.0.0" - name: git-kubo-etcd type: git