Skip to content

Commit

Permalink
0.9.10 (#1379)
Browse files Browse the repository at this point in the history
* feat(helm): add `tulip-connector` to chart

* feat(helm): add env MODE for tulip-connector

* fix(helm): update values for tulip-connector

* fix(helm): tulip-connector disabled by default

* fix(helm): ingress for tulip-connector enabled via values

* feat(helm): factoryinsight env variables for tulip-connector

* build: go mod tidy

* test(factoryinsight): fix golden files path

* Revert "test(factoryinsight): fix golden files path"

This reverts commit f547dbd.

* feat: increased troughput and unified message tracing

* fix: fieldalignment

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: show dropped messages

* build: update build version

* build: update helm index

* fix: incorrect url

* fix: spelling error

* build(helm): update grafana-plugin-extractor to 0.1.5

* feat: bind tulip-connector to v0.1.0

* build: release v0.9.10

* build(helm): update grafana-plugin-extractor to 0.1.6

* fix: duplicate volumeMount

* build(helm): update grafana-plugin-extractor to 0.1.7

* feat: automated tracing

* feat: corrected trace, and fixed messages kafka -> mqtt

* fix: golangci-lint

* fix: incorrect group id for topic probe

* feat:updated kafka to 20.0.2

* feat: updated kafka tgz

* feat: updated helm aliases and updated the remaining helm dependencies (#1426)

* feat: updated helm aliases and updated the remaining helm dependencies

* fix: set clustername to empty string

* fix: a

* fix: b

* fix: c

* fix: d

* fix: e

* fix: f

* fix: g

* fix: h

* fix: i

* fix: j

* fix: j

* Fix/1404/factoryinsight returns thousands of duplicate values (#1409)

* fix: prevent null values in datapoints

* fix: golangci-lint

* Feat/21/add read only configuration widget to grafana so the customer can see their customer specific configuration (#1425)

* feat: added endpoint for enterprise configuration

* feat: added auth bypass

* feat: endpoint for database stats

* feat: helm changes for insecure_no_auth

* feat: added documentation to structs

* fix: changed to nullstring

* fix: incorrect type for schedule

* fix: get db rows

* fi: row estimate

* fi: row estimate

* feat: re-order

* feat/12/Add processValueStrings (#1420)

* feat/12/Add processValueStrings

* feat/12/Add processValueStrings

* feat/12/Add processValueStrings

* fix/1410/Our_microservices_should_strictly_check_required_env_variables (#1419)

* fix: removed duplicate mapping (#1417)

* feat: each microservice will now attempt to create the probeTopic (#1415)

* feat: fixed golangci lints (#1414)

* fix: added missing space between list and comment (#1398)

* inconsistency #92 ReturnTimestampsInRFC3339InProductionSpeed (#1397)

* inconsistency #92 ReturnTimestampsInRFC3339InProductionSpeed

* fixed #92,90,89,88,87,86,97,96

* fixed #98

* feat: increased memory request and limit for kafka, and set XmX & XmS manually (#1389)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* feat: added fgtrace (#1422)

* feat: added fgtrace

* feat: helm changes for fgtrace and removed duplicated code

* fix: added kafka tag for mqtt-bridge

* build(deps): bump k8s.io/apimachinery from 0.26.0 to 0.26.1 in /golang (#1428)

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](kubernetes/apimachinery@v0.26.0...v0.26.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump github.com/hashicorp/golang-lru in /golang (#1377)

Bumps [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) from 0.5.1 to 1.0.1.
- [Release notes](https://github.com/hashicorp/golang-lru/releases)
- [Commits](hashicorp/golang-lru@v0.5.1...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/golang-lru
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* build(deps): bump github.com/minio/minio-go/v7 in /golang (#1424)

Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.45 to 7.0.47.
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.45...v7.0.47)

---
updated-dependencies:
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Custom grafana image (#1380)

* feat: add dockerfile for custom grafana image

* fix: change plugin path

* feat: update values.yaml to use grafana-umh

* chore: remove grafana-plugin-extractor

* feat: make grafana-umh just a base to install the plugins

* feat: enable pvc and add init-plugins for grafana

* fix: set timescaledb pull policy IfNotPresent

* chore: upgrade grafana chart to 6.49.0

* fix: grafana tag to default chart appVersion

* feat(helm): add `tulip-connector` to chart

* feat(helm): add env MODE for tulip-connector

* fix(helm): update values for tulip-connector

* fix(helm): tulip-connector disabled by default

* fix(helm): ingress for tulip-connector enabled via values

* feat(helm): factoryinsight env variables for tulip-connector

* test(factoryinsight): fix golden files path

* Revert "test(factoryinsight): fix golden files path"

This reverts commit f547dbd.

* feat: bind tulip-connector to v0.1.0

* build: release v0.9.10

* build(helm): update grafana-plugin-extractor to 0.1.6

* fix: duplicate volumeMount

* fix: set grafana-umh image pull policy to IfNotPresent

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ferdinand Linnenberg <fl@umh.app>

* fix: updatd deps

* fix: var declaration

* fix: fixed all compile time errors

* fix: removed cameraconnect gh workflow

* fix: removed incorrect keys

* fix: incorrect required env variable

* fix: incorrect required env variable

* fix: set dry run

* fix: revert removing clusterName

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: updated repo

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: incorrect fullnameOverride

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: upgrade 0.9.10

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* feat: optimized performance reporting and fixed incorrect hashing

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* feat: add mqtt services for backwards compatibility and future proofing

* fix: rollback timescaledb chart to 0.10.0

* fix: add missing env to kafkatopostgress

* build: 0.9.10

* fix: repackage

* feat: hivemq rbac disabled by default

* fix: golangci

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: repackage

* fix: incorrect sn ref

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* fix: bump gf-umh to 1.1.1

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>

* feat: make hivemq rbac optional

* build: 0.9.10

* fix: remove clusterName

* build: 0.9.10

* feat: add vernemq-local-service

* feat: updated gf plugin version

* fix: #1381

* fix: #1381

* fix: incorrect tag lookup for pvs

* fix: force timebucket == none for pvs

* fix: removed prereleases

* fix: set correct repo

* fix: documented topics

* fix: removed WTF

* feat: pin hivemq-init version

* fix: remove unused values from grafana section

* chore: bump grafana-umh base image to 9.3.1

* fix: hivemq-init image

* feat: env name exporter

* feat: env name exporter

* fix: remove unused values from timescaledb section

* fix: sort alpha

* fix: added logging level

* fix: incorrect cap

* build: 0.9.10

* fix: zap debug for pvs

* build: 0.9.10

---------

Signed-off-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ferdinand Linnenberg <ferdinand@linnenberg.dev>
Co-authored-by: Ferdinand Linnenberg <fl@umh.app>
Co-authored-by: SebastianKrüger <sk@umh.app>
Co-authored-by: krgrsebastian <115992402+krgrsebastian@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
7 people committed Jan 31, 2023
1 parent 385dfd6 commit ddb10d8
Show file tree
Hide file tree
Showing 515 changed files with 2,514 additions and 15,186 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/docker-image-cameraconnect.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

3 changes: 2 additions & 1 deletion .golangci.yaml
Expand Up @@ -85,6 +85,8 @@ linters-settings:
- time
- unicode
- github.com/gin-contrib/gzip
- text/template
- github.com/felixge/fgtrace

errcheck:
# Report about not checking of errors in type assertions: `a := b.(MyStruct)`.
Expand Down Expand Up @@ -255,7 +257,6 @@ linters:
- goconst
- gosec
- govet
- ifshort
- makezero
- misspell
- noctx
Expand Down
1 change: 0 additions & 1 deletion cameraconnect/README.md

This file was deleted.

Binary file removed cameraconnect/assets/dummy_image.jpg
Binary file not shown.
5 changes: 0 additions & 5 deletions cameraconnect/requirements.txt

This file was deleted.

0 comments on commit ddb10d8

Please sign in to comment.