- Mar 24, 2021
-
-
Branden Cobb authored
-
joshwolf authored
Resolve Cypress testing not surviving second round of tests after upgrade Summary Adding line to clear out pull down new cypress test information for each package after the initial install then upgrade of bigbang within the upgrade CI job. We want new tesing information to be pulled down in the event of any new tags having new testing information, each time testing is ran it will be corresponding to the exact tags that are installed via bigbang. See merge request platform-one/big-bang/bigbang!353
-
Ryan Garcia authored
-
joshwolf authored
Resolve "BigBang Pipelines should call Package tests" Summary Adding script in tests/scripts to search for "enabled: true" packages in tests/ci/k3d/values.yaml, and iterate through chart/values.yaml to pull in the repo to run cypress testing in each package's "tests" folder. Script runs as part of "clean install" and "upgrade" pipeline stages. Artifacts for clean install are saved only on success (because of previous setup with images.txt only on success) but upgrade artifacts are configured to save cypress testing output always. Closes #79 See merge request platform-one/big-bang/bigbang!323
-
-
-
joshwolf authored
Update CI to allow for test releases See merge request platform-one/big-bang/bigbang!347
-
-
- Mar 23, 2021
-
-
joshwolf authored
Bumped authservice chart version Summary This pins the current envoyfilter to Istio 1.7 and then creates a new envoy filter for 1.8 with the new naming scheme. Also changes to the 1.8 filter include typed config upgrades as well as filter names. * proxyVersion Support - https://repo1.dso.mil/platform-one/big-bang/apps/core/istio-controlplane/-/merge_requests/29 * BB release with proxy versions - https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/release-1.2/chart/values.yaml#L91 * Fixes https://repo1.dso.mil/platform-one/big-bang/bigbang/-/issues/191 Follows naming scheme istio uses ```shell + kubectl get envoyfilter -A NAMESPACE NAME AGE istio-system metadata-exchange-1.6 5d18h istio-system metadata-exchange-1.7 5d18h istio-system stats-filter-1.6 5d18h istio-system stats-filter-1.7 5d18h istio-system tcp-metadata-exchange-1.6 5d18h istio-system tcp-metadata-exchange-1.7 5d18h istio-system tcp-stats-filter-1.6 5d18h istio-system tcp-stats-filter-1.7 5d18h ``` See merge request platform-one/big-bang/bigbang!336
-
joshwolf authored
bump anchore tag Summary Bump the Anchore add-on tag to `1.12.4-bb.1` to include Tom's HA Redis as the default when Anchore Enterprise users choose to use an internal redis deployment See merge request platform-one/big-bang/bigbang!346
-
joshwolf authored
Resolve "bug: `images.txt` doesn't include manually specified images in `synker.yaml`" Uses yq to strip the image list out of the synker file to create `images.txt` - previously only images that were run in the cluster appeared in this list. I also lumped in one small change to remove the use of sed to add images to synker which was "stupid and hacky". Now uses yq and explicitly populates those images to the proper yaml block. Closes #230 See merge request platform-one/big-bang/bigbang!335
-
-
joshwolf authored
Run infra test on ci label See merge request platform-one/big-bang/bigbang!205
-
-
joshwolf authored
dont hard code values See merge request platform-one/big-bang/bigbang!345
-
bhearn authored
-
joshwolf authored
Sonarqube tag bump Summary New tag of sonarqube bundles plugins in container, and disables use of busybox initContainers by default. Closes: #219 #220 Fixes bug when switching to external postgres internal postgres would still deploy. See merge request platform-one/big-bang/bigbang!339
-
-
Nick Nellis authored
-
- Mar 19, 2021
-
-
joshwolf authored
ensure all addons are also installed on tagged runs (for release purposes) See merge request platform-one/big-bang/bigbang!341
-
Josh Wolf authored
-
Josh Wolf authored
-
kevin.wilder authored
Swapping bash for shell, updating k3d cmds. See merge request platform-one/big-bang/bigbang!338
-
-
runyontr authored
-
Thomas Runyon authored
-
- Mar 18, 2021
- Mar 17, 2021
-
-
Micah Nagel authored
-
Micah Nagel authored
-
kevin.wilder authored
Resolve "fix codeowners" Closes #265 See merge request platform-one/big-bang/bigbang!331
-
kevin.wilder authored
-
joshwolf authored
Resolve "Transition all BB values to Secret objects parsed by `HelmRelease`" Summary * Removes all inline `HelmRelease` values and replaces with `{{ .Release.Name }}-<package>-values` secret loaded via `valuesFrom` * These values are loaded _before_ the `values` passthroughs so they get overridden by any customer defined values * the secret creation is handled by a named template `values-secret` * refactors all customer overlay values into the same secret with bb defaults but using a different `overlays` key * introduces `common` values that are set in the `values-secret` named template that all charts can use (currently empty) * Refactors `haproxy-sso` helmrelease into it's own file (instead of with the `authservice` `namespace.yaml`) * ensure istiooperator components are tied to `.Values.istiooperator.enabled` (instead of `.Values.istio.enabled`) Closes #223 See merge request platform-one/big-bang/bigbang!308
-
joshwolf authored
Upgrade Anchore Bumps the Anchore tag to the newest version. This includes the enterprise upgrade to 3.0.1, engine upgrade to 0.9.2, a small SSO bug fix with upgrades, and the upstream chart updates. This is merging into Big Bang the changes from https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise/-/merge_requests/21 See merge request platform-one/big-bang/bigbang!322
-
-
Josh Wolf authored
-
- Mar 16, 2021
-
-
joshwolf authored
Update IB image, add credential settings, service name override Summary This MR adds the following changes and capabilities: * Updates the base minio server image to the latest approved ironbank image * Enables specification of the root credentials via values.yaml * Enables overriding the internal service name if needed. See merge request platform-one/big-bang/bigbang!311
-