31 Commits

Author SHA1 Message Date
Ryan Richard
35f8c5876d skip client-side validation of manifest when k8s server < 1.27
After upgrading libs to k8s 1.35, this stopped working on very old
versions of Kube. Not really a problem, because version 1.26 and below
are all over 3 years old. You can still install Pinniped on these old
version if you skip kubectl's client-side validation.
2025-12-19 13:15:53 -08:00
Ryan Richard
4f2481205e update CI to use Go 1.25.5 2025-12-05 10:29:12 -08:00
dependabot[bot]
dbb97f04b5 Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.25.3-bookworm to 1.25.4-bookworm.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25.4-bookworm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-06 01:12:53 +00:00
Joshua Casey
92a1e66b25 Bump test-binaries-image dockerfiles to golang:1.25.3-bookworm 2025-10-15 14:08:17 -05:00
dependabot[bot]
2554c7de6c Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.6-bullseye to 1.25rc3-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25rc3-bullseye
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-14 02:03:43 +00:00
dependabot[bot]
e97a4e38d1 Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.5-bullseye to 1.24.6-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.6-bullseye
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-07 03:32:18 +00:00
Ryan Richard
0caeb7b841 Use Okta LDAP instead of Jumpcloud LDAP 2025-07-25 11:59:37 -07:00
Joshua Casey
9db9d52c27 Merge pull request #2481 from vmware/dependabot/docker/pipelines/shared-helpers/test-binaries-image/ci/golang-1.24.5-bullseye
Bump golang from 1.24.4-bullseye to 1.24.5-bullseye in /pipelines/shared-helpers/test-binaries-image
2025-07-24 08:15:47 -05:00
Ryan Richard
4b22646e04 add neg annotation to clusterip service on acceptance cluster 2025-07-21 14:09:42 -07:00
Ryan Richard
f78211c838 try using clusterip service behind GKE ingress on acceptance cluster 2025-07-21 13:47:02 -07:00
Ryan Richard
6c4605b4d0 add new integration test env vars for CLI OIDC 2025-07-18 10:18:18 -07:00
Ryan Richard
5fd7b52e52 use internal IP for Supervisor service on acceptance cluster 2025-07-14 16:53:39 -07:00
dependabot[bot]
a4f5398293 Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.4-bullseye to 1.24.5-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.5-bullseye
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-09 01:54:34 +00:00
Ryan Richard
9398b9622e preparing to create and use GKE acceptance cluster (but need DNS first) 2025-07-02 10:57:58 -07:00
Ryan Richard
51f396d1b3 upgrade CI to use Go 1.24.4 2025-07-01 12:24:04 -07:00
Ryan Richard
8d15120f8f use internal IPs for impersonation proxy LB on GKE 2025-06-30 11:17:50 -07:00
Ryan Richard
282cc4ba9b use internal IPs for GKE LBs 2025-06-30 10:51:38 -07:00
dependabot[bot]
8b4e42298c Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.2-bullseye to 1.24.3-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.3-bullseye
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-07 01:49:34 +00:00
dependabot[bot]
467396215b Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.1-bullseye to 1.24.2-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 01:35:31 +00:00
Ryan Richard
fb2c6d2125 fix typo from previous commit: use --data-value-yaml 2025-03-06 14:23:08 -08:00
Ryan Richard
d1e6738239 skip deploying test tools proxy server when not needed 2025-03-06 11:39:11 -08:00
dependabot[bot]
d3a2fbd192 Bump golang in /pipelines/shared-helpers/test-binaries-image
Bumps golang from 1.24.0-bullseye to 1.24.1-bullseye.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-05 02:13:13 +00:00
Ryan Richard
1ed53cf630 upgrade CI to use Go 1.24.0 everywhere 2025-02-14 13:18:15 -08:00
Joshua Casey
b87893420b Bump to go1.23.6 2025-02-05 13:09:02 -06:00
Joshua Casey
faf3394c46 Bump to golang@v1.23.5 2025-01-22 08:37:10 -06:00
Ryan Richard
093c56f24e upgrade golang in CI from 1.23.3 to 1.23.4 2024-12-04 09:14:52 -08:00
Ryan Richard
2d62a03bb2 add debugging echos to usage of "kubectl api-resources" 2024-11-21 11:42:52 -08:00
Ryan Richard
2acdfecc9b add more echo statements to prepare-cluster-for-integration-tests.sh 2024-11-08 10:49:36 -08:00
Ryan Richard
15efa88933 upgrade Go in CI from 1.23.2 to 1.23.3 2024-11-07 11:42:57 -08:00
Ryan Richard
acb590679c do not remove and reapply backendconfig annotations on every redeploy 2024-11-07 11:18:02 -08:00
Ryan Richard
11bd69cf2d initial commit on ci branch: migrates code from private repo 2024-10-29 13:04:30 -07:00