#codefresh (2019-02)
Archive: https://archive.sweetops.com/codefresh/
2019-02-02
2019-02-05
Easily implement approval steps in codefresh
Here’s our example https://github.com/cloudposse/example-app/pull/4
what Add approval steps why Demonstrate flow control demo
2019-02-06
GitHub’s incident: degraded API performance. Feb 6, 17:22 UTC Update - We are continuing to investigate this issue. Feb 6, 17:21 UTC Investigating - GitHub has reported an incident regarding degraded API performance. This could affect your builds. More information here: https://www.githubstatus.com/
Codefresh’s Status Page - GitHub’s incident: degraded API performance..
Welcome to GitHub’s home for real-time and historical data on system performance.
GitHub’s incident: degraded API performance. Feb 6, 20:57 UTC Resolved - GitHub has reported this incident as resolved. More information here: https://www.githubstatus.com/ Feb 6, 17:22 UTC Update - We are continuing to investigate this issue. Feb 6, 17:21 UTC Investigating - GitHub has reported an incident regarding degraded API performance. This could affect your builds. More information here: https://www.githubstatus.com/
Codefresh’s Status Page - GitHub’s incident: degraded API performance..
Welcome to GitHub’s home for real-time and historical data on system performance.
2019-02-07
GitHub’s Incident Feb 7, 22:38 UTC Resolved - GitHub has reported this incident as resolved. More information here: https://www.githubstatus.com/ Feb 7, 21:57 UTC Investigating - GitHub has reported an incident related to degraded API, GitHub.com and Notifications performance. More information here: https://www.githubstatus.com/
Codefresh’s Status Page - GitHub’s Incident.
Welcome to GitHub’s home for real-time and historical data on system performance.
This happened in a middle of a demo today :-)
2019-02-08
Take advantage of the multiple git provider support and add in gitlab, I think the only difference in triggering is the support of Release.
(lol, i was demonstrating how a release to 0.1.2-staging
will go to the staging cluster)
Well shoot…
but not a bad idea
i might add something like that as a back up. it’s a good suggestion.
and demonstrates more features
@casey has joined the channel
2019-02-11
anyone ever get an error similar to this? Everything was working fine last night, now all of a sudden none of my builds are working.
[SYSTEM] Error: Error: Failed to get context bitbucket with error: 500 - {"message":"Error: Context bitbucket not found."}; caused by StatusCodeError: 500 - {"message":"Error: Context bitbucket not found."}
That’s in the main_clone step. I don’t see anything on the codefresh status page that would indicate an outage
Mark, this seems like a legitimate error. Can you get this into Intercom for Codefresh’s support team to review?
Please include the Builds URL in that conversation @mgrube
2019-02-13
Codefresh runtime-environment agent. Contribute to codefresh-io/venona development by creating an account on GitHub.
This is a fine piece of work
2019-02-14
set the channel description: Archive: https://archive.sweetops.com/codefresh/
2019-02-19
GitHub’s Incident Feb 19, 15:18 UTC Investigating - There’s an incident at GitHub. Specifically related to their Notifications component. This could impact your builds and normal operations flow (some webhooks may not be delivered).
More information here: https://www.githubstatus.com/
Codefresh’s Status Page - GitHub’s Incident.
Welcome to GitHub’s home for real-time and historical data on system performance.
GitHub’s Incident Feb 19, 18:50 UTC Monitoring - Update from GitHub: “Update - We are continuing to monitor webhook delivery times as they return to normal.”
More information here: https://www.githubstatus.com/ Feb 19, 15:18 UTC Investigating - There’s an incident at GitHub. Specifically related to their Notifications component. This could impact your builds and normal operations flow (some webhooks may not be delivered).
More information here: https://www.githubstatus.com/
Codefresh’s Status Page - GitHub’s Incident.
Welcome to GitHub’s home for real-time and historical data on system performance.
GitHub’s Incident Feb 20, 03:26 UTC Resolved - This incident has been resolved. Feb 19, 18:50 UTC Monitoring - Update from GitHub: “Update - We are continuing to monitor webhook delivery times as they return to normal.”
More information here: https://www.githubstatus.com/ Feb 19, 15:18 UTC Investigating - There’s an incident at GitHub. Specifically related to their Notifications component. This could impact your builds and normal operations flow (some webhooks may not be delivered).
More information here:…
Codefresh’s Status Page - GitHub’s Incident.
Welcome to GitHub’s home for real-time and historical data on system performance.
2019-02-22
DockerHub - Issues pushing/pulling from registry Feb 22, 20:35 UTC Monitoring - Docker has reported a new issues with Docker Hub
https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5c705ae105b76a35c3765c30
Update from February 22, 2019 8:26PM UTC
Issues pushing/pulling from registryPartial Service Disruption Components Docker Hub Registry
Locations IAD3
February…
Codefresh’s Status Page - DockerHub - Issues pushing/pulling from registry.
Our system status page is a real-time view of the performance and uptime of Docker products and services.
DockerHub - Issues pushing/pulling from registry Feb 22, 20:48 UTC Resolved - Dockerhub has reported the incident as Resolved:
February 22, 2019 12:44PM PST February 22, 2019 8:44PM UTC [Resolved] This issue has been resolved.
More info here: https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5c705ae105b76a35c3765c30 Feb 22, 20:35 UTC Monitoring - Docker has reported a new issues with Docker Hub
https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5c705ae105b76a35c3765c30
Update from February 22, 2019 8:26PM…
2019-02-28
@Erik Osterman (Cloud Posse) Do you have examples of pulling terraform modules from git repos into Codefresh pipeline for use with a step to run terraform commands?
yes, but easier for me to share over a zoom
how soon do you need it?
I have a customer that’s working on it right now but I have a meeting coming up.
Would you mind me connecting the two of you to go over how it works?
sure thing!
Cool let me see if he’s available
Do you have a codefresh.yaml that we’d be able to look at? Looks like your calendar has you pretty buried.
Hello Erik, an example codefresh.yaml would be helpful to understand how you manage the Terraform module ssh github downloads. I am working with Terraform’s hashicorp/terraform:light image for the Terraform cli invocation. Dustin provided the reference document, https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/#reuse-a-git-token-from-codefresh-integrations, for using an SSH key with GIt and Codefresh.
Architecturally, we are working on separating our Terraform infrastructure code from our k8s container application code and creating a terraform directory with terraform code in the container application Github repository so that the applications AWS environment dependencies, sns, sqs, etc, are built and maintained with application deployment. We are also exploring POC of using an environment specific terraform subdirectories, i.e, terraform/dev, to store encrypted tfvars files for ease of code promotion across the dev, test, staging, and production environments. Any Codefresh Terraform insights that you could provide would be helpful.
Customizing the git checkout process
Hey @Michael Kolb !
I will be done with calls around 4:30p PST and can help you out!
@Michael Kolb If you can make the call, I’d love to attend to. Let us know.
sorry i am not able to take the call today, but my calendar is open tomorrow
Okay, Erik’s calendar has availability at 2:15pm I won’t be able to make if you can you it can be booked here. https://calendly.com/cloudposse/30min?back=1