Skip to content

Commit f314cb9

Browse files
Fix CI builds, Automated Package Updates (#382)
1 parent 05ddf24 commit f314cb9

File tree

52 files changed

+215
-220
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+215
-220
lines changed

README.md

+86-102

codefresh.yml

+27-23
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ steps:
2828
stage: Build
2929
type: build
3030
description: Build packages
31-
image_name: packages
31+
registry: dockerhub
32+
image_name: cloudposse/packages
33+
tag: '${{CF_REVISION}}'
3234
dockerfile: Dockerfile
3335

3436
semver:
@@ -44,6 +46,7 @@ steps:
4446
title: Push image with commit based semver tags
4547
stage: Publish
4648
type: push
49+
registry: dockerhub
4750
candidate: ${{build_image}}
4851
tags:
4952
- "${{SEMVERSION_COMMIT_SHORT}}"
@@ -52,6 +55,7 @@ steps:
5255
title: Push image with branch based semver tags
5356
stage: Publish
5457
type: push
58+
registry: dockerhub
5559
candidate: ${{build_image}}
5660
tags:
5761
- "${{SEMVERSION_BRANCH_COMMIT_SHORT}}"
@@ -60,17 +64,17 @@ steps:
6064
all:
6165
executeForBranch: "'${{SEMVERSION_BRANCH}}' != ''"
6266

63-
push_image_tag_to_cfcr:
64-
title: Push image with tag based semver tags
65-
stage: Publish
66-
type: push
67-
registry: cfcr
68-
candidate: ${{build_image}}
69-
tag: "${{SEMVERSION_TAG}}"
70-
when:
71-
condition:
72-
all:
73-
executeForTag: "'${{SEMVERSION_TAG}}' != ''"
67+
# push_image_tag_to_cfcr:
68+
# title: Push image with tag based semver tags
69+
# stage: Publish
70+
# type: push
71+
# registry: cfcr
72+
# candidate: ${{build_image}}
73+
# tag: "${{SEMVERSION_TAG}}"
74+
# when:
75+
# condition:
76+
# all:
77+
# executeForTag: "'${{SEMVERSION_TAG}}' != ''"
7478

7579
push_image_tag_to_dockerhub:
7680
title: Push image with tag based semver tags
@@ -85,17 +89,17 @@ steps:
8589
all:
8690
executeForTag: "'${{SEMVERSION_TAG}}' != ''"
8791

88-
push_image_latest_to_cfcf:
89-
title: Push image with latest tag
90-
stage: Publish
91-
type: push
92-
registry: cfcr
93-
candidate: ${{build_image}}
94-
tag: latest
95-
when:
96-
condition:
97-
all:
98-
executeForMasterBranch: "'${{CF_BRANCH}}' == 'master'"
92+
# push_image_latest_to_cfcf:
93+
# title: Push image with latest tag
94+
# stage: Publish
95+
# type: push
96+
# registry: cfcr
97+
# candidate: ${{build_image}}
98+
# tag: latest
99+
# when:
100+
# condition:
101+
# all:
102+
# executeForMasterBranch: "'${{CF_BRANCH}}' == 'master'"
99103

100104
push_image_latest_to_dockerhub:
101105
title: Push image with latest tag

codefresh/apk.yml

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ steps:
3939
title: Building Docker Image for alpine 3.7
4040
stage: Prepare
4141
type: build
42+
registry: dockerhub
4243
image_name: cloudposse/apkbuild-3.7
4344
working_directory: ./
4445
tag: '3.7'
@@ -48,6 +49,7 @@ steps:
4849
title: Building Docker Image for alpine 3.8
4950
stage: Prepare
5051
type: build
52+
registry: dockerhub
5153
image_name: cloudposse/apkbuild-3.8
5254
working_directory: ./
5355
tag: '3.8'
@@ -57,6 +59,7 @@ steps:
5759
title: Building Docker Image for alpine 3.9
5860
stage: Prepare
5961
type: build
62+
registry: dockerhub
6063
image_name: cloudposse/apkbuild-3.9
6164
working_directory: ./
6265
tag: '3.9'
@@ -66,6 +69,7 @@ steps:
6669
title: Building Docker Image for alpine 3.10
6770
stage: Prepare
6871
type: build
72+
registry: dockerhub
6973
image_name: cloudposse/apkbuild-3.10
7074
working_directory: ./
7175
tag: '3.10'
@@ -75,6 +79,7 @@ steps:
7579
title: Building Docker Image for alpine 3.11
7680
stage: Prepare
7781
type: build
82+
registry: dockerhub
7883
image_name: cloudposse/apkbuild-3.11
7984
working_directory: ./
8085
tag: '3.11'

docs/targets.md

+49-47

vendor/argocd/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.6.2

vendor/atlantis/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

vendor/aws-iam-authenticator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

vendor/codefresh/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.68.13
1+
0.71.8

vendor/consul/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

vendor/doctl/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.1
1+
1.46.0

vendor/fetch/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.9
1+
0.3.10

vendor/fzf/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.21.1
1+
0.22.0

vendor/gh/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.1

vendor/github-commenter/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.7.0

vendor/github-status-updater/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.5.0

vendor/gitleaks/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.1
1+
5.0.1

vendor/helmfile/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.119.0
1+
0.125.1

vendor/hugo/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.72.0
1+
0.74.3

vendor/jx/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.76
1+
2.1.121

vendor/k3d/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
3.0.0

vendor/k6/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.2
1+
0.27.1

vendor/k9s/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.5
1+
0.21.7

vendor/kops/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.0
1+
1.18.0

vendor/kubectl-1.16/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.11
1+
1.16.13

vendor/kubectl-1.17/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.7
1+
1.17.9

vendor/kubectl/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.16.11
1+
1.18.6

vendor/kubectx/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

vendor/kubens/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1

vendor/minikube/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0
1+
1.12.1

vendor/nomad/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.3
1+
0.12.1

vendor/pack/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.2
1+
0.12.0

vendor/packer/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

vendor/pandoc/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.2.1
1+
2.10.1

vendor/pgmetrics/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.1
1+
1.9.3

vendor/pluto/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1
1+
3.4.0

vendor/popeye/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.6
1+
0.8.8

vendor/promtool/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.1
1+
2.19.3

vendor/rbac-lookup/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

vendor/saml2aws/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.26.1
1+
2.26.2

vendor/sentry-cli/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.54.0
1+
1.55.1

vendor/shfmt/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.1
1+
3.1.2

vendor/slack-notifier/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

vendor/sops/RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
0

0 commit comments

Comments
 (0)