Skip to content

Latest commit

 

History

History
175 lines (113 loc) · 8.67 KB

File metadata and controls

175 lines (113 loc) · 8.67 KB

Changelog

1.5.1

Patch Changes

  • fb522a9: Added --format flag to ops ecs vars command to export environment variables in dotenv format

1.5.0

Minor Changes

  • d1af8f3: Add inference to config file and current logic

Patch Changes

  • a36a4e1: Skip waiting for service stability if replicas is 0

1.4.2

Patch Changes

  • 7e6594e: Set polling to 10s when using ecs wait

1.4.1

Patch Changes

  • 11eb40e: Robust config parsing to avoid silent errors
  • 5bf606b: Support scheduled tasks
  • fe09a8b: Support advanced scheduled tasks workflows

1.4.0

Minor Changes

  • d2c3825: Support volumes in ECS task defs

Patch Changes

  • 156d5e0: Minor improvements and fixes

1.3.0

Minor Changes

  • 8229b99: Refactor CLI architecture

1.2.1

Patch Changes

  • 5161f8c: Support --no-cache and --platform in build commands

1.2.0

Minor Changes

  • 62f8124: Support build and push commands

1.1.5

Patch Changes

  • 8936e83: Migrations only run when desired_count > 0

1.1.4

Patch Changes

  • 6367deb: Support app-config flag for ecs render subcommand

1.1.3

Patch Changes

  • c3f8127: Remove mandatory AWS_PROFILE

1.1.2

Patch Changes

  • 3ead431: Drop support for Windows on GoReleaser workflow

1.1.1

Patch Changes

  • 229811e: Introduce Changesets for release management

1.1.0

Minor Changes

  • 61f3060: Support ECS deployment provider

Patch Changes

  • 1267497: gofmt changes

1.0.4 (2025-03-05)

Miscellaneous

  • Add decrypt/encrypt functionality for werf secrets (5986208)
  • Add values and secret values files to Werf commands (4d02a1e)
  • get ticket ID should work with lowercase letters (aa6256c)
  • Improve config && AWS commands (ae9cbc2)
  • Remove validation for existing ECR credentials (not working) (8e4f1f1)
  • Update .tool-versions (2e4f233)
  • Update Ops config parameters for simplicity (01d385b)
  • Update Werf get values functions (d8144a3)

1.0.3 (2025-01-31)

Miscellaneous

  • (DSO-2235) Fix versioning at build time (fca4990)

1.0.2 (2025-01-31)

Miscellaneous

  • (DSO-2235) Install release-it dependencies using --global flag (ec4371f)

1.0.1 (2025-01-31)

Bug Fixes

  • (DSO-2235) Fix unused variables (94aecd9)
  • Unmarshaling mapstructure instead of yaml (eed566f)

Miscellaneous

  • (DSO-2235) Declare variable to avoid lint issues (2d4662d)
  • (DSO-2235) Delete package json and separate release file (d20dba6)
  • (DSO-2235) Enable releases and version for ops (9360034)
  • (DSO-2235) Fix commitlint installation (fff4a24)
  • (DSO-2235) Fix indentation on tools-version (7b81cc1)
  • (DSO-2235) Remove commitlint from package.json (32b9288)
  • (DSO-2235) Remove token from checkout step (14b133e)
  • (DSO-2235) Remove trailing spaces at EOF (6cc1e02)
  • (DSO-2235) Specify commitlint config file (3d15f5b)
  • (DSO-2235) Update release-it config (77b63f4)
  • (DSO-2235) Update version on txt file (5272967)
  • Add az kubeconfig initial commands (447706d)
  • Add ECR registry login command (938ba42)
  • Add env command (bd032a0)
  • Add get values files func (d8d88d3)
  • Add goreleaser (3fea82e)
  • Add kubeConfig command for aws (49a758b)
  • Add more functionality to tags cleaner command (845f28a)
  • Add ops binary to gitignore (38fc39a)
  • Add SetAccountSubscription func (c3c7360)
  • Add validation of existing ECR credentials (23bea5a)
  • Add werf command (b46fb24)
  • Configure registry login using config file (f66c1e4)
  • Enable Azure login (0a1e1bc)
  • Enable config file and registry-login command (5c55cb6)
  • Enable werf commands (ea803e5)
  • Format pkg/utils (f2c68d4)
  • Initialize ops CLI with os and get-ticket-id commands (9f18764)
  • Manage distinction between Werf commands w/ repo and w/o (06fb591)
  • Minor updates to Werf command (8cd4ac6)
  • Reduce calls to NewConfig() (81a03e7)
  • Rename containerRegistry to registry (7648fd5)
  • reverse eksCredentialsRequired return logic (6e30803)
  • Set default Env value for deploy werf command (4f39a69)
  • Set kubectl context even if auth is not needed (e527e36)
  • Simplify structure for commands (9ece1c1)
  • Update description for env cmd (a2c2dba)
  • Update os command structure (aac9883)
  • Update workflows (b7006a7)
  • Use values paths defined in Config file (2029336)
  • werf command should stream output to console (04f362a)