Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ea148b6
feat: update Docker Compose file to rename codetogether-hq service to…
danc094codetogether Jan 24, 2025
9df20b7
feat: Add README files for CodeTogether Helm Charts (#36)
danc094codetogether Jan 28, 2025
cc4c238
fix: wrong indentation in deployment.yaml in live package (#41)
jordanstorz-dw Jan 30, 2025
096929f
fix: missing license values (#43)
wgalanciak Jan 30, 2025
c4bc890
fix: remove license value references (#45)
wgalanciak Jan 30, 2025
c8688ef
fix: adjustement to recent changes (#47)
wgalanciak Jan 30, 2025
e594280
Merge branch 'main' into dev
wgalanciak Jan 30, 2025
02c9ed0
fix: update release.yml to skip existing versions (#50)
wgalanciak Jan 30, 2025
9e5c9bb
fix: update live and hq versions (#52)
wgalanciak Jan 30, 2025
d60e92c
Merge branch 'main' into dev
wgalanciak Jan 30, 2025
cccca4f
feat: add Helm template validation workflow for PR checks (#56)
danc094codetogether Feb 3, 2025
62ce2bc
feat: allow image digest & allow cassandra db password from secret (#60)
patrick-codetogether Feb 4, 2025
86bb021
removing kubeversion from charts
patrick-codetogether Feb 4, 2025
fadc77b
Merge pull request #67 from CodeTogether-Inc/57-remove-kube-version
patrick-codetogether Feb 4, 2025
f99a4af
feat: Update README to include Collab and Intel charts (#55)
danc094codetogether Feb 5, 2025
d262ae1
feat: support for customization of java options and cacerts (#71)
wgalanciak Feb 5, 2025
16f5167
feat: support image digest on collab chart (#65)
patrick-codetogether Feb 5, 2025
fdc683b
fix: include dev PRs when triggering validation (#72)
wgalanciak Feb 5, 2025
f47e084
fix: add image.digest to the readme file (#73)
wgalanciak Feb 5, 2025
e236540
fix: remove k8s version constraint from the readme (#74)
wgalanciak Feb 5, 2025
e8e0eaa
fix: charts version update (#76)
wgalanciak Feb 5, 2025
35dd30c
fix: simplify passing trust store password (#78)
wgalanciak Feb 5, 2025
97f0641
fix: update legacy live chart version (#79)
wgalanciak Feb 5, 2025
9abb564
Merge branch 'main' into dev
wgalanciak Feb 5, 2025
cc9968c
fix: update legacy hq version (#81)
wgalanciak Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/hq/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codetogether-hq
description: CodeTogether HQ provides advanced project insights for developers

type: application
version: 1.4.19
version: 1.4.20
appVersion: "2024.1.0"

icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png
Expand Down
2 changes: 1 addition & 1 deletion charts/live/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: codetogether
description: CodeTogether Live provides pair programming and collaborative coding

type: application
version: 1.4.24
version: 1.4.25
appVersion: "2024.2.0"

icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png
Expand Down
Loading