Skip to content

Commit 39d4f07

Browse files
authored
Merge pull request #55 from hdub-tech/release/1.3.0
Release/1.3.0
2 parents 4d07df2 + 6fe368a commit 39d4f07

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6464
2. 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

7273
3. Run the [`update-bdcc-version-branch.sh`] script to create a release branch,

defaults.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/config-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ the following:
6868
```bash
6969
cd YOUR_PROJECT_REPO_NAME/bitwarden-directory-connector-containers
7070
git 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
7272
cd ..
7373
git 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`

gsuite/argfile.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

0 commit comments

Comments
 (0)