Releases: conplementAG/cops-controller
Releases · conplementAG/cops-controller
v1.2.0
cops-controller-1.2.0
Kubernetes cops-controller Helm chart
v1.1.1
cops-controller-1.1.1
Kubernetes cops-controller Helm chart
v1.1.0
cops-controller-1.1.0
Kubernetes cops-controller Helm chart
v1.0.0
1.0.0 (2022-06-08)
Features
- add nightly build (9c9cc6e)
- add release action (50920cc)
- add trivy in ci pipeline (b320a4e)
- added default admin role and rolebinding for namespace (296148d)
- asp.net core application with namespace sync implementation (e5cbdfe)
- binding to in-built edit role instead of maintaining our own (f8ee711)
- cops namespace crd, custom controller spec for metacontroller and usage example (bea5198)
- Docker, Azure DevSpaces and Visual Studio Code support (dfa2a8c)
- does not push with tag latest anymore because latest would be an instable dev-version (dc61c38)
- handles --namespace-parametre correctly for installation via helm (527fb6b)
- initial helm deployment (793c710)
- introduce limit range in CompositeController (504fc07)
- namespace-admin-users field and validation, updated docs for note on installing CRDs (86334af)
- non-root docker image (99f5058)
- publishes helm chart as artefact for release pipeline (515a70a)
- push to ACR [skip ci] (fff12b8)
- push to docker hub (5fa1925)
- pushing latest image [skip ci] (9a0a06e)
- release via github action (74e986a)
- rename chart folder to cops-controller, because chart-name must match folder-name for helm package (2be394e)
- resource namespacing, complete deployment through helm chart (9725060)
- service account support, rename of roles and bindings for clarity (d2127f5)
- strong validation of service account schema using crd validation (0f5cc8f)
- switch to ubuntu base image (49a711c)
- update hosted build pool (727515c)
- upgrade .net 5.0 (cdcf3ba)
- upgrade .net core 3.1 (7a0dd41)
- upgrade obsolete api versions (6ddd345)
Bug Fixes
- ACR password field [skip ci] (3792aa1)
- add missing clusterrole child resource and fix clusterrole definition (a81e706)
- aligns the build artifact name with the folder name to statisfy helm (6872866)
- allow users to install helm in cops namespaces (eb36039)
- bug when creating namespace without service accounts (5e56b20)
- changes docker tag naming, to statisfy helm versioning (a3056b6)
- controller name (e1e115a)
- correct child resource name for limit ranges (2a94195)
- correct docker id (d84c1e1)
- crd fix for helm race condition (crds need 2-3 seconds) (4a0f429)
- docker username (efabaa3)
- fixes k8s-apiversion and imagePullPolicy (dadadff)
- helm chart fix for image repository (4342318)
- metacontroller going into infinite "hot" loop (33e98ed)
- patch and delete functionality for users creating the cops namespaces (674fbe5)
- patch and delete functionality for users creating the cops namespaces (a819b6f)
- remove Azure devops badge (abee15c)
- remove csproj user file (c63fbdb)
- remove elasticsearch log format (e3900a4)
- remove obsolete service account (c7155d2)
- serilog log level env variable name (17a249e)
- sets correct folder name for azure-dev-spaces (810b015)
- switch to cluster-admin instead of edit cluster role to include CRDs. Additional tests (cf32cbc)
- sync debug line (a0df70c)
- updates publish path according to changed directory name (e5e7c2a)
cops-controller-1.0.0
Kubernetes cops-controller Helm chart
Release 20210707.2-dev
Installation of cops-controller version 20210707.2-dev
# Install CRDs
kubectl apply -f https://raw.githubusercontent.com/conplementAG/cops-controller/20210707.2-dev/deployment/crds/copsnamespace.crd.yaml
# Install the Helm chart
helm upgrade --install --set image.tag=20210707.2-dev cops-controller https://github.com/conplementAG/cops-controller/releases/download/20210707.2-dev/cops-controller-20210707.2-dev.tgz Prerequisites
- kubectl is installed
- helm cli is installed
- access to https://hub.docker.com/
Changes:
- 2a94195 fix: correct child resource name for limit ranges
- 6c39257 Merge pull request #17 from conplementAG/feature/4864-Scanning
- 727515c feat: update hosted build pool
- 9c9cc6e feat: add nightly build
- 49a711c feat: switch to ubuntu base image
- b320a4e feat: add trivy in ci pipeline
This list of changes was auto generated.
Release 20210702.1-dev
Installation of cops-controller version 20210702.1-dev
# Install CRDs
kubectl apply -f https://raw.githubusercontent.com/conplementAG/cops-controller/20210702.1-dev/deployment/crds/copsnamespace.crd.yaml
# Install the Helm chart
helm upgrade --install --set image.tag=20210702.1-dev cops-controller https://github.com/conplementAG/cops-controller/releases/download/20210702.1-dev/cops-controller-20210702.1-dev.tgz Prerequisites
- kubectl is installed
- helm cli is installed
- access to https://hub.docker.com/
Changes:
- d479250 Merge pull request #15 from conplementAG/feature/limitrange
- 504fc07 feat: introduce limit range in CompositeController
This list of changes was auto generated.