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

chore: update k0s images #1192

Closed

Commits on Sep 16, 2024

  1. Update Dev requirements (#1173)

    * Update Dev requirements
    
    * Update README.md
    
    Co-authored-by: Ethan Mosbaugh <ethan@replicated.com>
    
    ---------
    
    Co-authored-by: Ethan Mosbaugh <ethan@replicated.com>
    sgalsaleh and emosbaugh authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2a79676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2b9dd View commit details
    Browse the repository at this point in the history
  3. chore(ci): test proxied upgrade (#1138)

    * chore(ci): test proxied upgrade
    
    * disable test
    
    * sleep up to 30s waiting for an ipv4 inet IP for VMs
    
    * updated adminconsole version
    
    * reenable tests
    
    * f
    
    * f
    
    ---------
    
    Co-authored-by: Andrew Lavery <laverya@umich.edu>
    Co-authored-by: emosbaugh <371319+emosbaugh@users.noreply.github.com>
    3 people authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c9888f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8428528 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d52564 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    4adc964 View commit details
    Browse the repository at this point in the history
  2. add local-dev dir to gitignore (#1177)

    * add a licenses dir to the gitignore for storing test licenses
    
    * rename this to local-dev
    laverya authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    39ebc92 View commit details
    Browse the repository at this point in the history
  3. bug: fix fio build so it can be used on other cpus (#1178)

    use the --disable-native option so it does not optmize for the cpu.
    ricardomaraschini authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    babcecd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3618bd1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fabb87b View commit details
    Browse the repository at this point in the history
  6. Dev env - always patch operator on up (#1193)

    * Dev env - always patch operator on up
    sgalsaleh authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8ab69ee View commit details
    Browse the repository at this point in the history
  7. chore(ci): build and tag all image architectures (#1160)

    * chore(ci): build multi-arch images
    
    * build multi-arch images
    
    * f
    
    * f
    
    * f
    emosbaugh authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    52278b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. feat: update adminconsole version (#1196)

    updated adminconsole version
    
    Co-authored-by: sgalsaleh <39952863+sgalsaleh@users.noreply.github.com>
    replicated-ci-ec and sgalsaleh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6a7a9fb View commit details
    Browse the repository at this point in the history
  2. chore(ci): experiment with dagger (#1179)

    * chore(ci): experiment with dagger
    
    * f
    
    * f
    
    * f
    
    * f
    
    * f
    
    * f
    emosbaugh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4387b51 View commit details
    Browse the repository at this point in the history
  3. chore: skip proxy tests on k0s < 1.29 (#1198)

    proxy installations are not supported on k0s < 1.29.
    ricardomaraschini authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7356014 View commit details
    Browse the repository at this point in the history
  4. check if chart values parse as yaml before installing application (#1194

    )
    
    * check if chart values parse as yaml before installing application
    
    * add unit tests for new app yaml preflight
    
    * add more unit test coverage of the preflight
    laverya authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    57ea942 View commit details
    Browse the repository at this point in the history
  5. fix(ci): do not override digest for wrong architecture (#1197)

    * fix(ci): do not override digest for wrong architecture
    
    * f
    emosbaugh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ba73ec2 View commit details
    Browse the repository at this point in the history
  6. feat(preflights): include preflight collect results in support bundle (

    …#1195)
    
    * feat(preflights): include preflight collect results in support bundle
    
    * f
    
    * f
    emosbaugh authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    545c1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: update k0s images (#1107)

    Update image versions
    
    Co-authored-by: sgalsaleh <39952863+sgalsaleh@users.noreply.github.com>
    replicated-ci-ec and sgalsaleh authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    734a6c5 View commit details
    Browse the repository at this point in the history
  2. automatically detect node ip during install for noproxy (#1186)

    * add a note to readme specifying a folder to place the license
    
    * get default interface
    
    * wip default noproxies and prompts
    
    * disable most tests
    
    * prompt for new noproxy
    
    * store provided noproxy values and total noproxy values independently
    
    * dedup code
    
    * simplify noproxy subnet
    
    * regen CRDs
    
    * update unit tests
    
    * fix no-prompt case
    
    * ?
    
    * FFFF
    
    * ???
    
    * test bigger noproxy
    
    * reuse proxy object, don't rederive from flags
    
    * reorder imports
    
    * Revert "disable most tests"
    
    This reverts commit 9479324.
    
    * misspelling
    
    * rename to combineNoProxySuppliedValuesAndDefaults, remove debug logs
    
    * add link to k0s logic
    
    * recursively prompt for noproxy
    
    * remove prompts for proxy, just add the default subnet if the current IP is not covered
    
    * maybePromptForNoProxy -> includeLocalIPInNoProxy
    
    * check the noproxy config on node join
    
    * test that should fail to ensure that join command preflights are working properly
    
    * fix 'adding "blah" to the noproxy you provided' message
    
    * test failed successfully, restoring it
    
    * restore all tests, again
    
    * Accept Alex's suggestions for noproxy messaging
    
    Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Alex Parker <7272359+ajp-io@users.noreply.github.com>
    laverya and ajp-io authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    058761e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c731d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ab75c3 View commit details
    Browse the repository at this point in the history
  5. feat: ability to specify network interface (#1204)

    * feat: ability to specify network interface
    sgalsaleh authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    41cda7e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    15fe867 View commit details
    Browse the repository at this point in the history
  2. feat: determine network interface / IP on join (#1207)

    * feat: determine network interface / IP on join
    sgalsaleh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    acc9ea2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb52ef View commit details
    Browse the repository at this point in the history
  4. feat: ability to override admin console and lam host ports (#1201)

    * feat: ability to override admin console and lam host ports
    
    * kots overrides
    
    * f
    
    * Revert "kots overrides"
    
    This reverts commit edbded1.
    
    * update kots
    emosbaugh authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c6a57a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    3fe217d View commit details
    Browse the repository at this point in the history
  2. fix(ci): apko login before publish (#1217)

    * fix(ci): apko login before publish
    
    * fix(ci): apko login before publish
    
    * fix(ci): apko login before publish
    
    * fix(ci): apko login before publish
    
    * f
    emosbaugh authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    41cdc9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9570e97 View commit details
    Browse the repository at this point in the history
  4. use the entire installation spec object in node join response (#1211)

    * use unified join command response
    
    also check/enforce EC version mismatch
    
    * add kots image override
    
    * unit tests and preflights
    
    * update kotsadm image
    
    * f
    
    * Spec -> InstallationSpec
    
    * updated adminconsole version
    
    * remove override image
    
    ---------
    
    Co-authored-by: laverya <2318911+laverya@users.noreply.github.com>
    laverya and laverya authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    46bd74d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20f5e4a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    595d3a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e572392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2cfe38 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update image versions

    sgalsaleh authored and github-actions[bot] committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c4f712f View commit details
    Browse the repository at this point in the history