Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 30, 2023
1 parent 41729d3 commit 264cbf8
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# CHANGELOG



## v0.1.0 (2023-10-30)

### Build

* build: Fix missing semantic-release dependency on release_dev step (#14) ([`e07e364`](https://github.com/Twingate/kubernetes-operator/commit/e07e364b858bf4a125ee103ce4c1e1e9e4f05c07))

### Chore

* chore: Add Issue Templates (#17) ([`b478434`](https://github.com/Twingate/kubernetes-operator/commit/b47843494d2e3e4549cad10d9814fead08a43353))

* chore: Bump syrupy from 4.5.0 to 4.6.0 (#11)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5e5b1f0`](https://github.com/Twingate/kubernetes-operator/commit/5e5b1f0ff55f4546a08d50742088afb4c498d543))

* chore: Bump orjson from 3.9.9 to 3.9.10 (#9)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`298cccb`](https://github.com/Twingate/kubernetes-operator/commit/298cccbfa866ac39d090a77f1524d7aedd8e1e1d))

* chore: Bump python-semantic-release from 8.1.2 to 8.3.0 (#10)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`70b3a0c`](https://github.com/Twingate/kubernetes-operator/commit/70b3a0c18a2a752111026c0c8d58cca0b0a0fc97))

* chore: Bump pytest from 7.4.2 to 7.4.3 (#7)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`089ce2b`](https://github.com/Twingate/kubernetes-operator/commit/089ce2b6ae94a710e65d8af1d6d9aeb9951f7ec7))

* chore: Bump black from 23.10.0 to 23.10.1 (#12)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eran Kampf <[email protected]> ([`1c8d684`](https://github.com/Twingate/kubernetes-operator/commit/1c8d6846b9ad1574c13d6541aeb0113040206767))

* chore: Bump ruff from 0.1.1 to 0.1.3 (#8)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eran Kampf <[email protected]> ([`e1524de`](https://github.com/Twingate/kubernetes-operator/commit/e1524de8dbdbc6f8f305b21c63da08cc632f3b72))

### Documentation

* docs: README overhaul (#15) ([`3c8e29c`](https://github.com/Twingate/kubernetes-operator/commit/3c8e29c309b2b5f6a7621db3e8842f703d5fb83e))

### Feature

* feat: Support protocol restrictions on twingateresource (#16) ([`0c95107`](https://github.com/Twingate/kubernetes-operator/commit/0c95107414e14d1624caf1e30b1acf5335a2a01c))

* feat: Initial operator (#1) ([`0bc53a8`](https://github.com/Twingate/kubernetes-operator/commit/0bc53a8ae9f3ed39486adbf7f57b4bf3774aff87))

### Fix

* fix: Change persistence settings to use Twingate namespace (#18) ([`41729d3`](https://github.com/Twingate/kubernetes-operator/commit/41729d342d95d00d6a1319e95ea8dfd4021a1228))

* fix: Fix helm chart + add log formatting (#19) ([`9fb6675`](https://github.com/Twingate/kubernetes-operator/commit/9fb66755ecc6018d20e63988a305b1cbd0fb07b6))

* fix: Dev release tags (#13) ([`28ad640`](https://github.com/Twingate/kubernetes-operator/commit/28ad6407a388c35b2cc521f1a43497f9a244fb9c))


## v0.0.1 (2023-10-21)

### Unknown

* initial ([`50e4a88`](https://github.com/Twingate/kubernetes-operator/commit/50e4a888030eb8a56ee61ac13813cfae5cf6484a))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twingate-operator"
version = "0.0.1"
version = "0.1.0"
description = ""
authors = ["Eran Kampf <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 264cbf8

Please sign in to comment.