File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ln -s -r .github/pre-commit.sh .git/hooks/pre-commit
4848## Releases
4949
5050> [ !NOTE]
51- > _ There is a pending todo ([ Issue #39 ] to convert this section to a workflow._
51+ > _ There is a pending todo ([ Issue #39 ] ) to convert this section to a workflow._
5252 <!-- markdownlint-disable-next-line no-blanks-blockquote -->
5353> [ !IMPORTANT]
5454> _ This assumes you have already built and tested the base container as
@@ -62,11 +62,12 @@ ln -s -r .github/pre-commit.sh .git/hooks/pre-commit
6262 ```
6363
64642 . Ensure you are at the root of the project on the main branch with all
65- relevant code merged to main.
65+ relevant code merged to main and pulled locally .
6666
6767 ``` bash
6868 cd /PATH/TO/bitwarden-directory-connector-containers
6969 git checkout main
70+ git pull
7071 ```
7172
72733 . Run the [ ` update-bdcc-version-branch.sh ` ] script to create a release branch,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BWDC_VERSION=2025.5.0
1212# The release of bitwarden-directory-connector-containers / latest bwdc-base tag
1313# Only modify this if you are a maintainer doing a release OR you are a user
1414# using USE_BDCC_VERSION_FOR_TYPED=true and you want an older release.
15- BDCC_VERSION=1.2 .0
15+ BDCC_VERSION=1.3 .0
1616
1717# Uncomment the following if you want to lock to the BDCC_VERSION of bwdc-base
1818# in the typed containers, as opposed to the default behavior of using the
Original file line number Diff line number Diff line change @@ -68,10 +68,10 @@ the following:
6868``` bash
6969cd YOUR_PROJECT_REPO_NAME/bitwarden-directory-connector-containers
7070git fetch # To fetch new tags/branches
71- git checkout v1.2 .0 # Or your preferred tag
71+ git checkout v1.3 .0 # Or your preferred tag
7272cd ..
7373git add bitwarden-directory-connector-containers
74- git commit -m " Set bitwarden-directory-connector-containers to v1.2 .0"
74+ git commit -m " Set bitwarden-directory-connector-containers to v1.3 .0"
7575```
7676
7777## ` defaults.conf ` / ` custom.conf `
Original file line number Diff line number Diff line change 77# * The portion before the hyphen should be the BWDC or BDCC (default) version.
88# * The portion after the hyphen should be a sequential number which is
99# incremented when changes on lines OTHER than this one are made.
10- #BWDC_GSUITE_IMAGE_VERSION=1.2 .0-0
10+ #BWDC_GSUITE_IMAGE_VERSION=1.3 .0-0
1111
1212# Bitwarden Settings > Directory > Domain
1313# Google Admin > Account > Domains > Manage domains: The domain you plan to sync
You can’t perform that action at this time.
0 commit comments