Skip to content

Commit ec5aa4b

Browse files
committedApr 5, 2022
chore(release): 0.1.0-beta.1
# [0.1.0-beta.1](0.0.1...0.1.0-beta.1) (2022-04-05) ### Bug Fixes * **config:** update config log out to use context.name ([d12bcd5](d12bcd5)) * **services:** small fixes for cronJob and pod schemas ([932fad2](932fad2)) * **services:** update service connection names to plural ([5a4030d](5a4030d)) ### Features * **services:** add networkPolicy service ([8c6c9d5](8c6c9d5))
1 parent b00ef24 commit ec5aa4b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
 

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.1.0-beta.1](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes/compare/0.0.1...0.1.0-beta.1) (2022-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** update config log out to use context.name ([d12bcd5](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes/commit/d12bcd5be92a1c263421c4658cd95c4ecc6983fb))
7+
* **services:** small fixes for cronJob and pod schemas ([932fad2](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes/commit/932fad23e4cc82561f2ed055ee7e5d21ed9f6fcf))
8+
* **services:** update service connection names to plural ([5a4030d](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes/commit/5a4030df7c31c910e56a54b8d6a336eba2ea2a67))
9+
10+
11+
### Features
12+
13+
* **services:** add networkPolicy service ([8c6c9d5](https://github.com/cloudgraphdev/cloudgraph-provider-kubernetes/commit/8c6c9d5a55d1041e57fea291c0f9412c3bfb4d13))
14+
115
# 1.0.0-alpha.1 (2022-04-05)
216

317

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/cg-provider-k8s",
3-
"version": "1.0.0-alpha.1",
3+
"version": "0.1.0-beta.1",
44
"description": "Kubernetes provider for the CloudGraph CLI",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)
Please sign in to comment.