Skip to content

Commit

Permalink
chore(main): release nx-docker 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junoebiz authored and johnitvn committed Nov 24, 2024
1 parent 9083a05 commit 24adf83
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions packages/nx-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.0](https://github.com/ebizbase/dev-infras/compare/nx-docker-v2.0.0...nx-docker-v3.0.0) (2024-11-24)


### ⚠ BREAKING CHANGES

* **nx-docker:** Change the api of the Docker executor schema The `registries`, `version`, and `namespace` options have been added to the Docker executor schema. This change is backwards incompatible and may require updates to existing configurations.

### Features

* **nx-docker:** add labels options to docker build executor ([7822a69](https://github.com/ebizbase/dev-infras/commit/7822a69fdd3737ac63c0ee5ca393dadc7a8504de))
* **nx-docker:** add load and push optiions to build executor ([5cc3278](https://github.com/ebizbase/dev-infras/commit/5cc3278c87678a1a0054a496fd1db7f0756a8d27))
* **nx-docker:** add registries, version, and namespace options to Docker executor schema ([348567d](https://github.com/ebizbase/dev-infras/commit/348567d2ccf130b1fee13c844d07b86c24141722))

## [2.0.0](https://github.com/ebizbase/dev-infras/compare/nx-docker-v1.0.0...nx-docker-v2.0.0) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/nx-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ebizbase/nx-docker",
"version": "2.0.0",
"version": "3.0.0",
"private": false,
"description": "The nx plugin build, push containers and analyze images from your applications",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/nx-devkit": "1.0.0",
"packages/nx-docker": "2.0.0",
"packages/nx-docker": "3.0.0",
"packages/nx-dive": "1.0.1",
"devcontainer-features/powerlevel10k": "1.0.0",
"devcontainer-features/omz-plugin": "1.0.0",
Expand Down

0 comments on commit 24adf83

Please sign in to comment.