Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "2.1.0"
}
22 changes: 22 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.1.0](https://github.com/graycoreio/magento2-devcontainer/compare/v2.0.0...v2.1.0) (2026-05-21)


### Features

* add wait for services check just to make sure everything is up ([e86e642](https://github.com/graycoreio/magento2-devcontainer/commit/e86e64239a97090e4bdbdfd5424cf07b35c3da39))
* determine codespaces url from environment configuration ([a9d3e0f](https://github.com/graycoreio/magento2-devcontainer/commit/a9d3e0f03784fbdbe65ef036883fbaaa0ac48b57))
* embed CONFIG__DEFAULT__WEB__URL__REDIRECT_TO_BASE to make codespaces work ([fe54779](https://github.com/graycoreio/magento2-devcontainer/commit/fe547793f70400d13fb199d1aac98503389550c3))
* enable auto port-forward from codespaces ([375c2dd](https://github.com/graycoreio/magento2-devcontainer/commit/375c2dddd7a8ee05522002d5b49fbe8742779e46))
* honor X-Forwarded-Host/Proto for FastCGI ([3193f39](https://github.com/graycoreio/magento2-devcontainer/commit/3193f39320249d1aeeacfa21163f5cb33c67963f))
* relabel nginx port name ([7fd7ea2](https://github.com/graycoreio/magento2-devcontainer/commit/7fd7ea2599e1dd0919755fc8c1d9a2e485c7403f))
* remove extranous ports ([c2fffbf](https://github.com/graycoreio/magento2-devcontainer/commit/c2fffbf71c1a9f01bac0983dde8d2e4d8a41b85c))
* use discovered MAGENTO_ROOT to set commands for setup:install ([244a4d6](https://github.com/graycoreio/magento2-devcontainer/commit/244a4d6c8f92e87b93acf9aa8bd7dcb3e04ff213))


### Bug Fixes

* disable redirect_to_base behavior ([5133c68](https://github.com/graycoreio/magento2-devcontainer/commit/5133c6878ee4430fb1238eeed36d4ce3a49b8013))
* disable USE_SECURE in local devcontainer ([bb114fc](https://github.com/graycoreio/magento2-devcontainer/commit/bb114fc37c8631424ee2ba229b36163d3a76d802))
* remove extraneous codespaces-portforward.sh ([e976df9](https://github.com/graycoreio/magento2-devcontainer/commit/e976df9e5140ae127b7e2e8d54742b2d1cb698fe))
* restore unnamed port prefixes ([dbacff2](https://github.com/graycoreio/magento2-devcontainer/commit/dbacff2647915947eb6a313b2feebfedf99ae649))

## [2.0.0](https://github.com/graycoreio/magento2-devcontainer/compare/v1.1.0...v2.0.0) (2026-04-07)


Expand Down