Skip to content

Commit 25672a0

Browse files
wgalanciakdanc094codetogetherjordanstorz-dw
authored
merge dev to main (#53)
* feat: update Docker Compose file to rename codetogether-hq service to codetogether-intel (#39) - Renamed the service from `codetogether-hq` to `codetogether-intel`. - Updated the container name to `codetogether-intel`. - Changed the image to `hub.edge.codetogether.com/releases/codetogether-intel:latest`. - Retained all existing configurations for compatibility. * feat: Add README files for CodeTogether Helm Charts (#36) * feat: Add README files for CodeTogether Helm Charts Added detailed README.md files for the following CodeTogether Helm charts: - CodeTogether HQ - CodeTogether Live - CodeTogether Collab Each README contains comprehensive configuration details, installation instructions, and usage guidelines tailored to the respective chart's `values.yaml` file. These additions provide clear documentation for deploying and managing CodeTogether applications in Kubernetes environments. * Fixes * Fixes * Addition of hq.collab url and secret * Removed hq.properties.collab.* Added a note indicating that this chart is legacy * feat: Create codetogether-intel Helm chart - Created a new Helm chart for CodeTogether Intel integration. - Added `hqproperties.hq.collab.*` configuration to the values.yaml. - Updated the README with configuration details. * Changes on README with the functionality of role mappings configuration * Change to sys-admin * fix: wrong indentation in deployment.yaml in live package (#41) * fix: missing license values (#43) * fix: remove license value references (#45) * fix: adjustement to recent changes (#47) * update service name * version update and minor tweaks * removal of invalid entries from deployment file in the collab package * fix: update release.yml to skip existing versions (#50) * fix: update live and hq versions (#52) --------- Co-authored-by: danc094codetogether <daniel@codetogether.com> Co-authored-by: jordanstorz-dw <151195102+jordanstorz-dw@users.noreply.github.com>
1 parent be71bbe commit 25672a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/hq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether-hq
33
description: CodeTogether HQ provides advanced project insights for developers
44

55
type: application
6-
version: 1.4.18
6+
version: 1.4.19
77
appVersion: "2024.1.0"
88
kubeVersion: ">= 1.18.0"
99

charts/live/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether
33
description: CodeTogether Live provides pair programming and collaborative coding
44

55
type: application
6-
version: 1.4.23
6+
version: 1.4.24
77
appVersion: "2024.2.0"
88
kubeVersion: ">= 1.18.0"
99

0 commit comments

Comments
 (0)