-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.11.4-ee/CHANGELOG.md (cherry picked from commit 7e9c87c)
- Loading branch information
1 parent
357620f
commit 4717abb
Showing
9 changed files
with
206 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"version": "16.10.6", | ||
"repo_hash": "sha256-+nEUyD+ryZicH7suh4MnQRDKMC3M3VWRdO4nZCi2LGs=", | ||
"yarn_hash": "0yzywfg4lqxjwm5cqsm4bn97zcrfvpnrs8rjrv9wv3xqvi9h9skd", | ||
"version": "16.11.4", | ||
"repo_hash": "sha256-VtjGV/0Xtmwqu/YZa6P6jUvlTYj9FNKALcJ3ZvMUJBw=", | ||
"yarn_hash": "03q7h8dyssvsr91klr1jk65f5jz1ac71lx0114zq9c7awxrgp6kq", | ||
"owner": "gitlab-org", | ||
"repo": "gitlab", | ||
"rev": "v16.10.6-ee", | ||
"rev": "v16.11.4-ee", | ||
"passthru": { | ||
"GITALY_SERVER_VERSION": "16.10.6", | ||
"GITLAB_PAGES_VERSION": "16.10.6", | ||
"GITLAB_SHELL_VERSION": "14.34.0", | ||
"GITALY_SERVER_VERSION": "16.11.4", | ||
"GITLAB_PAGES_VERSION": "16.11.4", | ||
"GITLAB_SHELL_VERSION": "14.35.0", | ||
"GITLAB_ELASTICSEARCH_INDEXER_VERSION": "4.8.0", | ||
"GITLAB_WORKHORSE_VERSION": "16.10.6" | ||
"GITLAB_WORKHORSE_VERSION": "16.11.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
pkgs/applications/version-management/gitlab/gitlab-shell/go-mod-tidy.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/go.mod b/go.mod | ||
index 513ccc40..30ba0f6e 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -1,6 +1,6 @@ | ||
module gitlab.com/gitlab-org/gitlab-shell/v14 | ||
|
||
-go 1.20 | ||
+go 1.21 | ||
|
||
require ( | ||
github.com/charmbracelet/git-lfs-transfer v0.1.1-0.20240402115927-f0b226fa61cc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.