Граф коммитов

37 Коммитов

Автор SHA1 Сообщение Дата
Jack Francis 2754521e6b
feat: Deprecate Kubernetes versions 1.19 and 1.20 (#4894) 2022-06-06 11:43:42 -07:00
Matt Boersma 2297b811f5
feat: add support for Kubernetes v1.24.0 (#4890) 2022-05-09 13:17:26 -07:00
Matt Boersma 5f4c0c4d15
feat: add support for Kubernetes v1.24.0-alpha.2 (#4825)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.24.md#changelog-since-v1240-alpha1
2022-02-14 11:25:54 -07:00
Matt Boersma 40adb471db
feat: add support for Kubernetes v1.23.0 (#4779)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1230-rc1
2021-12-09 09:15:22 -07:00
Matt Boersma f4e2d249f0
chore: remove support for Kubernetes v1.18.x (#4676) 2021-10-06 09:50:16 -07:00
Matt Boersma 938163ae2c
feat: add support for Kubernetes v1.23.0-alpha.1 (#4647)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1220
2021-09-15 17:05:01 -06:00
Matt Boersma 7edc7b4a0f
feat: add support for Kubernetes v1.22.0 (#4609)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#changelog-since-v1210
2021-08-16 11:49:45 -07:00
Jack Francis a5a6325fb9
chore: deprecate Kubernetes 1.17 support (#4553) 2021-07-01 22:58:51 +00:00
Matt Boersma ca0454b2e5
feat: add support for Kubernetes v1.22.0-alpha.1 (#4395)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md#changelog-since-v1210
2021-05-03 10:21:10 -07:00
Matt Boersma 33882ca955
feat: add support for Kubernetes v1.21.0 (#4362)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1200-1
2021-04-12 09:59:50 -06:00
Jack Francis 6a8a5af4a6
chore: deprecate support for creating new 1.16 clusters (#4256) 2021-02-11 10:30:09 -08:00
Matt Boersma 1cd06c645c
feat: add support for Kubernetes v1.21.0-alpha.1 (#4178)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1200
2021-01-20 11:29:12 -08:00
Matt Boersma 61c741bf25
feat: add support for Kubernetes v1.20.0 (#4102)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#changelog-since-v1190
2020-12-09 16:10:56 -08:00
Matt Boersma b7a0d5a6db
feat: add support for Kubernetes v1.20.0-alpha.3 (#3934)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#changelog-since-v1200-alpha2
2020-10-29 13:44:34 -07:00
Jack Francis 2780dca407
test: Jenkinsfile bool vars (#3980) 2020-10-28 10:08:27 -07:00
Matt Boersma 8a323827f2
chore: remove support for Kubernetes 1.15 (#3751) 2020-10-14 09:34:13 -07:00
Matt Boersma 6e38aa8884
feat: add support for Kubernetes v1.19.0 (#3754) 2020-08-28 17:48:24 -07:00
Jack Francis d47adfbe4b
chore: remove support for Kubernetes 1.14 (#3310) 2020-05-20 14:38:52 -07:00
Matt Boersma 6381d647eb
feat: add support for Kubernetes 1.19.0-alpha.1 (#2982)
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.19.md#v1190-alpha1
2020-03-30 10:30:39 -07:00
Matt Boersma b478b1ac6b
ci: stop testing k8s 1.13 (#2749)
* ci: stop testing k8s 1.13 on PRs

* ci: stop testing k8s 1.13 in Jenkins
2020-02-20 10:31:06 -07:00
Jack Francis e93b58c0c8
test: enable scale/upgrade for base E2E cluster config (#2670) 2020-02-03 09:17:10 -08:00
Jack Francis a7c0390d5d
test: consolidate E2E test cluster configurations (#2586) 2020-01-22 15:34:30 -08:00
DavidLangworthy 80258e06f8 feat: Add Node Pool (#2557) 2020-01-17 09:43:58 -08:00
Matt Boersma 37ffa89cd9 feat: add support for Kubernetes 1.18.0-alpha.1 (#2503)
* feat: add support for Kubernetes 1.18.0-alpha.1

See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.18.md#changelog-since-v1170

* test: add 1.18 to Jenkinsfile

* ci: disable kms for 1.18

* chore: move flannel 1.18 spec to containeraddons

* chore: generated code

* fix: use new cloudprovider implementation for 1.18

Co-authored-by: Jack Francis <jackfrancis@gmail.com>
2020-01-07 12:13:46 -05:00
Cecile Robert-Michon fb0ea6e6c2
ci: use Jenkins Azure Service Principal instead of hardcoding default client ID/Secret variables in pipelines (#2438) 2019-12-12 10:35:13 -08:00
Jack Francis d502162176
test: stop testing 1.12 (#2430) 2019-12-10 21:34:50 -08:00
Jack Francis b50515c034
test: enable convenient customHyperkubeImage E2E tests (#2197) 2019-10-22 15:39:01 -07:00
Mark Rossetti 3b5d03b67d test: Add 'latestReleasedVersion' target to Jenkins jobs (#2133)
* adding currentVersion to jenkinsfile and updating some tests to use it

* logging

* renaming 'current' to 'latestReleasedVersion' and updating bad test definitions

* fixing null deref

* removing skipping of tests

* testing simplified version checking logic

* fixup

* fixup

* uncommenting line to skip tests
2019-10-11 11:08:30 -04:00
Jack Francis 328f952870
e2e: fix missing null coalescing operator (#2043) 2019-09-26 17:32:31 -07:00
Mark Rossetti 8ad4dc385b ci: Win CSE benchmark tests (#2023)
* adding benchmark tests for windows cse's

* fixup! adding benchmark tests for windows cse's

* TEMP - remove throttle while testing

* Updating cse benchmark jobs to onl target k8s 1.16

* Revert "TEMP - remove throttle while testing"

This reverts commit a6205540e0.

* renaming test file
2019-09-24 19:51:25 -04:00
David Justice 3d2331c1ec chore: fix closure capture for UPGRADE_VERSIONS (#1953) 2019-09-16 10:08:48 -07:00
David Justice 577bc25e96
chore: inject all params into env vars for the build (#1942) 2019-09-12 14:09:53 -07:00
David Justice 85856b5f02
chore: add upgrade and scale parallel jobs (#1941)
* chore: add upgrade and scale parallel jobs

* chore: add NODE_COUNT as a job parameter
2019-09-11 19:12:45 -07:00
David Justice 6f95f94ea9
chore: inject log analytics workspace key into test env config (#1934)
* chore: add log analytics workspace id and key secret

* chore: inject log analytics workspace key into test env config
2019-09-11 07:43:15 -07:00
David Justice 50fa841ddd chore: add job exclusion regex to jenkinsfile (#1922) 2019-09-09 13:25:13 -07:00
David Justice 8b535e2d5c
chore: add windows, monitoring and base test configs (#1899) 2019-09-04 21:42:42 -07:00
David Justice 5bca2b4fef chore: create parallel Jenkins pipeline for e2e tests (#1875)
* chore: add jenkins dynamic pipeline builds for k8s version and configs

* chore: enable jobs to limit the orchestrator versions they target

* chore: add throttling, clean up shell issues and extract go build
2019-08-30 12:51:24 -04:00