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 3.15.0 #1455

Merged
merged 2 commits into from
Apr 5, 2024
Merged

release 3.15.0 #1455

merged 2 commits into from
Apr 5, 2024

Conversation

eguzki
Copy link
Member

@eguzki eguzki commented Apr 4, 2024

how to generate policy file

Build apicast image

make runtime-image IMAGE_NAME=apicast-runtime-image:release-3.15

Run apicast

$ cat <<EOF >config.json
{
   "services": [
      {
         "proxy": {
             "hosts": ["one"],
             "proxy_rules": [],
             "api_backend": "https://echo-api.3scale.net",
             "policy_chain": []
         }
      }
   ]
}
EOF

$ docker run -ti -p 8090:8090 --name apicast --rm -v $PWD/config.json:/opt/app/config.json:ro --env THREESCALE_CONFIG_FILE=/opt/app/config.json --env APICAST_LOG_LEVEL=debug --env APICAST_CONFIGURATION_LOADER=lazy --env APICAST_CONFIGURATION_CACHE=0 --env THREESCALE_DEPLOYMENT_ENV=staging --env BACKEND_ENDPOINT_OVERRIDE=http://127.0.0.1:3000 --env APICAST_WORKERS=1 apicast-runtime-image:release-3.15

Fetch policies

$ mkdir -p doc/policies_list/3.15.0
$ curl -v -H "Host: one" http://127.0.0.1:8090/policies -o policies.latest.json
# pretty print and fix string encoding issues
$ jq . policies.latest.json > doc/policies_list/3.15.0/policies.json

@eguzki eguzki marked this pull request as ready for review April 4, 2024 08:16
@eguzki eguzki requested review from a team as code owners April 4, 2024 08:16
@eguzki eguzki removed the request for review from a team April 4, 2024 08:16
@eguzki
Copy link
Member Author

eguzki commented Apr 4, 2024

the link-check is failing only for the expected "broken" links. v3.15.0 tag is not there yet

   [✖] https://github.com/3scale/apicast/compare/v3.15.0...HEAD → Status: 404
  [✖] https://github.com/3scale/apicast/compare/v3.14.0..v3.15.0 → Status: 404
make: *** [Makefile:263: test-doc] Error 123
Error: Process completed with exit code 2.

Copy link
Contributor

@tkan145 tkan145 left a comment

Choose a reason for hiding this comment

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

LGTM!

@tkan145 tkan145 merged commit 429a819 into master Apr 5, 2024
11 of 13 checks passed
@eguzki eguzki deleted the release-3.15 branch April 5, 2024 07:39
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.

None yet

2 participants