Skip to content

Releases: pozgo/docker-gitlab-ce

Updated to 16.1.2-ce.0 and moved to Debian 12 bookworm

18 Jul 16:54
34b65d8
Compare
Choose a tag to compare
Updated to 16.1.2-ce.0 and moved to Debian 12 bookworm (#52)

14.6.0-ce.0

29 Dec 15:31
75a3e19
Compare
Choose a tag to compare
update to 14.6.0 (#51)

14.0.1-ce.0

29 Jun 20:01
e544688
Compare
Choose a tag to compare
bumped to 14.0.1-ce.0 (#46)

13.9.0-ce.0

19 Feb 12:39
0192a20
Compare
Choose a tag to compare
Updated to 13.9.0-ce.0 (#44)

13.6.1-ce.0

06 Dec 13:12
ea2c0bd
Compare
Choose a tag to compare

Changelog since 13.5.2-ce.0 to 13.6.1-ce.0

13.6.1 (2020-11-23)

Fixed (5 changes)

  • Fix project transfer corrupting shared runners state. !48032
  • Fix project select split button bug. !48065
  • Fix tags pages erroring for projects with private pipelines. !48184
  • Ensure Alerts list loads when only HTTP integrations are enabled. !48247
  • Does not track package events on a read-only instance. !48257

Changed (1 change)

  • Re-name Instance Statistics as Usage Trends. !48183

13.6.0 (2020-11-22)

Removed (3 changes)

  • Removed ACE editor from the codebase. !46420
  • Remove storage limit column from application settings. !46676
  • Remove the ability to resole individual notes. !46775

Fixed (140 changes, 11 of them are from the community)

  • Fix rendering of markdown headings and floated images. !25442 (Gwen_)
  • Fix release assets link redirection. !35381
  • Fix chatbot replies not including job log. !42010
  • Show tar warning message when file/folder changed during backup instead of failing whole backup operation. !42197
  • Remove default EKS Region dropdown in cluster create form. !43017
  • Remove all records from security_findings table. !44312
  • Add position column into security_findings table. !44815
  • Render script newlines in CI Lint view. !45087 (Nejc Habjan)
  • Fix a race condition checking whether a project is read-only. !45160
  • Limit number of times a background migration is rescheduled. !45298
  • Improve project labels page card layout consistency. !45311
  • Do not convert unicode versions of trademark, copyright, and registered trademark to emoji. !45457
  • Gracefully recover from deleted LFS file. !45459
  • Fix Bad Escape in Issue Board Empty State. !45465 (Kev @KevSlashNull)
  • Update cluster applications CI template to 0.34.1. !45487
  • Fixed multi line comment options in parallel mode. !45557
  • Removed not equal filter option for drafts on merge requests. !45649
  • Fixed target branch not filtering. !45652
  • Fix Merge Request "Edit in Web IDE" dropdown link on MR diffs page. !45653
  • Handle malformed strings in URL. !45701
  • Reset the pagination cursor when a search result filter changes. !45708
  • Fix aria label on IDE tab close button. !45709
  • Fix danger-secondary button in the Web IDE dark theme. !45714
  • Removes the hamburger icon in the Changes tab in Web IDE. !45717
  • Fix exception when saving Jira integration info for an instance. !45718
  • Make sure the http_requests_total and http_request_duration_seconds metrics are not empty on application start. !45755
  • Configure CSP for displaying Youtube videos in the Static Site Editor. !45767
  • Render correct URLs for uploads in service desk issues when custom template is used. !45772
  • Upgrade Workhorse to v8.52.0. !45778
  • Fix project callbacks when propagating integrations. !45781
  • Fix project import search box and make it case insensitive. !45783
  • Remove the native styles for modal-dialog - Currently off center. !45789
  • Fix when Feature Flags link is shown in search bar results. !45803
  • Reset search results filters whenever a user changes scope. !45808
  • Project Access Tokens - Delete project bot after token expires. !45828
  • Paginate project_runners in ci_cd settings. !45830
  • Fix bug with robots and .git suffix. !45866
  • Block LFS requests on snippets. !45874
  • Fix an N+1 issue in Packages::GroupPackagesFinder. !45875
  • Fix sticky header issue status not syncing. !45895
  • Download LFS files when importing from Bitbucket Server. !45908
  • Fix viewing GitHub-imported diff notes in discussions. !45920
  • Boards - Fix Milestone icon alignment in header. !45965
  • Reduce whitespace on MR page header. !45966
  • Fix CSS for To-Do List on mobile. !45969 (Takuya Noguchi)
  • Fix wide content overflow on Notebook output. !45971
  • Fix auto-deploy-image fetches deprecated stable repository and causes an error. !45984
  • Fixed long paths truncating in merge request sidebar incorrectly. !45994
  • Remove positive tabindexes. !46003
  • Remove "Report abuse" button from a merged Merge Request. !46031 (Takuya Noguchi)
  • Fix single file editor patch branch name. !46044
  • Updated list view MR icon. !46059
  • Tolerate UTF8 BOM character during frontmatter rendering. !46062
  • Fix dropzone paperclip and loading icons. !46093
  • Copyedit Project Issue Boards API docs. !46110 (Takuya Noguchi)
  • Fix typos when deleting a project repository. !46204 (Edstub207)
  • Enable rendering avatars with full url. !46206
  • Fix bug accessing import route with no user. !46215
  • Fix transaction usage in ContainerExpirationPolicyWorker. !46217
  • Remove page_title from single project and group pages. !46223
  • Skip GMA and SSO validation when creating project access tokens for project bots. !46257
  • Make loading icon on feature flag edit page larger. !46268
  • Allow semver versions in composer packages. !46301
  • Don't return target-specific broadcasts without a current path supplied. !46322
  • Fix tracking of frequently visited projects / groups. !46348
  • Do not query snippet infromation on the new snippet's creation. !46355
  • Populate missing dismissed_at and dismissed_by_id attributes of vulnerabilities. !46370
  • Add CI Status CSS to the Environments Page. !46382
  • Allow project storage to be updated when no repositories exist. !46385
  • Add licensed check for wip limits. !46387
  • Fix problems with Groups API search query parameter. !46394
  • Fix QuickActions not working if written before a codeblock. !46401
  • Resolve User stuck in 2FA setup page even if group disable 2FA enforce. !46432
  • Job dropdown: Hide tooltip explicitly on click. !46465
  • Fix loading current directory when changing branches. !46479
  • Allow to apply group labels with service desk templates. !46492
  • Fix CI artifacts not uploading with tracing enabled and without NGINX. !46513
  • Fix logging handling for API integer params. !46551
  • Bugfix email notification recipients for comments on Designs. !46642
  • Fix linebreak issue in last commit anchor. !46643
  • Upgrade fog-google to v1.11.0. !46648
  • Fix 'File name too long' error happening during Project Export when exporting project uploads. !46674
  • container registry: show delete selected button on medium viewports. !46699
  • Improve thread safety of Ci::BuildTraceChunk data stores. !46717
  • Fix 404 error from Commit Signature API when using Rugged. !46736
  • Fix example responses for Project Issue Board creation API in the docs. !46749 (Takuya Noguchi)
  • Autofocus on search input within labels dropdown after labels are loaded. !46750
  • Fix example responses for Group Issue Board creation API in the docs. !46760 (Takuya Noguchi)
  • Make the Merge Train process flow more resilient by always refreshing merge requests from beginning. !46768
  • Show "No user list selected" in feature flags. !46790
  • Skip disabled features when importing a project from Gitea. !46800 (John Kristensen (@jerrykan))
  • Fixed create merge request dropdown not re-opening after typing invalid source branch. !46802
  • Fix broadcast notification close icon appearance. !46804
  • Fix remove label inconsistency. !46805
  • Assign new incoming diff lines for renamed files to the correct view type. !46823
  • Display submodules in MR tree and file header. !46840
  • Fix empty state message in explore projects page. !46860
  • Better-behaved tooltips in pipeline dropdown. !46866
  • Ensure security report is displayed correctly in merge requests with a lot of CI jobs. !46870
  • Fix code lines being cut-off on failed job tab. !46885
  • Populate values for has_vulnerabilities column of project_settings table. !46890
  • Fix group destroy not working with Gitaly Cluster. !46934
  • Fix setting Comment detail for Jira and modal for groups. !46945
  • Fix retried builds icon sprite to use css_class. !46955
  • Remove unnecessary expand sha button in pipelines page. !47012
  • Fix operations settings when Pipelines are disabled. !47062
  • Fix duplicate epic iids and add uniqueness constraint. !47081
  • Fix relative path not found on production web server. !47090
  • Moved template warning below type. !47103
  • Fix top margin in new project page. !47109
  • Make delete repo prompts consistent. !47117
  • Make register_instructions optional for RunnerSetup. !47123
  • Fix milestones param validation for releases API PUT method. !47169
  • Fixed create branch button not hiding when issue is closed. !47187
  • Fix config variables when having includes. !47189
  • Handle nullbytes in auth headers. !47206
  • Fix error when updating releases with milestone associations through the UI. !47222
  • Fixed diff metadata endpoint being called twice. !47265
  • Fix pipeline security tab filters not showing. !47294
  • Fix unified component inline display. !47345
  • Fix secure MR widget colors in dark mode. !47352
  • Fix status emoji tooltip trigger. !47378
  • Fix workflow:rules not accessing passed-upstream and trigger variables. !47399
  • Fix internal lfs_authenticate API for non-project repositories. !47404
  • Fix alerts integration list Snowplow tracking event. !47413
  • Resolve Suggest Pipeline flow second step not loading. !47419
  • Fix overly aggressive prevent call. !47455
  • Fix syntax highlight issue with regular expressions. !47469
  • Stop finding commit with empty ref. !47497
  • Fix issues list when due date parameter is invalid. !47524
  • Bump versions of secrets and klar in the Secure-Binaries template. !47531
  • Fixed copy contents functionality for snippets. !47646
  • Reject incomplete multibyte chars in UTF8 params. !47658
  • Fix deploy token permissions for write_package_registry. !47675
  • Fix comment cells not rendering in unified component inline view. !47693
  • Replace poorly performing auth event providers query in usage ping. !47710
  • Do not fail when cleaning up MR with no repository. !47744
  • Clear cached merge_ref_sha on reopen. !47747
  • Refactor and UI-polish around activity calendar o...
Read more

13.5.1-ce.0

01 Nov 17:51
80966d5
Compare
Choose a tag to compare
Bumped to 13.5.1-ce.0 (#41)

13.4.3-ce.0

14 Oct 22:02
1344cf8
Compare
Choose a tag to compare
Bumped to 13.4.3-ce.0 (#39)

13.1.2-ce.0

03 Jul 12:27
bb88245
Compare
Choose a tag to compare

12.8.1-ce.0

27 Feb 21:28
818d305
Compare
Choose a tag to compare

Full changelog in official GitLab Repo. Link

12.7.5-ce.0

01 Feb 23:27
89ede22
Compare
Choose a tag to compare

Full changelog in official GitLab Repo. Link