Skip to content

Releases: titel-media/gcp-gke-orb

VPN support

19 Mar 12:44
8d43427
Compare
Choose a tag to compare

CHANGES:

  • adds VPN support #10

Rollout with SSH keys

29 Jan 11:16
5852876
Compare
Choose a tag to compare
  • Adds all ssh keys before checkout in rollout job

Record Deployments

28 Jan 09:42
9ebfb7b
Compare
Choose a tag to compare
  • adds --record=true to set image commands resulting in the commands being visible in kubectl rollout history

Renaming and Refactoring

20 Dec 13:07
55b10fa
Compare
Choose a tag to compare

BREAKING CHANGE: renamed 'path-to-dockerfile' to 'cwd-path-for-build'
BREAKING CHANGE: removed 'rollout' and 'publish' jobs as they are unused

Restructuring

07 Dec 20:22
83e2264
Compare
Choose a tag to compare
  • moved orb.yml file into separate files
  • extract get-cluster-credentials to separate command (BREAKING CHANGE - rollout-image does not do cluster auth anymore)
  • adds dev orb building for PR's titel-media/gcp-gke@dev:pr-6

Fix notify-sentry command

14 Nov 08:56
5e91372
Compare
Choose a tag to compare
  • Update API call to notify Sentry about a deployment
  • Add environment as a parameter to the notify-sentry command

Add argument to publish jobs

12 Nov 14:31
2fc4a7e
Compare
Choose a tag to compare

Adds the dockerfile argument to specify name of dockerfile

Rollout of cronJobs with resource detection

24 Oct 07:36
Compare
Choose a tag to compare

Changes 2 things:

  1. Image rollout - Detects deployable resources (CronJobs, Deployments) if deploy has not been explicitly specified

  2. Waits for success of the Deployment image rollout and tags the image as stable

Workspaces for image builds

17 Oct 18:08
Compare
Choose a tag to compare
  • Checks out persisted workspace files/folders under ./ before building images

Split Publish and Rollout Jobs

17 Oct 12:05
Compare
Choose a tag to compare
  • Adds 2 new jobs
    • publish-image
    • rollout-image
  • Adds parameter for docker-build-args