8000 Comparing main...6.8.x · sourcegraph/deploy-sourcegraph-k8s · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/deploy-sourcegraph-k8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sourcegraph/deploy-sourcegraph-k8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.8.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 3, 2025

  1. [Backport 6.8.x] fix(rel): add migrator job to release process (#353)

    ## Description
    
    The migrator job was missing from the release process, causing the image tag to no be updated during releases.
    
    This adds the steps to update the image during the release process.
    
    ## Checklist
    
    
    - [ ] Update [CHANGELOG.md](https://github.com/sourcegraph/deploy-sourcegraph-k8s/blob/main/CHANGELOG.md)
    - [ ] Update [K8s Upgrade notes](https://github.com/sourcegraph/sourcegraph/blob/main/doc/admin/updates/kubernetes.md)
    - [x] Kustomiz-specific changes
    - [ ] Update sister repository: [deploy-sourcegraph-helm](https://github.com/sourcegraph/deploy-sourcegraph-helm)
    - [ ] Update sister repository: [deploy-sourcegraph-docker](https://github.com/sourcegraph/deploy-sourcegraph-docker)
    - [ ] Verify all images have a valid tag and SHA256 sum
    
    ## Test plan
    
    Tested actions locally:
    
    ```shell
    sg release create --workdir=. --version=v6.8.2313 --inputs=server=v6.8.2313 --pretend
    ...
    👉 [      step] Pretending to run step "sg ops (migrator)"
       [sg ops (migrator)] set -eu
       [sg ops (migrator)] sg ops update-images \
       [sg ops (migrator)]   --kind k8s \
       [sg ops (migrator)]   --registry us-docker.pkg.dev/sourcegraph-images/internal \
       [sg ops (migrator)]   --docker-username=$DOCKER_USERNAME \
       [sg ops (migrator)]   --docker-password=$DOCKER_PASSWORD \
       [sg ops (migrator)]   --pin-tag 6.8.2313 \
       [sg ops (migrator)]   components/utils/migrator/
       [sg ops (migrator)] 
    ...
    ```
     <br> Backport 9e64aa1 from #351
    sourcegraph-release-bot authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    c5896fd View commit details
    Browse the repository at this point in the history
Loading
0