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

fix: Updated logic on when to bake Kilnfile arguments #485

Merged
merged 6 commits into from
Mar 26, 2024

Commits on Mar 20, 2024

  1. fix: Updated logic on when to bake Kilnfile arguments

    - Bake arguments from kilnfile only when the stub releases flag is not
      set.
    - This is causing TAS PRs checks to fail as currently for stub releases
      arguments are not needed.
    
    Authored-by: Ramkumar Vengadakrishnan <[email protected]>
    ram-pivot committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    74dc5c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. fix(bake): skip variable interpolation when loading Kilinfiles

    we have a variable bootstrapping problem when we try to load variables before interpolating Kilnfiles
    Ram and I noticed the stemcell service does not do interpolation so we can also skip it for bake config
    
    this also adds a bit more testing for bake configs
    crhntr committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    af985c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1957df View commit details
    Browse the repository at this point in the history
  3. load tile_name variable from bake configuration

    Co-authored-by: Ramkumar Vengadakrishnan <[email protected]>
    crhntr and ram-pivot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8211c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. docs: Updated readme with re-bake and bake --final info

    - Also fixed --help argument for re-bake command
    
    Authored-by: Ramkumar Vengadakrishnan <[email protected]>
    ram-pivot committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fd2837f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. run gofumpt

    crhntr committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ec0970b View commit details
    Browse the repository at this point in the history