<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns:media="http://search.yahoo.com/mrss/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://about.gitlab.com/</id>
  <title>GitLab</title>
  <updated>2026-07-21T21:13:06.092796+00:00</updated>
  <author>
    <name>GitLab</name>
  </author>
  <link href="https://raw.githubusercontent.com/trvny/feeds/main/feedseek/feeds/feed_gitlab.xml" rel="self"/>
  <link href="https://about.gitlab.com/" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="2.0.1">python-feedgen</generator>
  <icon>https://about.gitlab.com/favicon.ico</icon>
  <subtitle>Combined GitLab feed: blog, release notes, patch releases, press releases, and what's new.</subtitle>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b5a236c6cbf69fd2</id>
    <title>Automate work item assignment with a "Work item created" trigger</title>
    <updated>2026-07-20T00:00:00+00:00</updated>
    <content>A new, event-driven trigger in GitLab Duo Agent Platform lets flows fire the moment a work item is created, turning triage and assignment from a manual, all-day chore into automation that runs in seconds. This comprehensive guide shows you how to use the "Work item created" trigger and follow along with this video demonstration: See the flow fire, route, and assign in real time — and imagine what continuous, hands-off automation could do for your own projects. The problem: Assignment doesn't sca</content>
    <link href="https://about.gitlab.com/blog/how-to-use-a-work-item-created-trigger/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-20T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/4c07ec32ba175b62</id>
    <title>GitLab Transcend Hackathon: What developers built on GitLab Orbit</title>
    <updated>2026-07-20T00:00:00+00:00</updated>
    <content>We gave a few thousand developers GitLab Orbit. Then we got out of the way. The community responded with creative solutions to real production problems slowing down their teams. The same problems you hit every week: What does this change break, which tests actually matter, and what will this migration really cost. GitLab Orbit is a live, queryable graph of your code, merge requests, pipelines, deployments, and ownership, with every relationship between them kept current. Agents write code well b</content>
    <link href="https://about.gitlab.com/blog/gitlab-transcend-hackathon-orbit/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-20T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/96a6e066d7f938c8</id>
    <title>When a version bump breaks your build, GitLab fixes it</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <content>AI is writing more code and pulling in more dependencies, increasing application risk. Most of that exposure isn't from code your team actively chose. A 2025 study of the Maven ecosystem found vulnerabilities reaching roughly 63% of latest releases through transitive dependencies, versus 31% through direct ones. Dependency Scanning Auto-Remediation , now in beta, closes the loop for security. When dependency scanning finds a vulnerable package, GitLab opens a merge request to update it, uses AI </content>
    <link href="https://about.gitlab.com/blog/dependency-scanning-auto-remediation/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-16T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/3bf861d93a4199e2</id>
    <title>Bring GitLab Duo Agent Platform to your terminal</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <content>Most of the work for software delivery doesn’t happen only in the editor. Pipelines fail. Tests break. Vulnerabilities show up. And a lot of that work starts and ends at the command line. Agentic AI in the terminal that only understands code can’t help with any of that. A standalone assistant doesn’t know your agents across the entire software lifecycle, your permissions across many projects in your organization, or a specific project context you’ve already set up in GitLab. That’s what changes </content>
    <link href="https://about.gitlab.com/blog/gitlab-duo-cli-generally-available/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-16T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/d9e2d6d923194129</id>
    <title>GitLab Duo Security Review spots logic flaws scanners miss</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <content>Static scanners excel at catching vulnerabilities that fit a known pattern, like unsanitized query inputs, hardcoded secrets, and unsafe deserialization. They struggle against flaws in your application’s logic, where there is no pattern to match — only valid code doing the wrong thing for your domain. Undetected, these flaws surface late and cost more to fix. Security Review Flow, now in public beta, scrutinizes code changes the way a security engineer would. It traces intent rather than matchin</content>
    <link href="https://about.gitlab.com/blog/gitlab-duo-security-review-flow/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-16T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f0d21836f5fd22dd</id>
    <title>Turn multi-step software delivery into agentic flows you can trust</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <content>Knowing what to do next in software development is rarely the hard part. Doing it again in the exact same steps — implement an issue, fix a pipeline, review a merge request — is. Chat that only provides answers still leaves every handoff to you. Homegrown scripts don’t inherit changes in access controls, new triggers, or updated review gates. In both cases, the multi-step paths teams rely on continue to stay stuck as runbooks in someone’s head. GitLab 19.2 closes that gap as Custom Flows reach g</content>
    <link href="https://about.gitlab.com/blog/multi-step-software-delivery-with-agentic-flows/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-16T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/adeca0fd83a102d9</id>
    <title>Forrester Consulting: GitLab Duo Agent Platform delivers 400% ROI</title>
    <updated>2026-07-16T00:00:00+00:00</updated>
    <content>A new Forrester Consulting Total Economic Impact™ study found that organizations using GitLab Duo Agent Platform achieve a 400% return on investment and $7.5 million in net present value over three years — with payback in under six months. Agentic coding makes developers faster. The harder problem is how enterprises turn speed into return. Faster commits are only part of the equation when it comes to shipping production-grade software. One senior systems engineer in insurance and financial servi</content>
    <link href="https://about.gitlab.com/blog/gitlab-duo-agent-platform-delivers-400-percent-roi/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-16T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/e80376f9dbb8a5a2</id>
    <title>Green DevOps: Why carbon measurement belongs in your CI/CD pipeline</title>
    <updated>2026-07-09T00:00:00+00:00</updated>
    <content>A typical software team runs hundreds of CI/CD jobs a day. Each one runs on compute and burns energy that doesn't show up in your pipeline logs, including its carbon impact.
That invisibility is exactly the problem. You can't reduce what you don't measure. Eco CI and Carmen are third-party integrations that add a carbon lens to the pipelines you're already running in GitLab. Both are open source tools you can wire into any pipeline today. Here's why that's worth doing, and how to get started wit</content>
    <link href="https://about.gitlab.com/blog/green-devops-carbon-measurement-cicd-pipeline/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-09T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/355bf0a6c39ce838</id>
    <title>GitLab Patch Release: 19.1.2, 19.0.4, 18.11.7</title>
    <updated>2026-07-08T00:00:00+00:00</updated>
    <content>On July 8, 2026, we released versions 19.1.2, 19.0.4, 18.11.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch rel</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-1-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-07-08T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/3ebae3c39d61422c</id>
    <title>How we used AI agents to migrate GitLab rate limiting</title>
    <updated>2026-07-08T00:00:00+00:00</updated>
    <content>A small team at GitLab spent the past few weeks running an experiment: Could we use AI agents to migrate part of our legacy rate-limiting system without dropping the safety bar? Short answer: yes. AI agents do work. They can also expose weaknesses in how you usually work. The pod, the loop, and the observability mattered more than the agents. What follows is how we structured the work using GitLab, GitLab Duo Agent Platform , and other tools — what worked, what the loop is and where it missed, a</content>
    <link href="https://about.gitlab.com/blog/ai-agents-for-migrating-rate-limiting-system/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-08T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/c7d9c5f52a84a9d4</id>
    <title>Keep your GitLab seats in check with restricted access</title>
    <updated>2026-07-06T00:00:00+00:00</updated>
    <content>GitLab restricted access for instance admins, group owners, and billing managers enables predictable seat costs with less manual gatekeeping. The feature has been significantly improved and is now more complete for the workflows that commonly affect seat usage. This update closes the gaps around identity provider provisioning, dormant user reactivation, and sign-in flows so organizations can use restricted access with more confidence in real-world environments. In this article, you'll learn what</content>
    <link href="https://about.gitlab.com/blog/gitlab-restricted-access-improvements/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-06T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/cb0dc919ccadd6d2</id>
    <title>GitLab Patch Release: 18.8.11</title>
    <updated>2026-07-01T00:00:00+00:00</updated>
    <content>GitLab Patch Release: 18.8.11</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-8-11-released/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-07-01T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/fa1560b251c52f6b</id>
    <title>Claude Sonnet 5 on GitLab: More reliable, more efficient</title>
    <updated>2026-06-30T00:00:00+00:00</updated>
    <content>Anthropic’s Claude Sonnet 5 is now available on GitLab Duo Agent Platform across all tiers and deployment models through GitLab's AI Gateway. Claude Sonnet 5 is built for work that agents assist software teams with every day: multi-step tasks, generating code that holds up under review, and conducting workflows affordably at scale. It’s also the first model in GitLab's evaluation suite to complete all of our benchmark tasks. Sonnet 4.6, its predecessor, completed 93.8% of them. For teams running</content>
    <link href="https://about.gitlab.com/blog/claude-sonnet-5-on-gitlab/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-30T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/79e4c681487e754f</id>
    <title>What's new in Git 2.55.0?</title>
    <updated>2026-06-29T00:00:00+00:00</updated>
    <content>The Git project recently released Git 2.55.0 . Let's look at a few notable highlights from this release, which includes contributions from the Git team at GitLab. What's covered: git-history(1) learns fixup fsmonitor daemon for Linux git push to a remote group Limiting git log --graph lane width Evolution of Rust in the Git codebase Faster git-grep(1) and git-cherry(1) in partial clones git-history(1) learns fixup In our highlights of Git 2.54.0 , we covered the introduction of git-history(1) . </content>
    <link href="https://about.gitlab.com/blog/whats-new-in-git-2-55-0/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-29T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/53d6460cf3eebdaf</id>
    <title>Google Antigravity agents get full context with GitLab Orbit</title>
    <updated>2026-06-25T00:00:00+00:00</updated>
    <content>Developers working in Google Antigravity can now install our lifecycle context graph, GitLab Orbit , directly from the Antigravity MCP Store and give their agents structured access to projects, pipelines, merge requests, vulnerabilities, and source code across their GitLab instance. The Orbit integration is a new addition to a family of purpose-built GitLab integrations already in the Google Cloud ecosystem and brings GitLab's context layer into Google's agent-first development platform. Query y</content>
    <link href="https://about.gitlab.com/blog/gitlab-orbit-and-google-antigravity/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-25T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b04e1cf7e355bac9</id>
    <title>GitLab patch release notes</title>
    <updated>2026-06-24T00:00:00+00:00</updated>
    <content>GitLab patch release notes</content>
    <link href="https://docs.gitlab.com/releases/patches/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-06-24T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f4bd0171fd79d0cd</id>
    <title>GitLab Patch Release: 19.1.1, 19.0.3, 18.11.6</title>
    <updated>2026-06-24T00:00:00+00:00</updated>
    <content>GitLab Patch Release: 19.1.1, 19.0.3, 18.11.6</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-1-1-released/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-24T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/05f012b9bfdf54bd</id>
    <title>AI Catalog updates for governance and operations</title>
    <updated>2026-06-18T00:00:00+00:00</updated>
    <content>Enterprise AI adoption often stalls not because the technology isn't ready, but because admins can't answer the question their security team is asking: What's actually running in our environment, and who put it there? GitLab 19.1 ships event-driven triggers for Duo Flows alongside the governance controls and config validation that make running them safely possible. Together, they give enterprise teams the governance and reliability to run AI workflows continuously, without waiting for a human to</content>
    <link href="https://about.gitlab.com/blog/ai-catalog-updates-for-governance-and-operations/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-18T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/4f82135a9ad880c9</id>
    <title>GitLab 19.1 released</title>
    <updated>2026-06-18T00:00:00+00:00</updated>
    <content>GitLab 19.1 released</content>
    <link href="https://docs.gitlab.com/releases/19/gitlab-19-1-released/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-18T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7f0c11a1fcdf5118</id>
    <title>One vulnerability view: From scanner coverage to AI governance</title>
    <updated>2026-06-18T00:00:00+00:00</updated>
    <content>Most enterprises use a handful of different security scanners, each configured and enforced, project by project. With no single view of what scanners run where, policies drift, blind spots go undetected, and important projects could silently go unprotected. With GitLab 19.1 , you can now integrate the security scanners you already use, giving a single view of your scanner coverage. GitLab enforces third-party scanners at scale across all of your projects, and the vulnerabilities they detect get </content>
    <link href="https://about.gitlab.com/blog/one-vulnerability-view/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-18T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/90ab6071d5cf583f</id>
    <title>Introducing the 2026 EMEA GitLab Partner Award winners</title>
    <updated>2026-06-17T00:00:00+00:00</updated>
    <content>The GitLab Partner Program continues to cultivate a thriving ecosystem of DevSecOps professionals committed to helping customers modernize their software development, from foundational DevSecOps practices to the latest AI-powered capabilities. Across Europe, the Middle East, and Africa (EMEA), our partners have once again demonstrated what's possible when deep technical expertise meets a shared commitment to customer success. Last week, GitLab EMEA partners came together to connect, grow their e</content>
    <link href="https://about.gitlab.com/blog/2026-emea-gitlab-partner-awards/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-17T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/2ce021da0d8d76a5</id>
    <title>GitLab and Capgemini accelerate DevSecOps transformation</title>
    <updated>2026-06-17T00:00:00+00:00</updated>
    <content>We're excited to share that GitLab and Capgemini have signed a global alliance partnership agreement. As a GitLab Select Partner, Capgemini will leverage the GitLab portfolio for clients globally, including GitLab Duo Agent Platform, which orchestrates AI across the entire software development lifecycle, along with specialized implementation services. For customers, that means a shorter path from purchasing the platform to seeing real results, with expert guidance on the tools, processes, and me</content>
    <link href="https://about.gitlab.com/blog/gitlab-and-capgemini-global-alliance-partnership/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-17T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5be707785db41384</id>
    <title>GitLab named a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms</title>
    <updated>2026-06-17T00:00:00+00:00</updated>
    <content>For the fourth year running, Gartner has named GitLab a Leader in the 2026 Gartner® Magic Quadrant™ for DevSecOps Platforms . We believe this recognition reflects what our customers already see: The work of building software has moved past the editor, and the platform underneath is where speed either compounds or breaks down. Developers have never written code faster. Most now use more than one AI coding assistant, and we see customer codebases growing five times in a single year. But faster cod</content>
    <link href="https://about.gitlab.com/blog/gitlab-leader-2026-gartner-mq-devsecops-platforms/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-17T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/197fc4fd6870d620</id>
    <title>GitLab Patch Release: 19.0.2, 18.11.5, 18.10.8</title>
    <updated>2026-06-10T00:00:00+00:00</updated>
    <content>On June 10, 2026, we released versions 19.0.2, 18.11.5, 18.10.8 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/ja-jp/releases/patches/patch-release-gitlab-19-0-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-06-10T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7987a14e10f10490</id>
    <title>GitLab on Google Cloud: Fully managed, compliant, and AI-ready</title>
    <updated>2026-06-10T00:00:00+00:00</updated>
    <content>You can now run GitLab as a fully managed platform on Google Cloud, delivered by GitLab-certified managed service providers (MSPs) — with the latest Google AI models built in. Through MSP partners, including Beyond and Digital Future , your team can move to a scalable, reliable DevSecOps architecture on GitLab and Google Cloud, keep full control over where your code, pipelines, and security data live, and put Google's newest Gemini and Gemma models to work inside the same governed platform. This</content>
    <link href="https://about.gitlab.com/blog/gitlab-expands-google-model-support/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-10T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f8cf409cc181c9ea</id>
    <title>GitLab: Built for the agentic engineering era</title>
    <updated>2026-06-10T00:00:00+00:00</updated>
    <content>GitLab Transcend, our customer event showcasing our roadmap, success stories, and industry research just wrapped. Here's what we announced and demonstrated: Next-generation source code management , a Git engine rebuilt for agent-scale concurrency, now in private beta GitLab Orbit , our context graph for the full software lifecycle, now in public beta Agents for security and governance for agents , identity, policy, audit, and approval around every agent action, now in private beta GitLab Duo Age</content>
    <link href="https://about.gitlab.com/blog/gitlab-transcend-announcements/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-10T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/1ff6011b9ba05e51</id>
    <title>GitLab Flex: Commit once, reshape your seats and AI spend</title>
    <updated>2026-06-10T00:00:00+00:00</updated>
    <content>The agentic era made your needs harder to predict, and the way you buy software hasn't caught up. Six months out, you don't know how many seats you'll need, how much AI your teams will consume, or which new capabilities you'll want to turn on. Yet the contract you sign today fixes all three up front and won't budge until renewal. GitLab Flex was built to solve this predicament. It's one annual commitment you can reshape month to month across seats, AI usage, and new capabilities, without re-proc</content>
    <link href="https://about.gitlab.com/blog/introducing-gitlab-flex/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-10T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/6fb7cba02d7b8d76</id>
    <title>Introducing GitLab Orbit: Full code and lifecycle context, in one query</title>
    <updated>2026-06-10T00:00:00+00:00</updated>
    <content>Agents are good at writing code. They're far worse at navigating the system around it: the related code, the pipelines that run it, the deployments that ship it, the work items that asked for it, and the teams that own it. That gap is where AI-assisted engineering breaks down today. In a large monorepo, the gap shows up as wasted iterations, blown token budgets, and code that looks correct but gets reverted. Across repos, it's worse: the context window fills before the agent finds the answer, an</content>
    <link href="https://about.gitlab.com/blog/introducing-gitlab-orbit/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-10T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/6a768f3e363c49ab</id>
    <title>Mythos-class Claude Fable 5 arrives on GitLab Duo Agent Platform</title>
    <updated>2026-06-09T00:00:00+00:00</updated>
    <content>Important note: As of June 12, 2026, Claude Fable 5 is unavailable on GitLab Duo Agent Platform. Anthropic has suspended access to this model for all customers to comply with a U.S. government directive. All other Claude models remain available for use. See Anthropic's statement for details. Claude Fable 5, a Mythos-class model with robust safeguards from Anthropic, is now available on GitLab Duo Agent Platform. For developers, platform engineers, and engineering leaders, this is not an incremen</content>
    <link href="https://about.gitlab.com/blog/mythos-class-claude-fable-5-on-gitlab/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-09T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/e3bca4ae8bb9dc25</id>
    <title>Shai-Hulud copycat campaign targets Python developers through PyPI typosquatting</title>
    <updated>2026-06-09T00:00:00+00:00</updated>
    <content>GitLab's Vulnerability Research team has identified a coordinated supply chain attack on PyPI deploying a copy of the Shai-Hulud malware. We found five malicious packages: four typosquats impersonating Flask, Requests, and NumPy, and one weaponized legitimate project. The packages execute code at install time, with no import or function call required, and carry a self-propagating credential stealer that targets CI/CD environments across all major cloud providers. We confirmed that GitLab was not</content>
    <link href="https://about.gitlab.com/blog/shai-hulud-copycat-campaign-targets-python-developers/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-06-09T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/ba8db0ba2ff5d38b</id>
    <title>Agentic coding is only as good as its context</title>
    <updated>2026-05-28T00:00:00+00:00</updated>
    <content>Every week, another coding agent demo shows a prompt turning into a merge request in under five minutes. These demos often highlight a narrow use case not yet in production, and they skip everything that happens after the commit. The merge request doesn't include a link to the issue it was supposed to fix. The CI/CD pipeline fails because the agent didn't know about a recently added linter rule. A security scan flags a dependency the agent pulled in without checking the project's approved list. </content>
    <link href="https://about.gitlab.com/blog/agentic-coding-only-as-good-as-context/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-05-28T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/9129e42e3cf9af9d</id>
    <title>Claude Opus 4.8 on GitLab: Complex agentic work, less disruption</title>
    <updated>2026-05-28T00:00:00+00:00</updated>
    <content>Anthropic's latest model on GitLab is built for precise execution across complex multi-step agent work. Agents fail most often on complex, multi-step work: tasks that span multiple tools and go from intent to production without losing track of the project goal. Claude Opus 4.8, Anthropic's latest model for coding and agentic tasks, is built for that work, and now available in GitLab Duo Agent Platform via model selection in Agentic Chat and across agent workflows in your GitLab instance. Opus 4.</content>
    <link href="https://about.gitlab.com/blog/claude-opus-4-8-on-gitlab/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-05-28T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/6ff08eafa9c98436</id>
    <title>GitLab Patch Release: 19.0.1, 18.11.4, 18.10.7</title>
    <updated>2026-05-27T00:00:00+00:00</updated>
    <content>On May 27, 2026, we released versions 19.0.1, 18.11.4, 18.10.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/ja-jp/releases/patches/patch-release-gitlab-19-0-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-05-27T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/3dfb6edc86bc8982</id>
    <title>GitLab Patch Release: 18.9.8, 18.8.10, 18.7.7, 18.6.8, 18.5.7</title>
    <updated>2026-05-27T00:00:00+00:00</updated>
    <content>Today, we are releasing versions 18.9.8, 18.8.10, 18.7.7, 18.6.8, and 18.5.7 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. This patch release addresses a regression introduced in GitLab 18.4 where issues appeared duplicated in Epic swimlane board views — showing under both their direct parent epic and the grandparent epic — even when no filter was applied. This caused boards to</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-9-8-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-05-27T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/98c5c2f3ea739580</id>
    <title>Reduce supply chain risk with SBOM-based dependency scanning</title>
    <updated>2026-05-26T00:00:00+00:00</updated>
    <content>Third-party code dominates most codebases, and four recent supply chain incidents show how a single compromised package can ripple into every project that depends on it. AI is compounding this problem: Research suggests nearly half of AI-generated code contains vulnerabilities . Traditional dependency scanners, including GitLab's Gemnasium analyzer, were engineered to answer one question: Which of my declared packages have known CVEs? When dependency trees weren’t as deep and release cycles were</content>
    <link href="https://about.gitlab.com/blog/sbom-based-dependency-scanning/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-05-26T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/d354588eeb1009b1</id>
    <title>Full security scanner coverage of your codebase in minutes</title>
    <updated>2026-05-26T00:00:00+00:00</updated>
    <content>Across the industry, every CI/CD platform faces the same challenge: As organizations grow, manually configuring scanners to run across every pipeline definition file isn't scalable. AI is accelerating how fast teams ship code, and with this comes more projects, more pipelines, and more surface area to secure. What starts as a deliberate security decision becomes inherited configuration that nobody owns, coverage that was never backfilled, and gaps that are invisible until they aren't. Security t</content>
    <link href="https://about.gitlab.com/blog/security-configuration-profiles/" rel="alternate"/>
    <category term="GitLab Blog" label="GitLab Blog"/>
    <published>2026-05-26T00:00:00+00:00</published>
    <dc:creator>GitLab Blog</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/81847cc1038de9c8</id>
    <title>GitLab 19.0</title>
    <updated>2026-05-21T00:00:00+00:00</updated>
    <content>On May 21, 2026, GitLab 19.0 was released with the following features. We’d also like to announce this month’s Notable Contributor :
