Commit 7f04d35e authored by David Fernandez's avatar David Fernandez

Merge branch 'deprecate_gma_apps' into 'master'

Deprecate GMA apps that will be removed in 14.0

See merge request gitlab-org/gitlab!54162
parents ec0090a1 020bcf01
......@@ -2,6 +2,8 @@
module Clusters
module Applications
# DEPRECATED for removal in %14.0
# See https://gitlab.com/groups/gitlab-org/-/epics/4280
class CertManager < ApplicationRecord
VERSION = 'v0.10.1'
CRD_VERSION = '0.10'
......
......@@ -2,6 +2,8 @@
module Clusters
module Applications
# DEPRECATED for removal in %14.0
# See https://gitlab.com/groups/gitlab-org/-/epics/4280
class Crossplane < ApplicationRecord
VERSION = '0.4.1'
......
......@@ -2,6 +2,8 @@
module Clusters
module Applications
# DEPRECATED for removal in %14.0
# See https://gitlab.com/groups/gitlab-org/-/epics/4280
class Ingress < ApplicationRecord
VERSION = '1.40.2'
INGRESS_CONTAINER_NAME = 'nginx-ingress-controller'
......
......@@ -4,6 +4,8 @@ require 'securerandom'
module Clusters
module Applications
# DEPRECATED for removal in %14.0
# See https://gitlab.com/groups/gitlab-org/-/epics/4280
class Jupyter < ApplicationRecord
VERSION = '0.9.0'
......
......@@ -2,6 +2,8 @@
module Clusters
module Applications
# DEPRECATED for removal in %14.0
# See https://gitlab.com/groups/gitlab-org/-/epics/4280
class Knative < ApplicationRecord
VERSION = '0.10.0'
REPOSITORY = 'https://charts.gitlab.io'
......
---
title: Deprecate GitLab-managed (v1) apps that will be removed in 14.0
merge_request: 54162
author:
type: deprecated
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment