Skip to content

Commit

Permalink
pre 2.5 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thrawn01 committed Mar 22, 2024
1 parent f910207 commit 9ac9c46
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 30 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- name: Fetch git tags
run: git fetch --tags

# TODO(thrawn01) enable after org transition is complete.
#- name: Version consistency check
# run: ./contrib/check-version.sh

- name: Set up Go
uses: actions/setup-go@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ simplest way to try gubernator out.
##### Docker with existing etcd cluster
```bash
$ docker run -p 8081:81 -p 9080:80 -e GUBER_ETCD_ENDPOINTS=etcd1:2379,etcd2:2379 \
ghcr.io/mailgun/gubernator:latest
ghcr.io/gubernator-io/gubernator:latest

# Hit the HTTP API at localhost:9080
$ curl http://localhost:9080/v1/HealthCheck
Expand Down
4 changes: 2 additions & 2 deletions contrib/charts/gubernator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: A Helm Chart for gubernator

type: application

version: 2.4.0
version: 2.5.0

appVersion: 2.4.0
appVersion: 2.5.0
7 changes: 4 additions & 3 deletions gubernator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gubernator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

syntax = "proto3";

option go_package = "github.com/mailgun/gubernator";
option go_package = "github.com/gubernator-io/gubernator";

option cc_generic_services = true;

Expand Down
7 changes: 4 additions & 3 deletions peers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion peers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.

syntax = "proto3";

option go_package = "github.com/mailgun/gubernator";
option go_package = "github.com/gubernator-io/gubernator";

option cc_generic_services = true;

Expand Down
18 changes: 9 additions & 9 deletions python/gubernator/gubernator_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions python/gubernator/peers_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.0
v2.5.0

0 comments on commit 9ac9c46

Please sign in to comment.