Norman Debald! We are excited to recognize Norman , a Level 3 contributor
with more than 40 merged improvements across GitLab since joining in May 2022. Primary features Group-level custom review instructions for GitLab Duo Tier : Premium, Ultimate Offering : GitLab.com, GitLab Self-Managed, GitLab Dedicated Add-ons : GitLab Duo Enterprise Links : Documentation , R</content>
    <link href="https://docs.gitlab.com/releases/19/gitlab-19-0-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2026-05-21T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/733695834a76ac36</id>
    <title>GitLab Patch Release: 18.11.3, 18.10.6, 18.9.7</title>
    <updated>2026-05-13T00:00:00+00:00</updated>
    <content>On May 13, 2026, we released versions 18.11.3, 18.10.6, 18.9.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-3-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-05-13T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/99179620b26766e9</id>
    <title>GitLab Patch Release: 18.11.2, 18.10.5</title>
    <updated>2026-04-29T00:00:00+00:00</updated>
    <content>On April 29, 2026, we released versions 18.11.2 and 18.10.5 for GitLab Community Edition and Enterprise Edition. These out-of-band patch releases fix an observability gap to ensure we continue to meet our disaster recovery RTO/RPO commitments for our GitLab Dedicated customers. These versions also resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 18.11.2 Revert “Merge branch ‘ia-refactor-role-permissi</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-04-29T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b8472a280df27e76</id>
    <title>GitLab Patch Release: 18.11.1, 18.10.4, 18.9.6</title>
    <updated>2026-04-22T00:00:00+00:00</updated>
    <content>On April 22, 2026, we released versions 18.11.1, 18.10.4, 18.9.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch </content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-11-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-04-22T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7abd9ada17611c18</id>
    <title>GitLab 18.11 release notes</title>
    <updated>2026-04-16T00:00:00+00:00</updated>
    <content>On April 16, 2026, GitLab 18.11 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Rinku C We are excited to recognize Rinku C , a Level 4 contributor with over 80 merged improvements across GitLab since joining in September 2025. Nominated by Arianna Haradon , Senior Fullstack Engineer on the Developer Relations team, this award celebrates his sustained and meaningful impa</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-11-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2026-04-16T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/763d33a62de2807c</id>
    <title>GitLab Patch Release: 18.10.3, 18.9.5, 18.8.9</title>
    <updated>2026-04-08T00:00:00+00:00</updated>
    <content>On April 8, 2026, we released versions 18.10.3, 18.9.5, 18.8.9 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-10-3-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-04-08T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/127fc0901dc523ed</id>
    <title>GitLab Patch Release: 18.10.1, 18.9.3, 18.8.7</title>
    <updated>2026-03-25T00:00:00+00:00</updated>
    <content>On March 25, 2026, we released versions 18.10.1, 18.9.3, 18.8.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-10-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-03-25T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/a9940fe80551675c</id>
    <title>GitLab 18.10 release notes</title>
    <updated>2026-03-19T00:00:00+00:00</updated>
    <content>On March 19, 2026, GitLab 18.10 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Harshith Sudar Harshith is currently a Level 3 Contributor who has made impactful contributions improving community tooling and analytics, from triage automation and contributor recognition to GitLab Duo usage insights. Harshith’s contributions were first recognized by Lee Tickett , Fullstack</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-10-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2026-03-19T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5635468b3d08c38d</id>
    <title>GitLab Patch Release: 18.9.2, 18.8.6, 18.7.6</title>
    <updated>2026-03-11T00:00:00+00:00</updated>
    <content>On March 11, 2026, we released versions 18.9.2, 18.8.6, 18.7.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-9-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-03-11T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0cf2927d53881c92</id>
    <title>GitLab Patch Release: 18.9.1, 18.8.5, 18.7.5</title>
    <updated>2026-02-25T00:00:00+00:00</updated>
    <content>On February 25, 2026, we released versions 18.9.1, 18.8.5, 18.7.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-9-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-02-25T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/77d2681e4f6e2347</id>
    <title>GitLab 18.9 release notes</title>
    <updated>2026-02-19T00:00:00+00:00</updated>
    <content>On February 19, 2026, GitLab 18.9 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Pooja Ghanghas Pooja has made significant contributions to ongoing efforts at GitLab to migrate legacy dropdown components to our modern dropdown architecture. These migrations require careful attention to detail and an understanding of both the old and new component systems. Pooja has cons</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-9-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2026-02-19T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0402d529c45d34cc</id>
    <title>GitLab Patch Release: 18.8.4, 18.7.4, 18.6.6</title>
    <updated>2026-02-10T00:00:00+00:00</updated>
    <content>On February 10, 2026, we released versions 18.8.4, 18.7.4, 18.6.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-8-4-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-02-10T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/89d14fc0889a0e6b</id>
    <title>GitLab AI Gateway Critical Patch Release: 18.6.2, 18.7.1, and 18.8.1</title>
    <updated>2026-02-06T00:00:00+00:00</updated>
    <content>On February 6, 2026, we released versions 18.6.2, 18.7.1, and 18.8.1 of the GitLab AI Gateway. These versions contain a critical security fix for GitLab Duo Self-Hosted AI Gateway, and we strongly recommend that all Self Managed customers with GitLab Duo Self-Hosted installations update to one of these versions immediately. A fix has already been deployed for the GitLab-hosted AI Gateway. Customers using GitLab.com, GitLab Dedicated, and GitLab Self Managed instances with GitLab-hosted AI Gatewa</content>
    <link href="https://docs.gitlab.com/releases/other-patches/patch-release-gitlab-ai-gateway-18-8-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-02-06T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/cbf02ddd25a72828</id>
    <title>GitLab Patch Release: 18.8.3, 18.7.3, 18.6.5</title>
    <updated>2026-02-04T00:00:00+00:00</updated>
    <content>On February 4, 2026, we released versions 18.8.3, 18.7.3, and 18.6.5 for GitLab Community Edition and Enterprise Edition. This patch release delivers a set of targeted fixes focused on reliability, entitlement handling, and feature-flag consistency across GitLab Duo Agent Platform deployments. The updates reflect real-world usage across diverse environments and usage models, and are part of the normal hardening cycle for a platform that integrates deeply with GitLab workflows, identity, and usag</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-8-3-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-02-04T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5bc111160d8c106e</id>
    <title>GitLab Patch Release: 18.8.2, 18.7.2, 18.6.4</title>
    <updated>2026-01-21T00:00:00+00:00</updated>
    <content>On January 21, 2026, we released versions 18.8.2, 18.7.2, 18.6.4 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch </content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-8-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-01-21T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0b9c399c7f93dffa</id>
    <title>GitLab Patch Release: 18.8.1</title>
    <updated>2026-01-19T00:00:00+00:00</updated>
    <content>On January 19, 2026, we released versions 18.8.1 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 18.8.1 Backport: Release AI Catalog External Agents Backport of ‘Fix summarize review prompt version for DAP Duo Code Review’ Backport of Disallow creation of new external agents Backport of Correct Code Review Flow history for beta Back</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-8-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-01-19T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/fa6c70e8b42faa10</id>
    <title>GitLab 18.8 release notes</title>
    <updated>2026-01-15T00:00:00+00:00</updated>
    <content>On January 15, 2026, GitLab 18.8 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Wesley Yarde This month’s Notable Contributor is Wesley Yarde for building a foundational new feature that allows organizations to disable SSH keys for their enterprise users. Wesley’s contribution stands out for several reasons: Security and compliance : This feature enables organizations t</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-8-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2026-01-15T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/1060cb236cb08397</id>
    <title>GitLab Patch Release: 18.7.1, 18.6.3, 18.5.5</title>
    <updated>2026-01-07T00:00:00+00:00</updated>
    <content>On January 7, 2026, we released versions 18.7.1, 18.6.3, 18.5.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-7-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2026-01-07T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7b302f1122c6c4e1</id>
    <title>GitLab 18.7 release notes</title>
    <updated>2025-12-18T00:00:00+00:00</updated>
    <content>On December 18, 2025, GitLab 18.7 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: David Aniebo We’re excited to recognize David Aniebo as our 18.7 Notable Contributor for his impactful contributions to GitLab
