Skip to content

Commit 0587014

Browse files
committed
chore(release): v1.7.0
1 parent 031fb80 commit 0587014

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
# Changelog
22

33

4+
## v1.7.0
5+
6+
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v3.0.1...v1.7.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Add global --version to suite library that can be used to check install version ([92e05aa](https://github.com/microservices-suite/node-microservices-suite/commit/92e05aa))
11+
- Add global --version to suite library that can be used to check install version ([3666586](https://github.com/microservices-suite/node-microservices-suite/commit/3666586))
12+
- Add deletion command to remove 1 or all resources ([bd9d2dd](https://github.com/microservices-suite/node-microservices-suite/commit/bd9d2dd))
13+
- Add kubernetes support ([031fb80](https://github.com/microservices-suite/node-microservices-suite/commit/031fb80))
14+
15+
### 🩹 Fixes
16+
17+
- Add retry mechanism to retry connection on unreachable db server eg in kubernetes clusters ([65b121c](https://github.com/microservices-suite/node-microservices-suite/commit/65b121c))
18+
- Undo double importation ([ec276c0](https://github.com/microservices-suite/node-microservices-suite/commit/ec276c0))
19+
- Validate resource being deleted ([ae7f85a](https://github.com/microservices-suite/node-microservices-suite/commit/ae7f85a))
20+
21+
### 💅 Refactors
22+
23+
- Remove bloat files ([fd15197](https://github.com/microservices-suite/node-microservices-suite/commit/fd15197))
24+
25+
### ❤️ Contributors
26+
27+
- Gilbert Andanje ([@GAndanje](http://github.com/GAndanje))
28+
429
## v1.6.7
530

631
[compare changes](https://github.com/microservices-suite/node-microservices-suite/compare/v2.1.0...v1.6.7)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microservices-suite/microservices",
3-
"version": "1.6.7",
3+
"version": "1.7.0",
44
"description": "This is the central orchestration point for our microservices-based platform, encompassing user management, email communications, file upload handling, and role-based access control services. It serves as the backbone of our application's backend, facilitating seamless interaction, development, and scaling of individual microservices. The workspace is designed to streamline the development process, ensuring dependency consistency, and simplifying the build and deployment workflows across all services.\nThis root workspace enables our development teams to:\n- Manage dependencies for all services in a unified manner, reducing conflicts and easing updates.\n- Utilize shared configurations, such as ESLint rules, TypeScript configurations, and shared utility libraries, to maintain coding standards and reduce redundancy across services.\n- Implement global scripts for tasks like testing, linting, and deployment that can run across all services, ensuring consistency and efficiency in our development pipeline.\n- Leverage the workspace's structure for local development, allowing for easy testing of interactions between services without the need for deploying or configuring external environments.",
55
"keywords": [],
66
"author": "Gilbert Andanje",

0 commit comments

Comments
 (0)