Skip to content

Commit

Permalink
Merge branch 'main' into laverya/disable-helmvm-integration-test
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Sep 17, 2024
2 parents 229080a + 548af28 commit 7f4c4a0
Show file tree
Hide file tree
Showing 12 changed files with 158 additions and 165 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ jobs:
PACT_BROKER_BASE_URL: ${{ vars.PACT_BROKER_BASE_URL }}
PACT_BROKER_TOKEN: ${{ secrets.PACT_BROKER_TOKEN }}
PACT_PUBLISH_CONTRACT: true
PACT_VERSION: ${{ github.sha }}
GIT_TAG: ${{ needs.generate-tag.outputs.tag }}
run: |
set -x
Expand Down
4 changes: 2 additions & 2 deletions .image.env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated file, do not modify. This file is generated from a text file containing a list of images. The
# most recent tag is interpolated from the source repository and used to generate a fully qualified image
# name.
MINIO_TAG='0.20240909.165928-r0'
RQLITE_TAG='8.30.2-r0'
MINIO_TAG='0.20240913.202602-r0'
RQLITE_TAG='8.30.3-r0'
DEX_TAG='2.41.1-r1'
SCHEMAHERO_TAG='0.17.10'
LVP_TAG='v0.6.7'
10 changes: 8 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include Makefile.build.mk
CURRENT_USER := $(shell id -u -n)
MINIO_TAG ?= 0.20240909.165928-r0
RQLITE_TAG ?= 8.30.2-r0
MINIO_TAG ?= 0.20240913.202602-r0
RQLITE_TAG ?= 8.30.3-r0
DEX_TAG ?= 2.41.1-r1
LVP_TAG ?= v0.6.7
PACT_PUBLISH_CONTRACT ?= false
Expand All @@ -25,6 +25,12 @@ pact-consumer:
pact-broker publish ./pacts/consumer \
--auto-detect-version-properties \
--consumer-app-version ${GIT_TAG} || true; \

pact-broker record-release \
--pacticipant kots \
--version ${PACT_VERSION} \
--environment production \
--verbose
fi

.PHONY: e2e
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
1. To apply your current changes, run the following commands:
```bash
make kotsadm-up
```
```bash
make build run
```

Expand All @@ -99,6 +101,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
```

1. When finished developing, run the following command to revert back to the original state:
```bash
exit
```
```bash
make kotsadm-down
```
Expand All @@ -108,6 +113,8 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
1. To apply your current changes, run the following commands:
```bash
make kurl-proxy-up
```
```bash
make build run
```

Expand All @@ -117,6 +124,9 @@ Changes to the kotsadm web component are reflected in real-time, no manual steps
```

1. When finished developing, run the following command to revert back to the original state:
```bash
exit
```
```bash
make kurl-proxy-down
```
31 changes: 15 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
github.com/Azure/go-autorest/autorest v0.11.29
github.com/Azure/go-autorest/autorest/adal v0.9.24
github.com/Masterminds/semver v1.5.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/sprig/v3 v3.2.3
github.com/Masterminds/semver/v3 v3.3.0
github.com/Masterminds/sprig/v3 v3.3.0
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
github.com/aws/aws-sdk-go v1.55.5
github.com/bitnami-labs/sealed-secrets v0.27.1
Expand Down Expand Up @@ -76,20 +76,20 @@ require (
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.15.4
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
k8s.io/cli-runtime v0.30.3
k8s.io/client-go v0.31.0
k8s.io/cluster-bootstrap v0.31.0
helm.sh/helm/v3 v3.16.1
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/cli-runtime v0.31.1
k8s.io/client-go v0.31.1
k8s.io/cluster-bootstrap v0.31.1
k8s.io/helm v2.17.0+incompatible
k8s.io/kubelet v0.30.3
k8s.io/metrics v0.31.0
k8s.io/metrics v0.31.1
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
oras.land/oras-go/v2 v2.5.0
sigs.k8s.io/application v0.8.3
sigs.k8s.io/controller-runtime v0.19.0
sigs.k8s.io/kustomize/api v0.16.0
sigs.k8s.io/kustomize/api v0.17.3
sigs.k8s.io/kustomize/kyaml v0.17.2
sigs.k8s.io/yaml v1.4.0
)
Expand All @@ -98,7 +98,7 @@ require (
cloud.google.com/go v0.112.1 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.7 // indirect
dario.cat/mergo v1.0.0 // indirect
dario.cat/mergo v1.0.1 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down Expand Up @@ -246,7 +246,7 @@ require (
github.com/jackc/pgx/v5 v5.6.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jmoiron/sqlx v1.3.5 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/k0sproject/k0s v1.29.9-0.20240821114611-d76eb6bb05a7 // indirect
Expand Down Expand Up @@ -309,7 +309,7 @@ require (
github.com/redis/go-redis/v9 v9.5.1 // indirect
github.com/replicatedhq/termui/v3 v3.1.1-0.20200811145416-f40076d26851 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rubenv/sql-migrate v1.5.2 // indirect
github.com/rubenv/sql-migrate v1.7.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
Expand All @@ -323,7 +323,7 @@ require (
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/stefanberger/go-pkcs11uri v0.0.0-20230803200340-78284954bff6 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/sylabs/sif/v2 v2.18.0 // indirect
Expand Down Expand Up @@ -377,7 +377,6 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand All @@ -386,7 +385,7 @@ require (
k8s.io/component-base v0.31.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f // indirect
k8s.io/kubectl v0.30.3 // indirect
k8s.io/kubectl v0.31.0 // indirect
oras.land/oras-go v1.2.6 // indirect
periph.io/x/host/v3 v3.8.2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
Expand Down
Loading

0 comments on commit 7f4c4a0

Please sign in to comment.