Skip to content

Commit

Permalink
Release 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 21, 2023
1 parent d50ae1a commit 9c9ef9c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [3.0.0](https://github.com/QueroDelivery/ci/compare/v2.7.0...v3.0.0) (2023-11-21)


### Bug Fixes

* change WF_INTERNET_FACING to required false and default false ([e91de17](https://github.com/QueroDelivery/ci/commit/e91de17df87f5107c77ebc80d37703b597c5f5a1))
* revert internet-facing ([26b5031](https://github.com/QueroDelivery/ci/commit/26b50317970ead5219704cd7bf3ff047ebb89d35))


### Features

* add feature to configure non internet facing ([fc1526c](https://github.com/QueroDelivery/ci/commit/fc1526c3432f39a5266552eb541772e7c641feb5))


### BREAKING CHANGES

* This commit needs to set a new variable to configure
the visibility of the service.
If the Service is internet facing you should configure the
WF_INTERNET_FACING: TRUE, Otherwise , its value is false.

footer: This commit is needed to set the visibility of the services on
internet facing or local

## [3.0.1](https://github.com/QueroDelivery/ci/compare/v3.0.0...v3.0.1) (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci",
"version": "3.0.1",
"version": "3.0.0",
"description": "Example CI",
"main": "index.js",
"repository": "[email protected]:QueroDelivery/ci",
Expand Down

0 comments on commit 9c9ef9c

Please sign in to comment.