Skip to content

Commit 0d811ac

Browse files
committed
chore: rename github.com/gardener/landscaper to github.com/openmcp-project/landscaper
1 parent 62b1423 commit 0d811ac

File tree

524 files changed

+3133
-3133
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

524 files changed

+3133
-3133
lines changed

.ci/component_descriptor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo "create dummy component descriptor BEGIN"
1010

1111
SOURCE_PATH="$(dirname $0)/.."
1212
VERSION="$(${SOURCE_PATH}/hack/get-version.sh)"
13-
REPO_CTX="europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper"
13+
REPO_CTX="ghcr.io/openmcp-project"
1414
COMPONENT_DESCRIPTOR_DIR="${SOURCE_PATH}/../${COMPONENT_DESCRIPTOR_DIR}"
1515

1616
VERSION="${VERSION}-dummy" REPO_CTX="${REPO_CTX}" COMPONENT_DESCRIPTOR_DIR="${COMPONENT_DESCRIPTOR_DIR}" python ${SOURCE_PATH}/hack/create-dummy-cd.py

.ci/next_version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
1818
VERSION=$(cat ${PROJECT_ROOT}/VERSION)
1919

2020
# 0,/)/ only replaces the first ocurrence until the first dep block with ')' is reached
21-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/apis .*@github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000@}" \
21+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/apis .*@github.com/openmcp-project/landscaper/apis v0.0.0-00010101000000-000000000000@}" \
2222
${PROJECT_ROOT}/go.mod
2323

24-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/controller-utils .*@github.com/gardener/landscaper/controller-utils v0.0.0-00010101000000-000000000000@}" \
24+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/controller-utils .*@github.com/openmcp-project/landscaper/controller-utils v0.0.0-00010101000000-000000000000@}" \
2525
${PROJECT_ROOT}/go.mod
2626

27-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/apis .*@github.com/gardener/landscaper/apis v0.0.0-00010101000000-000000000000@}" \
27+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/apis .*@github.com/openmcp-project/landscaper/apis v0.0.0-00010101000000-000000000000@}" \
2828
${PROJECT_ROOT}/controller-utils/go.mod
2929

3030
(

.ci/release

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ echo "Landscaper release: updating go.mod files"
2020
VERSION=$(cat ${PROJECT_ROOT}/VERSION)
2121

2222
# 0,/)/ only replaces the first ocurrence until the first dep block with ')' is reached
23-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/apis .*@github.com/gardener/landscaper/apis ${VERSION}@}" \
23+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/apis .*@github.com/openmcp-project/landscaper/apis ${VERSION}@}" \
2424
${PROJECT_ROOT}/go.mod
2525

26-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/controller-utils .*@github.com/gardener/landscaper/controller-utils ${VERSION}@}" \
26+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/controller-utils .*@github.com/openmcp-project/landscaper/controller-utils ${VERSION}@}" \
2727
${PROJECT_ROOT}/go.mod
2828

29-
sed -i -e "0,/)/{[email protected]/gardener/landscaper/apis .*@github.com/gardener/landscaper/apis ${VERSION}@}" \
29+
sed -i -e "0,/)/{[email protected]/openmcp-project/landscaper/apis .*@github.com/gardener/openmcp-project/apis ${VERSION}@}" \
3030
${PROJECT_ROOT}/controller-utils/go.mod
3131

3232
echo "Landscaper release: starting revendor"

.github/workflows/ci.yaml

Whitespace-only changes.

.landscaper/components.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
components:
2-
- name: github.com/gardener/landscaper/helm-deployer
2+
- name: github.com/openmcp-project/landscaper/helm-deployer
33
version: ${VERSION}
44
provider:
55
name: ${PROVIDER}
@@ -10,7 +10,7 @@ components:
1010
access:
1111
type: github
1212
commit: ${COMMIT_SHA}
13-
repoUrl: github.com/gardener/landscaper
13+
repoUrl: github.com/openmcp-project/landscaper
1414
resources:
1515
- name: helm-deployer-blueprint
1616
type: landscaper.gardener.cloud/blueprint
@@ -34,7 +34,7 @@ components:
3434
- helm-deployer-controller:${VERSION}-linux-arm64
3535
repository: images/helm-deployer-controller
3636

37-
- name: github.com/gardener/landscaper/manifest-deployer
37+
- name: github.com/openmcp-project/landscaper/manifest-deployer
3838
version: ${VERSION}
3939
provider:
4040
name: ${PROVIDER}
@@ -45,7 +45,7 @@ components:
4545
access:
4646
type: github
4747
commit: ${COMMIT_SHA}
48-
repoUrl: github.com/gardener/landscaper
48+
repoUrl: github.com/openmcp-project/landscaper
4949
resources:
5050
- name: manifest-deployer-blueprint
5151
type: landscaper.gardener.cloud/blueprint
@@ -69,7 +69,7 @@ components:
6969
- manifest-deployer-controller:${VERSION}-linux-arm64
7070
repository: images/manifest-deployer-controller
7171

