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

allow disabling elementary version check #1674

Merged
merged 5 commits into from
Sep 4, 2024

Commits on Aug 19, 2024

  1. disable elementary version check

    checking the version is nice and all, but when running in production it just creates firewall log spam - we don't let traffic out anywhere, everything is explicitly allowed in kubernetes overlay network policy as well as an overarching firewall policy. Everytime elementary runs we see the spam trying to contact pypi to check for a newer version.
    
    This PR creates a simple config to allow disabling the check.
    slaupster committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e321d0f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. comment

    slaupster committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f5c017e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c409191 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    063c047 View commit details
    Browse the repository at this point in the history
  2. pre-commit fixes

    haritamar committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a8d3a7e View commit details
    Browse the repository at this point in the history