Skip to content

Commit 24adf83

Browse files
junoebizjohnitvn
authored andcommitted
chore(main): release nx-docker 3.0.0
1 parent 9083a05 commit 24adf83

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

packages/nx-docker/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ebizbase/dev-infras/compare/nx-docker-v2.0.0...nx-docker-v3.0.0) (2024-11-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **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.
9+
10+
### Features
11+
12+
* **nx-docker:** add labels options to docker build executor ([7822a69](https://github.com/ebizbase/dev-infras/commit/7822a69fdd3737ac63c0ee5ca393dadc7a8504de))
13+
* **nx-docker:** add load and push optiions to build executor ([5cc3278](https://github.com/ebizbase/dev-infras/commit/5cc3278c87678a1a0054a496fd1db7f0756a8d27))
14+
* **nx-docker:** add registries, version, and namespace options to Docker executor schema ([348567d](https://github.com/ebizbase/dev-infras/commit/348567d2ccf130b1fee13c844d07b86c24141722))
15+
316
## [2.0.0](https://github.com/ebizbase/dev-infras/compare/nx-docker-v1.0.0...nx-docker-v2.0.0) (2024-11-22)
417

518

packages/nx-docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebizbase/nx-docker",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"private": false,
55
"description": "The nx plugin build, push containers and analyze images from your applications",
66
"keywords": [

release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/nx-devkit": "1.0.0",
3-
"packages/nx-docker": "2.0.0",
3+
"packages/nx-docker": "3.0.0",
44
"packages/nx-dive": "1.0.1",
55
"devcontainer-features/powerlevel10k": "1.0.0",
66
"devcontainer-features/omz-plugin": "1.0.0",

0 commit comments

Comments
 (0)