Skip to content

Releases: conplementAG/cops-controller

v1.2.0

05 Dec 13:36

Choose a tag to compare

1.2.0 (2022-12-05)

Features

  • upgrade .net and all dependencies (0b898d1)

cops-controller-1.2.0

05 Dec 13:37

Choose a tag to compare

Kubernetes cops-controller Helm chart

v1.1.1

30 Jun 06:45

Choose a tag to compare

1.1.1 (2022-06-30)

Bug Fixes

  • enable subresource status (6391d8a)

cops-controller-1.1.1

30 Jun 06:46

Choose a tag to compare

Kubernetes cops-controller Helm chart

v1.1.0

28 Jun 06:02

Choose a tag to compare

1.1.0 (2022-06-28)

Features

  • add trivy repo scanning (557df0a)
  • create build with triviy scan (eaa9c5a)
  • enable code scanning (ab37d00)
  • enable nuget package.lock.json to enable scanning with trivy (6295027)
  • upload trivy scan results to github security tab (8973220)

Bug Fixes

cops-controller-1.1.0

28 Jun 06:03

Choose a tag to compare

Kubernetes cops-controller Helm chart

v1.0.0

08 Jun 08:31

Choose a tag to compare

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

08 Jun 08:32

Choose a tag to compare

Kubernetes cops-controller Helm chart

Release 20210707.2-dev

07 Jul 21:11

Choose a tag to compare

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

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

02 Jul 13:15
d479250

Choose a tag to compare

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

Changes:

  • d479250 Merge pull request #15 from conplementAG/feature/limitrange
  • 504fc07 feat: introduce limit range in CompositeController

This list of changes was auto generated.