Skip to content

Upgrade GitLab CE to 18.0.0 #3107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
77d781f
Upgrade GitLab CE to 18.0.0
sachilles May 15, 2025
d03645d
Update ppa urls
sachilles May 15, 2025
d7171e5
Remove package 'runit-systemd'
sachilles May 15, 2025
213293b
Update orb versions used by circleci
sachilles May 15, 2025
b3247e4
Remove package 'paxctl'
sachilles May 15, 2025
cde9b4e
Increase memory to avoid heap limit allocation failure
sachilles May 15, 2025
3d07804
Remove symbolic link to the correct location of ca-cert file
sachilles May 15, 2025
1192a2e
Reformat docker-compose files (fix incorrect indentation)
sachilles May 16, 2025
54df830
Use docker image by kkimurak for postgresql
sachilles May 17, 2025
cf154bd
Ensure grants for user gitlab on schema public are correctly set
sachilles May 17, 2025
1bf1c82
Revert "Ensure grants for user gitlab on schema public are correctly …
sachilles May 17, 2025
d9566ce
Use redis:7 in docker compose files and kubernetes manifests
sachilles May 17, 2025
afee1ae
Add link to guide to breaking changes to release notes.
sachilles May 17, 2025
4ef5a39
Lint changelog.md
sachilles May 17, 2025
0392d28
Update and lint Changelog.md
sachilles May 17, 2025
d54b59a
Cleanup documentation
sachilles May 17, 2025
4c2faca
Update README to add informations about GitLab CE and required Postgr…
sachilles May 18, 2025
c9ec90d
Remove user 'ubuntu' and set uid and gid for user 'git' explicitly
sachilles May 18, 2025
e238e22
Update NODE_OPTIONS in functions to match install script
sachilles May 18, 2025
576243c
Remove disable login option for adduser in order to allow user 'git' …
sachilles May 19, 2025
8408f1e
Add disabled password option for adduser as replacement for disabled …
sachilles May 19, 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
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
shellcheck: circleci/shellcheck@3.2.0
docker: circleci/docker@2.8.1
shellcheck: circleci/shellcheck@3.4.0
docker: circleci/docker@2.8.2
go: circleci/go@1.11.0

commands:
Expand Down
Loading