product planning capabilities and the contributor platform . David’s work on improving work item list functionality demonstrates his technical expertise and dedicat</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-7-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-12-18T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/fca4ce0bd1f242c8</id>
    <title>GitLab Patch Release: 18.6.2, 18.5.4, 18.4.6</title>
    <updated>2025-12-10T00:00:00+00:00</updated>
    <content>On December 10, 2025, we released versions 18.6.2, 18.5.4, 18.4.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-6-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-12-10T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/26189cd8646eb785</id>
    <title>GitLab Patch Release: 18.6.1, 18.5.3, 18.4.5</title>
    <updated>2025-11-26T00:00:00+00:00</updated>
    <content>On November 26, 2025, we released versions 18.6.1, 18.5.3, 18.4.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-6-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-11-26T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0ed3dfd4de90039e</id>
    <title>GitLab 18.6 release notes</title>
    <updated>2025-11-20T00:00:00+00:00</updated>
    <content>On November 20, 2025, GitLab 18.6 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Samaksh Agarwal Every developer using the GitLab Development Kit (GDK) benefits from Samaksh’s contribution to improve the readability of gdk status .
While this enhancement may appear simple on the surface, it demonstrates exceptional attention to
developer experience and understanding of </content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-6-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-11-20T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/681554d2532bdd12</id>
    <title>GitLab Patch Release: 18.5.2, 18.4.4, 18.3.6</title>
    <updated>2025-11-12T00:00:00+00:00</updated>
    <content>On November 12, 2025, we released versions 18.5.2, 18.4.4, 18.3.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-5-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-11-12T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/eeacba946dc6d998</id>
    <title>GitLab Patch Release: 18.5.1, 18.4.3, 18.3.5</title>
    <updated>2025-10-22T00:00:00+00:00</updated>
    <content>On October 22, 2025, we released versions 18.5.1, 18.4.3, 18.3.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch </content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-5-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-10-22T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/a45189ba2e6d279d</id>
    <title>GitLab 18.5 release notes</title>
    <updated>2025-10-16T00:00:00+00:00</updated>
    <content>On October 16, 2025, GitLab 18.5 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Jose Gabriel Companioni Benitez In his blog post “How GitLab Can Boost Your Professional Career” ,
