Skip to content

Releases: bosesuneha/draft

v0.17.14

Choose a tag to compare

@github-actions github-actions released this 21 Jul 23:29
9cb11e6
  • Dependabot updates for dependencies and actions

v0.17.5

Choose a tag to compare

@github-actions github-actions released this 17 Mar 18:05
462eeaa

Added

  • 510 Add build context for ADO pipelines
  • 509 Add Ingress Manifest Template
  • 502 Add Auth type for Azure login in github workflow

v0.17.3

Choose a tag to compare

@github-actions github-actions released this 04 Feb 20:14
14b17f7
use default k8s probe settings (#486)

v0.17.2

Choose a tag to compare

@github-actions github-actions released this 28 Jan 23:28
4ad7875

Added

  • 476 Added default value for CLUSTERRESOURCETYPE in draft.yaml

Fixed

  • 477 Explicitly require jobs for each language to allow failure to be reported and prevent PR merging in case of a failure
  • 479 Remove helm wait flag for fleet clusters

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 27 Jan 21:32
29b7314

Added

  • #447 Add fleet support to workflows, (pending cli implementation). Bump k8s-deploy to v5

v0.0.40

Choose a tag to compare

@github-actions github-actions released this 21 Nov 19:20
4c90cc0

Fixed

  • #413 Fix filename output

v0.0.38

Choose a tag to compare

@github-actions github-actions released this 15 Aug 07:12
9b577b3

Fixed

New release to fix checksum mismatch issue in the previous release

v0.0.37

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:49
f3bc1a4

Added

  • #346 Adding GetManifestFiles func and refactoring
  • #347 Migrate workflows to go templates
  • #348 Add exclusion for .git in artifact upload
  • #352 Adding CLI flags for user defined Helm release name and release namespace for rendering helm projects
  • #355 Replacing ManifestFile Path property with yaml content as []byte
  • #357 Cleanup for kustomize/helm feature
  • #364 Adding new safeguards

Fixed

  • #344 Remove name overrides from draft config
  • #356 Fixed workflow template for helm deployment
  • #362 Fix for private cluster support for kube and kustomize deployments
  • #365 Simplify namespace creation for helm deployment

v0.0.36

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:08
f7c086e

Added

  • #342 Added k8s/deploy Inputs for Private Cluster Support
  • #337 azure pipelines generation support
  • #334 template support for private clusters
  • #324 workflow template enhancements
  • #321 add helm rendering function
  • #315 adding logic for generating default app name

Fixed

  • #320 Workflows are now generated fully from a draftConfig

v0.0.35

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:50
96f500a

Added

  • #285 Update README.md
  • #284 Update NOTICE file
  • #281 Add draft validate functionality to main