Skip to content

Commit

Permalink
Merge branch 'master' into public-share-recomendations
Browse files Browse the repository at this point in the history
  • Loading branch information
mishaschwartz authored Nov 26, 2024
2 parents 6387fbf + 19d5401 commit 96bb421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@

## Changes

- Fix help string description for `bin/birdhouse configs` command

Update description of the `configs` subcommand to better describe it.
The description when calling `bin/birdhouse -h` now matches the description when calling `bin/birdhouse configs -h`

- Jupyterhub: Update recommended paths for public share folders

The recommended public share folders in the `env.local.example` file create a conflict with the default
Expand All @@ -28,6 +33,7 @@
volume and then Jupyterhub tries to mount the public share folder within that volume. Since the parent volume
is read-only, the second volume mount fails.


[2.6.1](https://github.com/bird-house/birdhouse-deploy/tree/2.6.1) (2024-11-22)
------------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion bin/birdhouse
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Manage the Birdhouse software stack.
Commands:
info Print build information
compose Run a \"docker compose\" command for the Birdhouse project
configs Print a command that can be used to load configuration settings as environment variables
configs Load or execute commands in the Birdhouse configuration environment
Options:
-h, --help Print this message and exit
Expand Down

0 comments on commit 96bb421

Please sign in to comment.