Skip to content

Rename localstack/localstack master references to main #98

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

Merged
merged 2 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/docs-parity-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,27 +65,27 @@ jobs:

- name: Download metrics data from Pro pipeline (GitHub)
working-directory: docs
run: /tmp/get_latest_github_metrics.sh ./target master
run: /tmp/get_latest_github_metrics.sh ./target main
env:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack-ext
REPOSITORY_NAME: localstack-pro
ARTIFACT_ID: parity-metric-ext-raw-*
WORKFLOW: "AWS / Build, Test, Push"
PREFIX_ARTIFACT: pro-integration-test

- name: Download coverage (capture-notimplemented) data from Pro pipeline (GitHub)
working-directory: docs
run: /tmp/get_latest_github_metrics.sh ./target master
run: /tmp/get_latest_github_metrics.sh ./target main
env:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack-ext
REPOSITORY_NAME: localstack-pro
ARTIFACT_ID: capture-notimplemented-pro
WORKFLOW: "AWS / Build, Test, Push"
RESOURCE_FOLDER: "metrics-implementation-details"

- name: Download metrics data from Community pipeline (GitHub)
working-directory: docs
run: /tmp/get_latest_github_metrics.sh ./target master
run: /tmp/get_latest_github_metrics.sh ./target main
env:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack
Expand All @@ -95,7 +95,7 @@ jobs:

- name: Download coverage (capture-notimplemented) data from Community pipeline (GitHub)
working-directory: docs
run: /tmp/get_latest_github_metrics.sh ./target master
run: /tmp/get_latest_github_metrics.sh ./target main
env:
GITHUB_TOKEN: ${{ secrets.PRO_ACCESS_TOKEN }}
REPOSITORY_NAME: localstack
Expand Down
2 changes: 1 addition & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
/user-guide/aws/appsync/ /aws/services/appsync 301
/tutorials/schema-evolution-glue-msk/ /aws/tutorials/schema-evolution-glue-msk 301
/user-guide/ci/bitbucket/ /aws/integrations/continuous-integration/bitbucket 301
/contributing/ https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md 301
/contributing/ https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md 301
/user-guide/aws/scheduler/ /aws/services/scheduler 301
/user-guide/integrations/quarkus/ /aws/integrations/app-frameworks/quarkus 301
/user-guide/aws/servicediscovery/ /aws/services/servicediscovery 301
Expand Down
4 changes: 2 additions & 2 deletions scripts/redirects/redirect_test_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,8 @@
- **Message:** ✅ Redirect successful

### ✅ AWS: /contributing/
- **Expected:** https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md
- **Final URL:** https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md
- **Expected:** https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md
- **Final URL:** https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md
- **Status Code:** 200
- **Message:** ✅ Redirect successful

Expand Down
8 changes: 4 additions & 4 deletions scripts/redirects/redirects_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
"new_link": "https://github.com/localstack-samples/sample-microservices-apigateway-lambda-dynamodb-sqs",
"status_code": 301
},
{
{
"old_link": "/user-guide/lambda-tools/",
"new_link": "/aws/tooling/lambda-tools",
"status_code": 301
Expand Down Expand Up @@ -460,7 +460,7 @@
"new_link": "/aws/services/ecs",
"status_code": 301
},
{
{
"old_link": "/references/coverage/coverage_acm/",
"new_link": "/aws/services/acm",
"status_code": 301
Expand Down Expand Up @@ -836,7 +836,7 @@
},
{
"old_link": "/contributing/",
"new_link": "https://github.com/localstack/localstack/blob/master/docs/CONTRIBUTING.md",
"new_link": "https://github.com/localstack/localstack/blob/main/docs/CONTRIBUTING.md",
"status_code": 301
},
{
Expand Down Expand Up @@ -2286,4 +2286,4 @@
"status_code": 301
}
]
}
}
4 changes: 2 additions & 2 deletions src/content/docs/aws/getting-started/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ We advise you to exercise caution.
:::

You can change the LocalStack `volume` folder to use the WSL Linux file system instead of the Windows host folder.
To do so, you need to change the [`docker-compose.yml`](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml) file and add the following lines:
To do so, you need to change the [`docker-compose.yml`](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml) file and add the following lines:

<Tabs>
<TabItem label="WSL Linux File System">
Expand Down Expand Up @@ -352,4 +352,4 @@ For more details, please take a look at our [Enterprise offering](https://locals

The LocalStack Web Application connects to your LocalStack container running on your local machine and retrieves the information directly via the `localhost` without using the internet.
Features such as Resource Browsers, IAM Policy Stream, Chaos Engineering dashboard, and others communicate directly with the LocalStack container using your browser.
None of the information is sent to the internet, or stored on any external servers maintained by LocalStack.
None of the information is sent to the internet, or stored on any external servers maintained by LocalStack.
10 changes: 5 additions & 5 deletions src/content/docs/aws/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ docker compose up
```

:::note
- This command pulls the current nightly build from the `master` branch (if you don't have the image locally) and **not** the latest supported version.
- This command pulls the current nightly build from the `main` branch (if you don't have the image locally) and **not** the latest supported version.
If you want to use a specific version, set the appropriate LocalStack image tag at `services.localstack.image` in the `docker-compose.yml` file (for example `localstack/localstack:<version>`).

- If you are using LocalStack with an [Auth Token](/aws/getting-started/auth-token), you need to specify the image tag as `localstack/localstack-pro` in the `docker-compose.yml` file.
Expand Down Expand Up @@ -365,7 +365,7 @@ docker run \
</Tabs>

:::note
- This command pulls the current nightly build from the `master` branch (if you don't have the image locally) and **not** the latest supported version.
- This command pulls the current nightly build from the `main` branch (if you don't have the image locally) and **not** the latest supported version.
If you want to use a specific version of LocalStack, use the appropriate tag: `docker run --rm -it -p 4566:4566 -p 4510-4559:4510-4559 localstack/localstack:<tag>`.
Check-out the [LocalStack releases](https://github.com/localstack/localstack/releases) to know more about specific LocalStack versions.

Expand All @@ -377,7 +377,7 @@ docker run \
- Mounting the Docker socket `/var/run/docker.sock` as a volume is required for some services that use Docker to provide the emulation, such as AWS Lambda.
Check out the [Lambda providers](/aws/services/lambda) documentation for more information.

- When using Docker to manually start LocalStack, you will have to configure the container on your own (see [docker-compose-pro.yml](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml) and [Configuration](/aws/capabilities/config/configuration).
- When using Docker to manually start LocalStack, you will have to configure the container on your own (see [docker-compose-pro.yml](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml) and [Configuration](/aws/capabilities/config/configuration).
This could be seen as the "expert mode" of starting LocalStack.
If you are looking for a simpler method of starting LocalStack, please use the [LocalStack CLI](#localstack-cli).

Expand Down Expand Up @@ -440,7 +440,7 @@ If you are using the `localstack` CLI to start LocalStack, but the container is
```bash
DNS_ADDRESS=0 localstack start
```
- Remove port 53 as indicated in our [standard `docker-compose.yml` file](https://github.com/localstack/localstack/blob/master/docker-compose-pro.yml).
- Remove port 53 as indicated in our [standard `docker-compose.yml` file](https://github.com/localstack/localstack/blob/main/docker-compose-pro.yml).

#### How should I access the LocalStack logs on my local machine?

Expand Down Expand Up @@ -483,4 +483,4 @@ After running the task, run the diagnostic endpoint and share the archive file w

We have extensive network troubleshooting documentation available [here](/aws/capabilities/networking/).

If this does not solve your problem then please [reach out](/aws/getting-started/help-support).
If this does not solve your problem then please [reach out](/aws/getting-started/help-support).
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/lambda.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ Error: Failed to create/update the stack: sam-app, Waiter StackCreateComplete fa
</Tabs>

To fix this issue, add the Docker volume mount `/var/run/docker.sock:/var/run/docker.sock` to your LocalStack startup.
Refer to our [sample `docker-compose.yml` file](https://github.com/localstack/localstack/blob/master/docker-compose.yml) as an example.
Refer to our [sample `docker-compose.yml` file](https://github.com/localstack/localstack/blob/main/docker-compose.yml) as an example.

### Function in Pending state

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section provides a brief overview of how to develop your own extensions.

## Extensions API

LocalStack exposes a Python API for building extensions that can be found in the core codebase in [`localstack.extensions.api`](https://github.com/localstack/localstack/tree/master/localstack-core/localstack/extensions/api).
LocalStack exposes a Python API for building extensions that can be found in the core codebase in [`localstack.extensions.api`](https://github.com/localstack/localstack/tree/main/localstack-core/localstack/extensions/api).

The basic interface to implement is as follows:

Expand Down