Jose shares: “For me, the main advantage that GitLab offers, from a professional development
point of view, is that it is open source.” He adds, “For GitLab, it’s important
that anyone can cont</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-5-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-10-16T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/c96cde6f4b64877e</id>
    <title>GitLab Patch Release: 18.4.2, 18.3.4, 18.2.8</title>
    <updated>2025-10-08T00:00:00+00:00</updated>
    <content>On October 8, 2025, we released versions 18.4.2, 18.3.4, 18.2.8 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-4-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-10-08T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/792112d09a999d81</id>
    <title>GitLab Patch Release: 18.4.1, 18.3.3, 18.2.7</title>
    <updated>2025-09-25T00:00:00+00:00</updated>
    <content>On September 25, 2025, we released versions 18.4.1, 18.3.3, 18.2.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patc</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-4-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-09-25T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/54d6e0ef4000751a</id>
    <title>GitLab 18.4 release notes</title>
    <updated>2025-09-18T00:00:00+00:00</updated>
    <content>On September 18, 2025, GitLab 18.4 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Patrick Rice Patrick Rice continues his exceptional dedication to GitLab’s open source community as contributor, maintainer,
and mentor.
A top 5 contributor over the past year, Patrick maintains the GitLab Terraform Provider and client-go projects,
handling feature additions, releases, iss</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-4-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-09-18T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/dcf94d2732df0f92</id>
    <title>GitLab Patch Release: 18.3.2, 18.2.6, 18.1.6</title>
    <updated>2025-09-10T00:00:00+00:00</updated>
    <content>On September 10, 2025, we released versions 18.3.2, 18.2.6, 18.1.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patc</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-3-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-09-10T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/738131bf31558bb1</id>
    <title>GitLab Patch Release: 18.3.1, 18.2.5, 18.1.5</title>
    <updated>2025-08-27T00:00:00+00:00</updated>
    <content>On August 27, 2025, we released versions 18.3.1, 18.2.5, 18.1.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-3-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-08-27T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f1e75cfbee9d3a96</id>
    <title>GitLab 18.3 release notes</title>
    <updated>2025-08-21T00:00:00+00:00</updated>
    <content>On August 21, 2025, GitLab 18.3 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Ahmed Kashkoush For 18.3, we’re excited to recognize Ahmed Kashkoush as our
Notable Contributor! Ahmed has been a standout contributor to the GitLab Web IDE through his Google Summer of Code participation this summer.
He has consistently delivered essential Git operations, directly addressing</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-3-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-08-21T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0f3b92159849a07c</id>
    <title>GitLab Patch Release: 18.2.4</title>
    <updated>2025-08-18T00:00:00+00:00</updated>
    <content>On August 18, 2025, we released versions 18.2.4 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 18.2.4 Build with Go 1.24.5 Update golang-fips/go Update gitlab-shell to v14.44.0 Backport “Use projectRootPath to compose breadcrumb links” Backport “Add custom encoding for repository path for commit data” Backport ‘Fixes reviewer drawe</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-2-4-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-08-18T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/44f128818fa7f799</id>
    <title>GitLab Patch Release: 17.11.7</title>
    <updated>2025-08-15T00:00:00+00:00</updated>
    <content>On August 15, 2025, we released version 17.11.7 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 17.11.7 Backport ‘Replace test-on-gdk with test-on-cng in backport mr pipelines’ Quarantine failing DORA Metrics dashboard tests (target single context) Backport of “Ensure docs hugo_build CI job uses docs-gitlab-com stable branches” Back</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-11-7-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-08-15T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/44f685b8fea7249a</id>
    <title>GitLab Patch Release: 18.2.2, 18.1.4, 18.0.6</title>
    <updated>2025-08-13T00:00:00+00:00</updated>
    <content>On August 13, 2025, we released versions 18.2.2, 18.1.4, 18.0.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-2-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-08-13T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/9f591f05cb3e55fb</id>
    <title>GitLab Patch Release: 18.2.1, 18.1.3, 18.0.5</title>
    <updated>2025-07-23T00:00:00+00:00</updated>
    <content>On July 23, 2025, we released versions 18.2.1, 18.1.3, 18.0.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch rel</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-2-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-07-23T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5eceabffbef0e4d0</id>
    <title>GitLab 18.2 release notes</title>
    <updated>2025-07-17T00:00:00+00:00</updated>
    <content>On July 17, 2025, GitLab 18.2 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Markus Siebert Markus Siebert , a Platform Engineer at DB Systel GmbH, is leading the community effort to bring native AWS Secrets Manager support to GitLab CI/CD, addressing a critical enterprise need for secure secret management in pipelines. With an impressive 172 documented activities in ju</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-2-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-07-17T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/523087001796e4fd</id>
    <title>GitLab Patch Release: 18.1.2, 18.0.4, 17.11.6</title>
    <updated>2025-07-09T00:00:00+00:00</updated>
    <content>On July 9, 2025, we released versions 18.1.2, 18.0.4, 17.11.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch rel</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-1-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-07-09T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/6cd348d36ac8627f</id>
    <title>GitLab Patch Release: 18.1.1, 18.0.3, 17.11.5</title>
    <updated>2025-06-25T00:00:00+00:00</updated>
    <content>On June 25, 2025, we released versions 18.1.1, 18.0.3, 17.11.5 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-1-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-06-25T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/bde71617aff6f2dc</id>
    <title>GitLab 18.1 release notes</title>
    <updated>2025-06-19T00:00:00+00:00</updated>
    <content>On June 19, 2025, GitLab 18.1 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Chaitanya Sonwane Chaitanya Sonwane drives GitLab’s security capabilities through consistent authentication
