Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

alpha to beta #8808

Merged
merged 25 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9dd5751
fabric-gateway: Update to version master-297
k8s-on-aws-manager-app[bot] Jan 13, 2025
9c8374f
fabric-gateway: Update to version master-298
k8s-on-aws-manager-app[bot] Jan 14, 2025
abcf1c3
fabric-gateway: Update to version master-300
k8s-on-aws-manager-app[bot] Jan 20, 2025
86f7d24
skipper-internal: Update to version v0.21.254-1076
k8s-on-aws-manager-app[bot] Jan 20, 2025
f0efe03
skipper-internal: Update to version v0.21.255-1077
k8s-on-aws-manager-app[bot] Jan 20, 2025
12dbeee
skipper-internal: Update to version v0.21.256-1078
k8s-on-aws-manager-app[bot] Jan 20, 2025
9990581
skipper-internal: Update to version v0.21.257-1079
k8s-on-aws-manager-app[bot] Jan 21, 2025
0f32401
kube-metrics-adapter: Update to version kube-metrics-adapter-0.2.3-46…
k8s-on-aws-manager-app[bot] Jan 21, 2025
8480ae8
fabric: update crd
vlktna Jan 21, 2025
e759b94
.zappr.yaml: add vlktna
AlexanderYastrebov Jan 22, 2025
30f6bee
Merge pull request #8802 from zalando-incubator/zappr-add-vlktna
AlexanderYastrebov Jan 22, 2025
647b170
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
39592f6
Merge pull request #8801 from zalando-incubator/fabric/update-crd
vlktna Jan 22, 2025
520e882
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
83af013
Merge pull request #8759 from zalando-incubator/container-registry.za…
MustafaSaber Jan 22, 2025
18a917d
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
8b75983
Merge pull request #8791 from zalando-incubator/container-registry.za…
AlexanderYastrebov Jan 22, 2025
d6ad711
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
bc7814a
remove EoL g3 instances from e2e pool
demonCoder95 Jan 22, 2025
8e92258
Merge pull request #8805 from zalando-incubator/no-g3-e2e
mikkeloscar Jan 22, 2025
bca8e62
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
5f4fdd5
Merge pull request #8794 from zalando-incubator/container-registry.za…
demonCoder95 Jan 22, 2025
a6b7295
Merge dev to dev-to-alpha
k8s-on-aws-manager-app[bot] Jan 22, 2025
ad86047
Merge pull request #8803 from zalando-incubator/dev-to-alpha
mikkeloscar Jan 22, 2025
a421a1a
Merge alpha to alpha-to-beta
k8s-on-aws-manager-app[bot] Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .zappr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ approvals:
- zaklawrencea
- myaser
- demonCoder95
- RomanZavodskikh
- MustafaSaber
- vlktna

# mandatory pull request labels
pull-request:
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-296" }}
# {{ $image := "container-registry.zalando.net/gwproxy/fabric-gateway:master-300" }}
# {{ $version := index (split $image ":") 1 }}
apiVersion: apps/v1
kind: Deployment
Expand Down
4 changes: 4 additions & 0 deletions cluster/manifests/fabric-gateway/fabricgateway_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ spec:
description: |-
The name of the StackSet resource in the same namespace which
should be handling requests coming through FabricGateway
maxLength: 63
type: string
stackVersion:
description: |-
Expand Down Expand Up @@ -629,6 +630,9 @@ spec:
required:
- spec
type: object
x-kubernetes-validations:
- message: metadata.name may not be longer than 63, see https://fabric.docs.zalando.net/fabric-gateway-troubleshooting/#gateway-troubleshooting
rule: size(self.metadata.name) < 64
served: true
storage: true
subresources:
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/kube-metrics-adapter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
serviceAccountName: custom-metrics-apiserver
containers:
- name: kube-metrics-adapter
image: container-registry.zalando.net/teapot/kube-metrics-adapter:kube-metrics-adapter-0.2.3-45-g5800062
image: container-registry.zalando.net/teapot/kube-metrics-adapter:kube-metrics-adapter-0.2.3-46-ge580c5b
env:
- name: AWS_REGION
value: {{ .Cluster.Region }}
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/skipper/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{/* image-updater-bot detects *image variables so use print to disable it for main image */}}

{{ $main_image := print "container-registry.zalando.net/teapot/skipper-internal:" "v0.21.247-1070" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.247-1070" }}
{{ $canary_image := "container-registry.zalando.net/teapot/skipper-internal:v0.21.257-1079" }}


{{/* Optional canary arguments separated by "[cf724afc]" to allow whitespaces, e.g. "-foo=has a whitespace[cf724afc]-baz=qux" */}}
Expand Down
2 changes: 0 additions & 2 deletions test/e2e/cluster_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ clusters:
taints: dedicated=node-tests:NoSchedule
- discount_strategy: spot
instance_types:
- "g3s.xlarge"
- "g3.4xlarge"
- "g4dn.xlarge"
- "g4dn.2xlarge"
- "g4dn.4xlarge"
Expand Down