Skip to content

Commit

Permalink
release: v1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Aug 28, 2024
2 parents e730d6a + 9cad872 commit bcd100b
Show file tree
Hide file tree
Showing 289 changed files with 15,865 additions and 4,558 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,9 @@ jobs:
value: << pipeline.project.git_url >>
steps:
- setup_remote_docker:
version: 20.10.11
# CircleCI Image Policy
# https://circleci.com/docs/remote-docker-images-support-policy/
version: 24.0.9
docker_layer_caching: true
- run:
name: Docker build
Expand Down Expand Up @@ -872,7 +874,9 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.11
# CircleCI Image Policy
# https://circleci.com/docs/remote-docker-images-support-policy/
version: 20.10.24
docker_layer_caching: true
- attach_workspace:
at: artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/docs/ @apollographql/docs
/.changesets/ @apollographql/docs
/apollo-federation/ @dariuszkuc @sachindshinde @goto-bus-stop @SimonSapin @lrlna @TylerBloom @duckki
/apollo-federation/src/sources/connect/json_selection @benjamn
/apollo-router/ @apollographql/polaris @apollographql/atlas
Expand Down
420 changes: 420 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit bcd100b

Please sign in to comment.