improvements. With 13 merged contributions in 2025 , his work enhanced credential inventory filtering, service account management, and work items usability.
He previously delivered a key </content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-1-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-06-19T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/2797127b55a905bc</id>
    <title>GitLab Patch Release: 18.0.2, 17.11.4, 17.10.8</title>
    <updated>2025-06-11T00:00:00+00:00</updated>
    <content>On June 11, 2025, we released versions 18.0.2, 17.11.4, 17.10.8 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-0-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-06-11T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f441404b5f4355c2</id>
    <title>GitLab Patch Release: 18.0.1, 17.11.3, 17.10.7</title>
    <updated>2025-05-21T00:00:00+00:00</updated>
    <content>On May 21, 2025, we released versions 18.0.1, 17.11.3, 17.10.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-18-0-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-05-21T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5eba4ff3eabb2508</id>
    <title>GitLab 18.0 release notes</title>
    <updated>2025-05-15T00:00:00+00:00</updated>
    <content>On May 15, 2025, GitLab 18.0 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Michael Hofer Michael Hofer champions GitLab’s open source mission as both a top contributor and community leader.
With over 50 contributions this year,
his work strengthened GitLab’s Geo features and Secrets Manager, based on OpenBao.
He topped the April Hackathon while supporting fellow contri</content>
    <link href="https://docs.gitlab.com/releases/18/gitlab-18-0-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-05-15T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/2f4e8ab02e46ba08</id>
    <title>GitLab Patch Release: 17.11.2, 17.10.6, 17.9.8</title>
    <updated>2025-05-07T00:00:00+00:00</updated>
    <content>On May 7, 2025, we released versions 17.11.2, 17.10.6, 17.9.8 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch rel</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-11-2-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-05-07T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/97c8162a228e515a</id>
    <title>GitLab Patch Release: 17.11.1, 17.10.5, 17.9.7</title>
    <updated>2025-04-23T00:00:00+00:00</updated>
    <content>On April 23, 2025, we released versions 17.11.1, 17.10.5, 17.9.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch </content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-11-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-04-23T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/03f03b23c885f686</id>
    <title>GitLab 17.11 release notes</title>
    <updated>2025-04-17T00:00:00+00:00</updated>
    <content>On April 17, 2025, GitLab 17.11 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Heidi Berry For 17.11, we’re delighted to recognize Heidi Berry as our Notable Contributor! Heidi has been a standout contributor to the GitLab Terraform Provider and client-go projects. Over the past several releases, she has consistently delivered highly requested features including the abi</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-11-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-04-17T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/983e67caacba739e</id>
    <title>GitLab Patch Release: 17.10.4, 17.9.6, 17.8.7</title>
    <updated>2025-04-09T00:00:00+00:00</updated>
    <content>On April 9, 2025, we released versions 17.10.4, 17.9.6, 17.8.7 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch re</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-10-4-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-04-09T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b1d0dfa0cba7e467</id>
    <title>GitLab Patch Release: 17.9.5</title>
    <updated>2025-04-02T00:00:00+00:00</updated>
    <content>On April 2, 2025, we released versions 17.9.5 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 17.9.5 CI: Use gcr mirror in DinD (17.9 Backport) No-op ci_runner_machines_687967fa8a batched migrations - 17.9 backport Ensure runner taggings are copied from taggings Backport fix in libarchive for CI CI: Use gcr mirror for DinD (17.9 Bac</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-9-5-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-04-02T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/d8bc7c084e6dd165</id>
    <title>GitLab Patch Release: 17.10.3</title>
    <updated>2025-04-02T00:00:00+00:00</updated>
    <content>On April 2, 2025, we released versions 17.10.3 for GitLab Community Edition and Enterprise Edition. These versions resolve a number of regressions and bugs. This patch release does not include any security fixes. GitLab Community Edition and Enterprise Edition 17.10.3 CI: Use gcr mirror in DinD (17.10 Backport) No-op ci_runner_machines_687967fa8a batched migrations - 17.10 backport Ensure runner taggings are copied from taggings Fix free push limit on non-saas Backport fix in libarchive for CI C</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-10-3-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-04-02T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/dccf42ef926d9a19</id>
    <title>GitLab Patch Release: 17.10.1, 17.9.3, 17.8.6</title>
    <updated>2025-03-26T00:00:00+00:00</updated>
    <content>On March 26, 2025, we released versions 17.10.1, 17.9.3, 17.8.6 for GitLab Community Edition (CE) and Enterprise Edition (EE). These versions contain important bug and security fixes, and we strongly recommend that all self-managed GitLab installations be upgraded to
one of these versions immediately. GitLab.com is already running the patched version. GitLab Dedicated customers do not need to take action. GitLab releases fixes for vulnerabilities in patch releases. There are two types of patch r</content>
    <link href="https://docs.gitlab.com/releases/patches/patch-release-gitlab-17-10-1-released/" rel="alternate"/>
    <category term="GitLab Patch Releases" label="GitLab Patch Releases"/>
    <published>2025-03-26T00:00:00+00:00</published>
    <dc:creator>GitLab Patch Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/c03a4fcfa34914d5</id>
    <title>GitLab 17.10 release notes</title>
    <updated>2025-03-20T00:00:00+00:00</updated>
    <content>On March 20, 2025, GitLab 17.10 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Alexey Butkeev Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Alexey Butkeev is a valued community contributor whose contributions enhance our global reach and user experience. His impactful localization and trans</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-10-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-03-20T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/be011d938935728c</id>
    <title>GitLab 17.9 release notes</title>
    <updated>2025-02-20T00:00:00+00:00</updated>
    <content>On February 20, 2025, GitLab 17.9 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor We’re excited to recognize Salihu Dickson as our MVP for his outstanding contributions to developing Comments on Wiki pages , a highly-requested feature that gathered over 200 positive reactions from the community! His dedication spanned over six months, delivering an implementation of wiki </content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-9-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-02-20T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5cf31068b7c7c840</id>
    <title>GitLab 17.8 release notes</title>
    <updated>2025-01-16T00:00:00+00:00</updated>
    <content>On January 16, 2025, GitLab 17.8 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Through the Co-Create Program, Océane Legrand has been leading efforts to enhance the Conan package registry feature set, collaborating with Juan Pablo Gonzalez.
Thei</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-8-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2025-01-16T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/950e7a4a9adecb00</id>
    <title>New event triggers for flows and external agents</title>
    <updated>2024-12-27T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/releases/19/gitlab-19-1-released/#new-event-triggers-for-flows-and-external-agents" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-12-27T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/2d4cc0a9edc1316a</id>
    <title>Integrate third-party scanner results with GitLab (GA)</title>
    <updated>2024-12-25T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/detect/sarif/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-12-25T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/688fbb4670526ec2</id>
    <title>GitLab 17.7 release notes</title>
    <updated>2024-12-19T00:00:00+00:00</updated>
    <content>On December 19, 2024, GitLab 17.7 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Vedant Jain Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Vedant has been an outstanding community contributor, known for his proactive approach to contributing, his commitment to delivering, and his collaborat</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-7-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-12-19T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/187a2eca454d816b</id>
    <title>Improved secret detection coverage for feature branch pipelines (GA)</title>
    <updated>2024-11-25T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/secret_detection/pipeline/#coverage" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-11-25T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/0b8ac433ee7f8f88</id>
    <title>GitLab 17.6 release notes</title>
    <updated>2024-11-21T00:00:00+00:00</updated>
    <content>On November 21, 2024, GitLab 17.6 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Joel Gerber Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Joel was recognized for being an invaluable contributor to our CI components, offering insightful feedback on merge requests,
and thoughtful comments on</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-6-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-11-21T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b6ab04d51474bc66</id>
    <title>GitLab 17.5 release notes</title>
    <updated>2024-10-17T00:00:00+00:00</updated>
    <content>On October 17, 2024, GitLab 17.5 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Jim Ender Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Jim was recognized for leading an effort to close nearly 100 backlog issues on GitLab.
He is active in many of our weekly community pairing sessions that d</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-5-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-10-17T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/35fbbd819cb6ac34</id>
    <title>Generic secret detection (GA)</title>
    <updated>2024-10-15T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/secret_detection/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-10-15T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b9684b7f39ef9cfa</id>
    <title>GitLab 17.4 release notes</title>
    <updated>2024-09-19T00:00:00+00:00</updated>
    <content>On September 19, 2024, GitLab 17.4 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Archish Thakkar Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Archish Thakkar is one of GitLab’s top contributors this year with 46 closed issues and 119 merged MRs . These contributions have helped Archish ea</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-4-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-09-19T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7fa8ee01398f56f0</id>
    <title>GitLab 17.3 release notes</title>
    <updated>2024-08-15T00:00:00+00:00</updated>
    <content>On August 15, 2024, GitLab 17.3 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Anton Kalmykov Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Anton Kalmykov is one of GitLab’s top contributors this year with 37 merged contributions since February and more in progress.
Anton is a Senior Fronte</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-3-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-08-15T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/d1087a9763af776a</id>
    <title>Secret false positive detection with GitLab Duo (GA)</title>
    <updated>2024-07-27T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/application_security/vulnerabilities/secret_false_positive_detection/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-07-27T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/4e6f816a72d75e38</id>
    <title>GitLab 17.2 release notes</title>
    <updated>2024-07-18T00:00:00+00:00</updated>
    <content>On July 18, 2024, GitLab 17.2 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Phawin Khongkhasawan Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Phawin Khongkhasawan is a Tech Lead at Jitta and started contributing
to GitLab in February of 2024.
In just a few months, Phawin has merged over 2</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-2-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-07-18T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/006a67ba41cc6636</id>
    <title>GitLab 17.1 release notes</title>
    <updated>2024-06-20T00:00:00+00:00</updated>
    <content>On June 20, 2024, GitLab 17.1 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination! 🙌 Shubham Kumar completed 7 issues during 17.1 and has been consistently contributing to GitLab since 2021.
He has now reached over 50 merged contributions!
Shubham is a G</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-1-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-06-20T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/cba3b04c07950794</id>
    <title>Stacked merge requests in the UI (GA)</title>
    <updated>2024-05-29T00:00:00+00:00</updated>
    <content>Code</content>
    <link href="https://docs.gitlab.com/user/project/merge_requests/reviews/stacked_merge_requests/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-05-29T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/46562fb4aedfad20</id>
    <title>GitLab 17.0 release notes</title>
    <updated>2024-05-16T00:00:00+00:00</updated>
    <content>On May 16, 2024, GitLab 17.0 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Everyone can nominate GitLab’s community contributors !
Show your support for our active candidates or add a new nomination 🙌 Niklas van Schrick now has the hat trick with three MVPs and has become one of GitLab’s most consistent contributors with at least one merge request per milestone since Gi</content>
    <link href="https://docs.gitlab.com/releases/17/gitlab-17-0-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-05-16T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7994c65554cdd76e</id>
    <title>GitLab 16.11 release notes</title>
    <updated>2024-04-18T00:00:00+00:00</updated>
    <content>On April 18, 2024, GitLab 16.11 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Ivan Shtyrliaiev has made half a dozen contributions to GitLab so far in 2024.
He was nominated by Hannah Sutor , Principal Product Manager at GitLab, who highlighted his contribution to improve the Users list search and filter experience . “This is a huge user experience improvement that help</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-11-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-04-18T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/65a0b814d186e014</id>
    <title>Security Review Flow (Beta)</title>
    <updated>2024-04-02T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/flows/foundational_flows/security_review/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-04-02T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/2b86abdde73bfb02</id>
    <title>GitLab 16.10 release notes</title>
    <updated>2024-03-21T00:00:00+00:00</updated>
    <content>On March 21, 2024, GitLab 16.10 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Lennard Sprong previously won the GitLab MVP award in 15.4 and
was also nominated in 16.9.
He continues to provide contributions to GitLab Workflow for VS Code, merging 8 contributions
in the past two months.
Some of his past contributions include the ability to watch the trace of running CI j</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-10-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-03-21T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/bcb093baaf092d3f</id>
    <title>Git operation audit events for all actor types</title>
    <updated>2024-02-26T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/administration/compliance/audit_event_reports/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-02-26T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/b01993b95bcf374c</id>
    <title>GitLab 16.9 release notes</title>
    <updated>2024-02-15T00:00:00+00:00</updated>
    <content>On February 15, 2024, GitLab 16.9 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Ravi is actively working with GitLab’s Vulnerability Research group
to address high false-positive results in GitLab SAST. Ravi was nominated by Rohan Shah , Customer Success Manager at GitLab, who noted
Ravi’s significant improvements to the detection rules used in GitLab SAST. Dinesh Bolke</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-9-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-02-15T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/a0b0cb39ec31ffa5</id>
    <title>Tool approval guardrails for GitLab Duo agents</title>
    <updated>2024-02-12T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/agents/tool-governance/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-02-12T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/1b1c5a6df613e797</id>
    <title>GPT models for Code Review Flow (GA)</title>
    <updated>2024-02-10T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/model_selection/#supported-models" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-02-10T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7ed0014f4798dd49</id>
    <title>Security Manager role (GA)</title>
    <updated>2024-01-29T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/permissions/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2024-01-29T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/8a267631ad10bf39</id>
    <title>GitLab 16.8 release notes</title>
    <updated>2024-01-18T00:00:00+00:00</updated>
    <content>On January 18, 2024, GitLab 16.8 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Ted has made significant contributions removing old and unused code from our helper files and addressing other maintenance tasks.
He was nominated by Kerri Miller , Staff Engineer at GitLab, who said,
“It’s not always glamorous work, but it’s important work”. Ted is a freelance software engin</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-8-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2024-01-18T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/edfd3d1c93c3532c</id>
    <title>What’s new in GitLab Stay updated with our latest features and improvements. Read the latest</title>
    <updated>2024-01-04T00:00:00+00:00</updated>
    <content>Stay updated with our latest features and improvements.</content>
    <link href="https://about.gitlab.com/whats-new/" rel="alternate"/>
    <category term="GitLab Press" label="GitLab Press"/>
    <published>2024-01-04T00:00:00+00:00</published>
    <dc:creator>GitLab Press</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/7d6fd5c7ba5690e4</id>
    <title>Model selection allowlist (Beta)</title>
    <updated>2023-12-21T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/model_selection/#select-a-model-for-agentic-chat" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-12-21T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/bb5bf1947729c7f8</id>
    <title>GitLab 16.7 release notes</title>
    <updated>2023-12-21T00:00:00+00:00</updated>
    <content>On December 21, 2023, GitLab 16.7 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor As we continue to focus on growing our wider community, we are incredibly happy to see both MVPs nominated by members of the Core team . Muhammed was nominated for adding support for specifying platform when using Docker images with GitLab Runner .
This contribution took 9 months of collabor</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-7-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-12-21T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/91bece43f30b59c0</id>
    <title>Scheduled pipeline execution policies (Beta)</title>
    <updated>2023-11-20T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/policies/scheduled_pipeline_execution_policies/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-11-20T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/756acf3d4673441e</id>
    <title>GitLab 16.6 release notes</title>
    <updated>2023-11-16T00:00:00+00:00</updated>
    <content>On November 16, 2023, GitLab 16.6 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Joe Snyder Joe Snyder was awarded GitLab’s 16.6 MVP for consistent contributions across GitLab, including
recent merge requests to allow admins to filter runners by version . Joe was nominated by Miguel Rincon , Staff Frontend Engineer at GitLab.
Miguel recognized Joe’s efforts through seve</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-6-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-11-16T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/88a76beede78fd59</id>
    <title>GitLab 16.5 release notes</title>
    <updated>2023-10-22T00:00:00+00:00</updated>
    <content>On October 22, 2023, GitLab 16.5 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Thorben Westerhuys Thorben was recognized for ongoing work on his merge request to add a user preference to show
times in 24-hour format .
This feature is planned for 16.6 and will give users the choice between 12-hour and 24-hour time formats. Magdalena Frankiewicz, Product Manager at GitLa</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-5-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-10-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f502bdcd649c4161</id>
    <title>Disable built-in project templates</title>
    <updated>2023-10-10T00:00:00+00:00</updated>
    <content>Manage</content>
    <link href="https://docs.gitlab.com/administration/project_templates/#built-in-project-templates" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-10-10T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/286019b1262a3100</id>
    <title>Fine-grained Personal Access Tokens (GA)</title>
    <updated>2023-10-05T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/auth/tokens/fine_grained_access_tokens/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-10-05T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/aafe11c855633f09</id>
    <title>GitLab 16.4 release notes</title>
    <updated>2023-09-22T00:00:00+00:00</updated>
    <content>On September 22, 2023, GitLab 16.4 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Kik Kik has been instrumental in designing and beginning the implementation of ActivityPub support
in GitLab. His original deeply detailed architecture plan has been embraced by our product team
and now lives as an epic in the GitLab project.
The first MR implementing this code was
recentl</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-4-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-09-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/1af6b01c8f2b8508</id>
    <title>Stream AI audit events to external destinations (Beta)</title>
    <updated>2023-09-20T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/administration/compliance/audit_event_streaming/#ai-audit-event-streaming" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-09-20T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/492f88c793b46c6f</id>
    <title>Custom and external AI feature controls (GA)</title>
    <updated>2023-09-03T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-09-03T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f5ce68a207d578a8</id>
    <title>GitLab 16.3 release notes</title>
    <updated>2023-08-22T00:00:00+00:00</updated>
    <content>On August 22, 2023, GitLab 16.3 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Thomas Spear Thomas has contributed 15 merge requests to the GitLab agent for Kubernetes Helm chart in the last month! Thomas made the chart more mature in terms of security and observability,
made it simpler to troubleshoot issues with agentk, and improved the CI/CD pipeline to check for bre</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-3-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-08-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/de5eb7b7cbe497e4</id>
    <title>Support Assistant (Beta)</title>
    <updated>2023-07-26T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/agents/foundational_agents/support_assistant/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-07-26T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/5170ba7b7b78ec95</id>
    <title>Custom flows YAML validation (GA)</title>
    <updated>2023-07-23T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/flows/custom/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-07-23T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/cab22e3227d278ce</id>
    <title>GitLab 16.2 release notes</title>
    <updated>2023-07-22T00:00:00+00:00</updated>
    <content>On July 22, 2023, GitLab 16.2 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Xing Xin was recognized for a recent merge request to use quarantined repo for conflict detection . Karthik Nayak, a Sr. Backend Engineer at GitLab, noted: “Using quarantined repositories allows for avoiding stale objects in git repositories if an operation fails midway. Xing was able to recogni</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-2-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-07-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/692eaca9e2cfb46f</id>
    <title>Inline blame in the blob viewer (GA)</title>
    <updated>2023-07-09T00:00:00+00:00</updated>
    <content>Code</content>
    <link href="https://docs.gitlab.com/user/project/repository/files/git_blame/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-07-09T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/8e8046a8f624fdea</id>
    <title>GitLab 16.1 release notes</title>
    <updated>2023-06-22T00:00:00+00:00</updated>
    <content>On June 22, 2023, GitLab 16.1 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor Gerardo has been consistently iterating over multiple releases to deliver
the REST API endpoints for job token scope .
Iteration is one of our core values at GitLab, and Gerardo has exemplified that with his multiple contributions to deliver the feature. Due to the change in default CI_JOB_TOKEN</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-1-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-06-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/bc2ae6db6c8d1b38</id>
    <title>Group-level custom instructions for Duo Code Review</title>
    <updated>2023-06-09T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/project/merge_requests/duo_in_merge_requests/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-06-09T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/a9f1ae5703c88327</id>
    <title>Fix CI/CD Pipeline Flow suggests targeted fixes</title>
    <updated>2023-06-06T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/duo_agent_platform/flows/foundational_flows/fix_pipeline/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-06-06T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/4e527d41bc0e9762</id>
    <title>Custom lifetime for OAuth access tokens (GA)</title>
    <updated>2023-05-26T00:00:00+00:00</updated>
    <content>Manage</content>
    <link href="https://docs.gitlab.com/administration/settings/account_and_limit_settings/#limit-the-lifetime-of-oauth-access-tokens" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-05-26T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/78f2631484914d3b</id>
    <title>GitLab 16.0 release notes</title>
    <updated>2023-05-22T00:00:00+00:00</updated>
    <content>On May 22, 2023, GitLab 16.0 was released with the following features. In addition, we want to thank all of our contributors, including this month’s notable contributor. This month’s Notable Contributor: Jimmy Berry Jimmy improved the merge request security widget by correcting which merge base is used for comparing branches on completed pipelines in the merge request.
Previously, the merge request security widget was comparing the most recent security scan of a completed pipeline on the main br</content>
    <link href="https://docs.gitlab.com/releases/16/gitlab-16-0-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>2023-05-22T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/8de3736fb684760b</id>
    <title>Compliance framework templates (Beta)</title>
    <updated>2023-05-16T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/compliance/compliance_frameworks/#create-a-compliance-framework-from-a-template" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-05-16T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/6722766587bd08c8</id>
    <title>Pattern-based tool approval for Agentic Chat (Beta)</title>
    <updated>2023-04-27T00:00:00+00:00</updated>
    <content>AI</content>
    <link href="https://docs.gitlab.com/user/gitlab_duo_chat/agentic_chat/#approve-tools-in-your-local-environment" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-04-27T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/cd854d9c8d15cbc5</id>
    <title>Close coverage gaps with the Scanner Enablement Wizard (GA)</title>
    <updated>2023-04-07T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/configuration/scanner_enablement_wizard/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-04-07T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/997d9ac80eeb9b62</id>
    <title>Automate assigning Code Owners as reviewers (GA)</title>
    <updated>2023-03-18T00:00:00+00:00</updated>
    <content>Code</content>
    <link href="https://docs.gitlab.com/user/project/merge_requests/reviews/automatic_reviewer_assignment/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-03-18T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/f62eff2ac12e4375</id>
    <title>GitLab Dependency Scanning Auto-Remediation (Beta)</title>
    <updated>2023-01-05T00:00:00+00:00</updated>
    <content>Secure</content>
    <link href="https://docs.gitlab.com/user/application_security/remediate/dependency_scanning_auto_remediation/" rel="alternate"/>
    <category term="GitLab What's New" label="GitLab What's New"/>
    <published>2023-01-05T00:00:00+00:00</published>
    <dc:creator>GitLab What's New</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/a57792a5e528568a</id>
    <title>GitLab 19.3 (not yet released)</title>
    <updated>0001-01-01T00:00:00+00:00</updated>
    <content>The following features are being delivered for GitLab 19.3.
These features are now available on GitLab.com.</content>
    <link href="https://docs.gitlab.com/releases/19/gitlab-19-3-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>0001-01-01T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
  <entry>
    <id>tag:trvny.github.io,2024:feedseek/gitlab/64b1860e7707ef87</id>
    <title>GitLab 19.2 - not yet released</title>
    <updated>0001-01-01T00:00:00+00:00</updated>
    <content>The following features are being delivered for GitLab 19.2.
These features are now available on GitLab.com.</content>
    <link href="https://docs.gitlab.com/releases/19/gitlab-19-2-released/" rel="alternate"/>
    <category term="GitLab Releases" label="GitLab Releases"/>
    <published>0001-01-01T00:00:00+00:00</published>
    <dc:creator>GitLab Releases</dc:creator>
  </entry>
</feed>
