Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (4)
Merge remote-tracking branch 'dev/7-3-stable' into 7-3-stable
· da45008e
GitLab Release Tools Bot
authored
Oct 31, 2023
da45008e
Update changelog for 7.3.7
· 22118c67
GitLab Release Tools Bot
authored
Jan 11, 2024
[ci skip]
22118c67
Update versions for 7.3.7
· 0edf0355
GitLab Release Tools Bot
authored
Jan 11, 2024
[ci skip]
0edf0355
Update version mapping for 7.3.7
· 79433626
GitLab Release Tools Bot
authored
Jan 11, 2024
79433626
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
79433626
...
...
@@ -2,6 +2,10 @@
documentation
](
doc/development/changelog.md
)
for instructions on adding your own
entry.
## 7.3.7 (2024-01-11)
No changes.
## 7.3.6 (2023-10-30)
No changes.
...
...
Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
gitlab
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords
:
-
gitlab
...
...
charts/gitlab/charts/geo-logcursor/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
geo-logcursor
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
GitLab Geo logcursor
keywords
:
-
gitlab
...
...
charts/gitlab/charts/gitaly/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
gitaly
version
:
7.3.
6
appVersion
:
16.3.
6
version
:
7.3.
7
appVersion
:
16.3.
7
description
:
Git RPC service for handling all the git calls made by GitLab
keywords
:
-
gitlab
...
...
charts/gitlab/charts/gitlab-exporter/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
gitlab-exporter
version
:
7.3.
6
version
:
7.3.
7
appVersion
:
13.2.0
description
:
Exporter for GitLab Prometheus metrics (e.g. CI, pull mirrors)
keywords
:
...
...
charts/gitlab/charts/gitlab-pages/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
gitlab-pages
version
:
7.3.
6
appVersion
:
16.3.
6
version
:
7.3.
7
appVersion
:
16.3.
7
description
:
Daemon for serving static websites from GitLab projects
keywords
:
-
gitlab
...
...
charts/gitlab/charts/gitlab-shell/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
gitlab-shell
version
:
7.3.
6
version
:
7.3.
7
appVersion
:
14.26.0
description
:
sshd for Gitlab
keywords
:
...
...
charts/gitlab/charts/kas/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
kas
version
:
7.3.
6
version
:
7.3.
7
appVersion
:
v16.3.0
description
:
GitLab Agent Server
keywords
:
...
...
charts/gitlab/charts/mailroom/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
mailroom
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
Handling incoming emails
keywords
:
-
gitlab
...
...
charts/gitlab/charts/migrations/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
migrations
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
Database migrations and other versioning tasks for upgrading Gitlab
keywords
:
-
gitlab
...
...
charts/gitlab/charts/praefect/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
praefect
version
:
7.3.
6
appVersion
:
16.3.
6
version
:
7.3.
7
appVersion
:
16.3.
7
description
:
Praefect is a router and transaction manager for Gitaly, and a required
component for running a Gitaly Cluster.
keywords
:
...
...
charts/gitlab/charts/sidekiq/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
sidekiq
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
Gitlab Sidekiq for asynchronous task processing in rails
keywords
:
-
gitlab
...
...
charts/gitlab/charts/spamcheck/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
spamcheck
version
:
7.3.
6
version
:
7.3.
7
appVersion
:
1.2.3
description
:
GitLab Anti-Spam Engine
keywords
:
...
...
charts/gitlab/charts/toolbox/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
toolbox
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
For manually running rake tasks through kubectl
keywords
:
-
gitlab
...
...
charts/gitlab/charts/webservice/Chart.yaml
View file @
79433626
---
apiVersion
:
v1
name
:
webservice
version
:
7.3.
6
appVersion
:
v16.3.
6
version
:
7.3.
7
appVersion
:
v16.3.
7
description
:
HTTP server for Gitlab
keywords
:
-
gitlab
...
...
doc/installation/version_mappings.md
View file @
79433626
...
...
@@ -37,6 +37,7 @@ The table below maps some of the key previous chart versions and GitLab versions
| Chart version | GitLab version |
|---------------|----------------|
| 7.3.7 | 16.3.7 |
| 7.3.6 | 16.3.6 |
| 7.3.5 | 16.3.5 |
| 7.3.4 | 16.3.4 |
...
...
values.yaml
View file @
79433626
...
...
@@ -40,7 +40,7 @@ global:
edition
:
ee
## https://docs.gitlab.com/charts/charts/globals#gitlab-version
gitlabVersion
:
"
16.3.
6
"
gitlabVersion
:
"
16.3.
7
"
## https://docs.gitlab.com/charts/charts/globals#application-resource
application
:
...
...