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

Transition from mailgun org to gubernator-io org #1

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

thrawn01
Copy link
Collaborator

@thrawn01 thrawn01 commented Jan 24, 2024

Purpose

This is to transition the repo from github.com/mailgun/gubernator to github.com/gubernator-io/gubernator such that adding and removing contributors is simplified and does not require maintainers have access to the mailgun org.

Implementation

  • Transition public container from ghcr.io/mailgun/gubernator to ghcr.io/gubernator-io/gubernator
  • Rename all import paths from github.com/mailgun/gubernator to github.com/gubernator-io/gubernator
    *Ensure links to all external and github resources point to https://raw.githubusercontent.com/gubernator-io/gubernator/master
  • Added CONTRIBUTING.md and CODE_OF_CONDUCT.md

Manual Process

  • Ensure existing tags remain
  • Transition old container tags to new repo
  • Ensure github actions work as expected
  • Create a new release in github.com/gubernator-io/gubernator which refers to the old repo release log
  • Validate docker containers for the new release are built and can be accessed via ghcr.io/gubernator-io/gubernator
  • Re-enable check-version.sh script in github actions after new release.

CODE_OF_CONDUCT.md Outdated Show resolved Hide resolved
go.mod Show resolved Hide resolved
@thrawn01
Copy link
Collaborator Author

thrawn01 commented Feb 5, 2024

I'm holding this PR until we merge and update the other pending PR's on the old repo.

@@ -6,7 +6,7 @@ import (
"testing"
"time"

gubernator "github.com/mailgun/gubernator/v2"
"github.com/gubernator-io/gubernator/v2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recent versions of golangci-lint complain about this and prefer the explicit import name.

@thrawn01 thrawn01 merged commit f910207 into master Mar 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants