-
Notifications
You must be signed in to change notification settings - Fork 825
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
Add Go Client example which could create GS #1213
Conversation
Build Succeeded 👏 Build Id: 70617dc8-b5f5-43d1-a5d6-c6f2ae8f1a83 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
examples/crd-client/go.mod
Outdated
go 1.13 | ||
|
||
require ( | ||
agones.dev/agones v1.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any thoughts on how we keep this up to date as we keep releasing Agones versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this now be 1.2.0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coming back around to this - had a couple of small cleanup things.
Still not sure what to do with the hardcoded dependency on the previous versions of Agones as we keep doing releases. WDYT we should there? Just make sure we update it occasionally? (the agones.dev interface shouldn't change drastically from version to version?)
@@ -108,6 +117,18 @@ func main() { | |||
fmt.Printf("New game servers' name is: %s", newGS.ObjectMeta.Name) | |||
} | |||
``` | |||
{{% feature publishVersion="1.2.0" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here, not sure if we need the feature shortcode here. It's not a new feature, just a new example. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am using {{< release-branch >}} in lines below, so batch.yaml
file would not be accessible from 1.2 release branch
examples/crd-client/go.mod
Outdated
go 1.13 | ||
|
||
require ( | ||
agones.dev/agones v1.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this now be 1.2.0 ?
012ddeb
to
5390eea
Compare
Build Failed 😱 Build Id: f34e4685-e401-48f5-b1db-b2fe42723643 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
5390eea
to
f0c199a
Compare
I think we can use latest there and also need to check that example image is in the registry. |
Build Succeeded 👏 Build Id: d6a53e24-f367-48e8-9c40-22c2fbdd1d80 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
f0c199a
to
690e8ce
Compare
690e8ce
to
9c2343a
Compare
Could not find an option to use latest version in go.mod. Anyway we definitely need to update
and other project dependencies, otherwise we could not build the example client as in #1212. |
9c2343a
to
7274121
Compare
Build Succeeded 👏 Build Id: 71840cb0-1ca9-45ff-87fd-2cbfb7a6fe05 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 51253337-4edd-41f5-b95e-093eeae78898 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 6fbe59d2-1265-4eef-b94f-0e39af310237 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
7274121
to
bb737eb
Compare
Build Succeeded 👏 Build Id: 2af23366-cff0-401a-8984-f8871a1cb39b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
bb737eb
to
74a795c
Compare
Build Succeeded 👏 Build Id: f087f0ae-b5c4-44b2-bfa9-d1a201b93d88 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Looks good! Happy to commit, but would like to add one more small thing: Add this to the list of examples that are checked to make sure they exist in the registry when we do releases. Need two things to add it: Add a Also, let me know if you would like me to build this and push it up to gcr.io for you. |
Gentle bump on this - would be good to have this in next week's RC release. |
74a795c
to
85fb57c
Compare
Yes, please, now we need to have this image in a registry. |
Build Failed 😱 Build Id: 76d11d54-c59d-4141-8f55-e240401e2dd3 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build failure:
|
85fb57c
to
ea66f7d
Compare
Add image and example job file which could be used as an example provided by access-api document.
ea66f7d
to
44883ff
Compare
Build Succeeded 👏 Build Id: 578455b0-e27e-46e8-8721-c471e947aeaf The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 8eb53d02-229a-4ef7-8f79-3d75be71b3e2 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aLekSer, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: 9bd1f84c-63d7-4218-bb8a-47321b5615a4 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
and pushed to gcr! |
Add image and example job file which could be used as an example provided by access-api document. Co-authored-by: Mark Mandel <mark.mandel@gmail.com>
Add image and example job file which could be used as an example
provided by access-api document.
Closes #1212.