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

KUDO init --upgrade #1505

Merged
merged 20 commits into from
Jul 10, 2020
Merged

KUDO init --upgrade #1505

merged 20 commits into from
Jul 10, 2020

Commits on May 5, 2020

  1. Extracted init --upgrade into new branch

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 5, 2020
    Configuration menu
    Copy the full SHA
    33c00dc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    6a83209 View commit details
    Browse the repository at this point in the history
  2. Updated integration test

    renamed validate option to verify
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e7585a0 View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e723600 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Merge branch 'master' into an/upgrading

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    
    # Conflicts:
    #	hack/run-e2e-tests.sh
    #	pkg/kudoctl/cmd/init.go
    #	pkg/kudoctl/kudoinit/manager/manager.go
    #	pkg/kudoctl/kudoinit/options.go
    ANeumann82 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b4a1e48 View commit details
    Browse the repository at this point in the history
  2. Fixed bug and tests

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    de91b3b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Merge branch 'master' into an/upgrading

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    
    # Conflicts:
    #	hack/run-e2e-tests.sh
    #	pkg/kudoctl/cmd/init.go
    #	pkg/kudoctl/cmd/init_integration_test.go
    #	pkg/kudoctl/kudoinit/manager/manager.go
    #	pkg/kudoctl/kudoinit/options.go
    #	pkg/kudoctl/kudoinit/prereq/namespace_test.go
    #	pkg/kudoctl/kudoinit/prereq/serviceaccount_test.go
    #	pkg/kudoctl/kudoinit/prereq/webhook_test.go
    ANeumann82 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    0584066 View commit details
    Browse the repository at this point in the history
  2. Fixed run-e2e-tests script

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    de66b19 View commit details
    Browse the repository at this point in the history
  3. Fixed bug when uninstalling webhook

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    85dd61d View commit details
    Browse the repository at this point in the history
  4. Removed old code, fixed webhook deletion

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    7e6f3c7 View commit details
    Browse the repository at this point in the history
  5. Use --unsafe-self-signed-webhook-ca in upgrade test

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    9a9d8d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge branch 'master' into an/upgrading

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    
    # Conflicts:
    #	hack/run-e2e-tests.sh
    #	pkg/kudoctl/cmd/init.go
    #	pkg/kudoctl/cmd/init_test.go
    #	pkg/kudoctl/kudoinit/prereq/webhook.go
    #	pkg/kudoctl/kudoinit/setup/setup.go
    ANeumann82 committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3cd8c25 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Fixed integration test

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    7345790 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge branch 'master' into an/upgrading

    # Conflicts:
    #	pkg/kudoctl/kudoinit/prereq/webhook.go
    ANeumann82 committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    5da8e88 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Applied code review comments

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    e1677aa View commit details
    Browse the repository at this point in the history
  2. Add upgrade tests to makefile

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    7fc49e8 View commit details
    Browse the repository at this point in the history
  3. Removed upgrade test from e2e test

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    65ca2cf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Just make sure we get an error, not the specific one

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    9e06835 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Applied code review comments

    Added more debug output
    
    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    ANeumann82 committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    25994d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge branch 'main' into an/upgrading

    Signed-off-by: Andreas Neumann <aneumann@mesosphere.com>
    
    # Conflicts:
    #	pkg/kudoctl/kudoinit/crd/crds.go
    #	pkg/kudoctl/kudoinit/manager/manager.go
    ANeumann82 committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    1abd61a View commit details
    Browse the repository at this point in the history