Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

<!-- Not all PRs will require all tests to be carried out. Delete where appropriate. --> #52

Closed
wants to merge 48 commits into from

Conversation

mcharriere
Copy link
Contributor

This PR:

  • adds/changes/removes etc

Testing

Description on how {APP-NAME} can be tested.

  • fresh install works
    • AWS
    • Azure
    • KVM
  • upgrade from previous version works
    • AWS
    • Azure
    • KVM

Other testing

Description of features to additionally test for {APP-NAME} installations.

  • check reconciliation of existing resources after upgrading
  • X still works after upgrade
  • Y is installed correctly

Checklist

  • Update changelog in CHANGELOG.md.
  • Make sure values.yaml and values.schema.json are valid.

spor7y and others added 30 commits November 4, 2022 17:16
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Cedric Kaufmann <[email protected]>
* Align files

* move cp to vendir

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Matias Charriere <[email protected]>
* Sync chart with upstream.

* update values.yaml

* update schema

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matias Charriere <[email protected]>
* Update circleCI yaml to build with app-build-suite

* Make the chart build with app-build-suite

* disable abs helper checks
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
* Sync chart with upstream.

* Update image version

Signed-off-by: Matias Charriere <[email protected]>

* update changelog

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matias Charriere <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
* Update to 2.13.x

Signed-off-by: Matias Charriere <[email protected]>

* Sync chart with upstream.

* Update values and Chart

Signed-off-by: Matias Charriere <[email protected]>

* vendir sync

Signed-off-by: Matias Charriere <[email protected]>

* add GS labels

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: Matias Charriere <[email protected]>
taylorbot and others added 18 commits June 13, 2023 11:32
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
* enable enablePodAntiAffinity

Signed-off-by: Matias Charriere <[email protected]>

* set resources for metrics-api, tap, dashboard and prometheus

Signed-off-by: Matias Charriere <[email protected]>

* increase replicas

Signed-off-by: Matias Charriere <[email protected]>

* ignore kube-system, cert-manager and giantswarm namespaces on webhook

Signed-off-by: Matias Charriere <[email protected]>

* update changelog

Signed-off-by: Matias Charriere <[email protected]>

* fix typo

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: github-actions <[email protected]>
Signed-off-by: Matias Charriere <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Automated update from upstream

* update changelog and def values

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
Co-authored-by: Matias Charriere <[email protected]>
* add basic test checking deployment status

Signed-off-by: Matias Charriere <[email protected]>

* update changelog

Signed-off-by: Matias Charriere <[email protected]>

* activate tests in CI

Signed-off-by: Matias Charriere <[email protected]>

* add ignore for gitleaks

Signed-off-by: Matias Charriere <[email protected]>

* fix abs

Signed-off-by: Matias Charriere <[email protected]>

* add git ignore

Signed-off-by: Matias Charriere <[email protected]>

* fix ci

Signed-off-by: Matias Charriere <[email protected]>

---------

Signed-off-by: Matias Charriere <[email protected]>
@mcharriere mcharriere closed this Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants