Skip to content

Releases: Azure/draft

v0.17.4

06 Feb 00:02
390dcd3

Choose a tag to compare

Added

  • 483 Allow user to select language via prompt if none detected
  • 486 Uses the default k8s probe values instead of overriding them on tests
  • 495 Adds private cluster support for namespace creation/validation in workflow templates
  • 497 Reduce base resource requests to 0.5Gi and 0.5 cpu

v0.17.3

30 Jan 21:59
1381f52

Choose a tag to compare

Release v0.17.3 (#484)

v0.17.2

28 Jan 18:52
3d6e775

Choose a tag to compare

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

24 Jan 20:42
c3c7b04

Choose a tag to compare

Added

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

v0.17.0

10 Dec 21:17
3e92a99

Choose a tag to compare

Added

  • #437 Bumps the actions group with 10 updates in the /.github/workflows directory

Fixed

v0.1.0

05 Dec 16:16
ccd76b0

Choose a tag to compare

Added

  • #388 Migrate createRole assignment to Az SDK
  • #405 adding generic service templates
  • #412 Migrate workflows to template handler
  • #409 Add Trandformer and Validators to template handling
  • #419 Add configmap handling to deployment templates
  • #418 Ensure GH and AZ cli changes
  • #392 Validate helm and kustomize support
  • #428 Update template versioning definition
  • #430 Update templates and testing and finalize new template handlers
  • #434 Az cli client cleanup

v0.0.40

23 Oct 15:41
43cdf6b

Choose a tag to compare

Fixed

  • #413 Fix filename output

v0.0.39

22 Oct 16:17
c1a5395

Choose a tag to compare

Added

  • #406 Migrating Addons to generic handler
  • #403, #404 Adding PDB template
  • #400 Migrating azurePipelines to Generic handler
  • #399 Migrating Dockerfile templates to Generic handler
  • #398 Creating HPA template
  • #395 Upgrade from deprecated kubeval to kubeconform
  • #393 Migrate Deployments templates to generic handler
  • #391 Creation of generic template handler
  • #381 Update DraftConfig to contain more metadata

Fixed

  • #410 Fix private cluater check for helm workflows
  • #387 Update go version and dockerfile template

v0.0.38

14 Aug 17:15
b09287a

Choose a tag to compare

Fixed

New release to fix checksum mismatch issue in the previous release

v0.0.37

14 Aug 01:11
925863c

Choose a tag to compare

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