72-
- name: github.com/gardener/landscaper/container-deployer
72+
- name: github.com/openmcp-project/landscaper/container-deployer
7373
version: ${VERSION}
7474
provider:
7575
name: ${PROVIDER}
@@ -80,7 +80,7 @@ components:
8080
access:
8181
type: github
8282
commit: ${COMMIT_SHA}
83-
repoUrl: github.com/gardener/landscaper
83+
repoUrl: github.com/openmcp-project/landscaper
8484
resources:
8585
- name: container-deployer-blueprint
8686
type: landscaper.gardener.cloud/blueprint
@@ -120,7 +120,7 @@ components:
120120
- container-deployer-wait:${VERSION}-linux-arm64
121121
repository: images/container-deployer-wait
122122

123-
- name: github.com/gardener/landscaper/mock-deployer
123+
- name: github.com/openmcp-project/landscaper/mock-deployer
124124
version: ${VERSION}
125125
provider:
126126
name: ${PROVIDER}
@@ -131,7 +131,7 @@ components:
131131
access:
132132
type: github
133133
commit: ${COMMIT_SHA}
134-
repoUrl: github.com/gardener/landscaper
134+
repoUrl: github.com/openmcp-project/landscaper
135135
resources:
136136
- name: mock-deployer-blueprint
137137
type: landscaper.gardener.cloud/blueprint
@@ -155,7 +155,7 @@ components:
155155
- mock-deployer-controller:${VERSION}-linux-arm64
156156
repository: images/mock-deployer-controller
157157

158-
- name: github.com/gardener/landscaper
158+
- name: github.com/openmcp-project/landscaper
159159
version: ${VERSION}
160160
provider:
161161
name: ${PROVIDER}
@@ -165,19 +165,19 @@ components:
165165
access:
166166
type: github
167167
commit: ${COMMIT_SHA}
168-
repoUrl: github.com/gardener/landscaper
168+
repoUrl: github.com/openmcp-project/landscaper
169169
componentReferences:
170170
- name: helm-deployer
171-
componentName: github.com/gardener/landscaper/helm-deployer
171+
componentName: github.com/openmcp-project/landscaper/helm-deployer
172172
version: ${VERSION}
173173
- name: manifest-deployer
174-
componentName: github.com/gardener/landscaper/manifest-deployer
174+
componentName: github.com/openmcp-project/landscaper/manifest-deployer
175175
version: ${VERSION}
176176
- name: container-deployer
177-
componentName: github.com/gardener/landscaper/container-deployer
177+
componentName: github.com/openmcp-project/landscaper/container-deployer
178178
version: ${VERSION}
179179
- name: mock-deployer
180-
componentName: github.com/gardener/landscaper/mock-deployer
180+
componentName: github.com/openmcp-project/landscaper/mock-deployer
181181
version: ${VERSION}
182182
resources:
183183
- name: landscaper-chart

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ EFFECTIVE_VERSION := $(shell $(REPO_ROOT)/hack/get-
1111
BUILD_OS := "linux"
1212
BUILD_ARCH := "amd64"
1313

14-
REGISTRY := europe-docker.pkg.dev/sap-gcp-cp-k8s-stable-hub/landscaper
14+
REGISTRY := ghcr.io/openmcp-project
1515
DOCKER_BUILDER_NAME := "ls-multiarch"
1616

1717
DISABLE_CLEANUP := false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Landscaper
55

6-
[![REUSE status](https://api.reuse.software/badge/github.com/gardener/landscaper)](https://api.reuse.software/info/github.com/gardener/landscaper)
6+
[![REUSE status](https://api.reuse.software/badge/github.com/openmcp-project/landscaper)](https://api.reuse.software/info/github.com/openmcp-project/landscaper)
77
[![CI Build status](https://concourse.ci.gardener.cloud/api/v1/teams/landscaper/pipelines/landscaper-master/jobs/master-head-update-job/badge)](https://concourse.ci.gardener.cloud/teams/landscaper/pipelines/landscaper-master/jobs/master-head-update-job)
88
[![Go Report Card](https://goreportcard.com/badge/github.com/landscaper/landscaper)](https://goreportcard.com/report/github.com/landscaper/landscaper)
99

apis/config/install/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
"k8s.io/apimachinery/pkg/runtime"
99
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
1010

11-
"github.com/gardener/landscaper/apis/config"
12-
"github.com/gardener/landscaper/apis/config/v1alpha1"
11+
"github.com/openmcp-project/landscaper/apis/config"
12+
"github.com/openmcp-project/landscaper/apis/config/v1alpha1"
1313
)
1414

1515
var (

apis/config/types_landscaper_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
cdv2 "github.com/gardener/component-spec/bindings-go/apis/v2"
99
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010

11-
lscore "github.com/gardener/landscaper/apis/core"
11+
lscore "github.com/openmcp-project/landscaper/apis/core"
1212
)
1313

1414
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

apis/config/v1alpha1/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"k8s.io/apimachinery/pkg/runtime"
1212
"k8s.io/utils/ptr"
1313

14-
"github.com/gardener/landscaper/apis/core/v1alpha1"
14+
"github.com/openmcp-project/landscaper/apis/core/v1alpha1"
1515
)
1616

1717
func addDefaultingFuncs(scheme *runtime.Scheme) error {

0 commit comments

Comments
 (0)