Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more machine image version patterns in flavors #380

Open
dguendisch opened this issue Nov 30, 2021 · 0 comments
Open

Support more machine image version patterns in flavors #380

dguendisch opened this issue Nov 30, 2021 · 0 comments
Labels
kind/question Question (asking for help, advice, or technical detail) lifecycle/rotten Nobody worked on this for 12 months (final aging stage)

Comments

@dguendisch
Copy link
Member

In flavors we can today specify either a fixed machine image version or latest.
For certain tests we want to test all non-deprecated versions of a certain machine image.
It would be helpful if the flavors would support such a version specification similar to how it was done for the k8sVersions (were we support latest and semver).

Example:

      machine:
        type: n1-standard-2
        image:
          name: gardenlinux
          version: "*"
          filterDeprecatedVersions: true
@dguendisch dguendisch added the kind/question Question (asking for help, advice, or technical detail) label Nov 30, 2021
@gardener-robot gardener-robot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label May 30, 2022
@gardener-robot gardener-robot added lifecycle/rotten Nobody worked on this for 12 months (final aging stage) and removed lifecycle/stale Nobody worked on this for 6 months (will further age) labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Question (asking for help, advice, or technical detail) lifecycle/rotten Nobody worked on this for 12 months (final aging stage)
Projects
None yet
Development

No branches or pull requests

2 participants