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

Release 1.14.0 #2078

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Conversation

roberthbailey
Copy link
Member

What type of PR is this?

/kind release

What this PR does / Why we need it:

1.14.0 release.

Which issue(s) this PR fixes:

Work on #2077

Special notes for your reviewer:

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markmandel, roberthbailey

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:
  • OWNERS [markmandel,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: ab618686-f2a6-4d11-91e8-a8d3718b2559

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: ab618686-f2a6-4d11-91e8-a8d3718b2559

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: fb279893-fa57-4ac6-9444-7f687df102e2

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: b274f409-0c50-4100-a54a-394dc3a1eef9

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

1 similar comment
@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: b274f409-0c50-4100-a54a-394dc3a1eef9

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@agones-bot
Copy link
Collaborator

Build Failed 😱

Build Id: fb279893-fa57-4ac6-9444-7f687df102e2

To get permission to view the Cloud Build view, join the agones-discuss Google Group.

@markmandel
Copy link
Member

Took me a while, but I found it:

...
+ awk '/\ feature\ publishVersion/{flag=1;next}/\ \/feature/{flag=0}flag' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ awk '/\+\+\+/ {ok=1} /^$/ {ok=0} {if(ok){print $0}}' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ printf '\n'
++ grep 'feature publishVersion=' /go/src/agones.dev/agones/site/content/en/docs/Reference/agones_crd_api_reference.html
+ doc_version=
make[1]: *** [test-gen-api-docs] Error 1
includes/website.mk:72: recipe for target 'site-test' failed
make: *** [site-test] Error 2
make: *** Waiting for unfinished jobs....

Looks like that is failing consistently.

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@roberthbailey
Copy link
Member Author

I removed agones_crd_api_reference.html from the changed files, since the feature tags in that file reference the 1.13.0 release (not this one) and removing them seems to break the build.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: f55f8e7f-b981-4691-9998-ba4a5f8997ca

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:

  • git fetch https://github.com/googleforgames/agones.git pull/2078/head:pr_2078 && git checkout pr_2078
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.14.0-f8c3f7e

@roberthbailey
Copy link
Member Author

Merging based on the earlier approval to get this release train moving.

@roberthbailey roberthbailey merged commit 03b2fce into googleforgames:main Apr 28, 2021
@roberthbailey roberthbailey deleted the release-1.14.0 branch September 23, 2021 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants