Commit Graph

429 Commits

Author SHA1 Message Date
Micaiah Martin
4ae62c3bdf Add tests and formatting, update README while we are here 2026-06-12 12:31:08 -06:00
Micaiah Martin
21a8336b67 Drive bitwarden lite via Docker Compose 2026-06-12 11:51:37 -06:00
Micaiah Martin
3bac84ac5b Isolate deployment behavior behind IDeployment 2026-06-05 12:43:14 -06:00
Micaiah Martin
5895c3aa34 Resolve Installed kind, so that commands work by default and auto detect the deployed type.
- Add bitwarden-lite.yaml test manifest
2026-06-05 09:42:46 -06:00
Micaiah Martin
5750ffb979 Improve multiple commands UI 2026-06-04 21:40:31 -06:00
Micaiah Martin
e024ca51e6 Improve update command with spectre responses 2026-06-04 21:12:19 -06:00
Micaiah Martin
0ebaf3b230 Cleanup and improve Spectre usage 2026-06-04 15:51:53 -06:00
Micaiah Martin
b1f8edfa28 Switch to leaf cert 2026-06-04 15:14:49 -06:00
Micaiah Martin
81838369fa Add LE support 2026-06-04 15:11:51 -06:00
Micaiah Martin
65f4ea1b49 Add local development docs 2026-06-04 14:52:12 -06:00
Micaiah Martin
31c1634530 Add local dev docs 2026-06-04 14:33:19 -06:00
Micaiah Martin
87aea79592 Setup TLS, defaulting to enabled for installs 2026-06-04 14:00:14 -06:00
Micaiah Martin
76fd682df7 Fixes with Bitwarden Claude agent 2026-06-04 12:29:45 -06:00
Micaiah Martin
0a3192c82c Use *** instead 2026-06-04 12:11:12 -06:00
Micaiah Martin
ed3ff6ce09 Add config output 2026-06-04 12:05:51 -06:00
Micaiah Martin
3c7606fdc6 Add auto complete for ZSH and Bash 2026-06-04 11:51:01 -06:00
Micaiah Martin
8909baca8b Add apply command 2026-06-04 10:28:24 -06:00
Micaiah Martin
cc237302d2 Update status.gif to use self-host install 2026-06-04 09:34:07 -06:00
Micaiah Martin
50b00de580 Add VHS gifs 2026-06-04 07:57:25 -06:00
Micaiah Martin
c406315788 Use Manifest for deployments 2026-06-03 13:54:14 -06:00
Micaiah Martin
ae3284b560 Try out macOS builds 2026-06-03 13:42:35 -06:00
Micaiah Martin
99bea8e0f5 Toggle builds on branch push 2026-06-03 13:39:36 -06:00
Micaiah Martin
a1f6cbf66c Setup build workflow 2026-06-03 13:35:15 -06:00
Micaiah Martin
0121a9d047 BW Engineer Claude review findings 2026-06-03 12:40:49 -06:00
Micaiah Martin
cee4d09d04 Initial POC for a CLI that manages Bitwarden Self-host installations 2026-06-03 12:31:51 -06:00
Tyler
faeaa6cea6 BRE-1893 fix(marketplace): preserve 001_onboot on cloud-init clean (#519) 2026-06-02 10:33:45 -04:00
Tyler
48495a7b6d fix(azure-marketplace): reset cloud-init state (#518) 2026-06-01 18:07:07 -04:00
Tyler
cebb3295b5 [BRE-1964] chore(CODEOWNERS): marketplace images (#515) 2026-06-01 10:17:41 -06:00
bre-deploy[bot]
76f5ca9234 Updated core, web, and key-connector versions v2026.5.0 2026-05-29 21:07:33 +00:00
Tyler
8aa3d8adb2 [BRE-1869] chore(CODEOWNERS): cleanup (#516) 2026-05-29 08:22:37 -06:00
Tyler
61b458ac8c [BRE-1893] fix(azure-marketplace): certification failure (#514) 2026-05-28 13:19:01 -06:00
renovate[bot]
3d0409ecad [deps]: Update gh minor (#511)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-26 13:49:28 +01:00
renovate[bot]
955c005833 [deps]: Update docker/dockerfile Docker tag to v1.24 (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-21 14:40:07 -06:00
MtnBurrit0
0f514b177b Add SSL certificates to the trusted CA store (#510) 2026-05-20 16:47:26 +01:00
keithhubner
49c8b9338f added lite workflow for fork PRs (#509)
* added lite workflow for fork PRs

* sonarqube secrets fix

* specific read permissions on jobs
2026-05-19 14:35:50 +01:00
aj-bw
57bfc4763b add in a server registry arg to support feature branch builds for QA (#507) 2026-05-12 15:54:15 -04:00
Tyler
1c345360aa BRE-1893 fix(marketplace): defer host-key removal (#506) 2026-05-12 15:47:46 -04:00
Tyler
d8d98d8827 BRE-1893 fix(azure-marketplace): correct validator and history cleanup (#505) 2026-05-12 14:46:02 -04:00
renovate[bot]
5f73b43d42 [deps]: Update gh minor (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-05-12 11:24:34 -06:00
Tyler
501cd7e511 BRE-1869 Delete release workflows (#500) 2026-05-12 12:32:09 -04:00
Tyler
6a68aefd3f BRE-1893 fix(azure-marketplace): resolve certification failures (#504)
[BRE-1893](https://bitwarden.atlassian.net/browse/BRE-1893)

Address Azure Marketplace certification failures from the 2026.4.1
release submission.
* ClientAliveInterval (200.3.3.1): write the setting to
  /etc/ssh/sshd_config.d/10-azure-marketplace.conf so it wins over
  cloud-init's drop-in. Validator reads sshd -T to match what Azure
  tests.
* No swap on OS disk (200.3.3.3): set ResourceDisk.EnableSwap=n in
  /etc/waagent.conf and drop a cloud-init swap module so swap is not
  recreated on first boot. Validator asserts the waagent.conf setting.
* Linux Agent (200.3.3.4): explicitly install walinuxagent from
  noble-updates and systemctl enable it so the agent reports to the
  Azure fabric on first boot. Validator adds an is-enabled check.
* Bash history (200.5.1): delete .bash_history in the
  final packer provisioner with HISTFILE=/dev/null so subsequent steps
  do not repopulate it. Validator checks for file absence.
2026-05-12 12:01:20 -04:00
Tyler
9076109dd8 BRE-1886 feat(build-bitwarden-lite): add run-name (#503) 2026-05-08 17:01:27 -04:00
bre-deploy[bot]
2d12de8395 Updated core, web, and key-connector versions v2026.4.1 2026-05-07 19:41:30 +00:00
Tyler
044e721031 BRE-1869 feat(build-bitwarden-lite): repository dispatch input (#502) 2026-05-07 11:03:48 -06:00
Andy Pixley
baf1e18ae4 [BRE-1871] Adding repository dispatch listener for lite build (#501) 2026-05-05 17:02:39 -04:00
Sander Adamse
94e7f63741 [SHOT-148] fix: syntax error in BUILT_IN_MS_SQL_ENABLED conditional check (#492)
* fix: syntax error in BUILT_IN_MS_SQL_ENABLED conditional check

* fix: use != false check for BUILT_IN_MS_SQL_ENABLED
2026-04-27 08:54:38 +01:00
Vince Grassia
37575e1c83 Tidy up version logic (#498) 2026-04-22 15:13:59 -04:00
Vince Grassia
7c243dd7dd [BRE-1533] Fix logic for pushing to ACR / GHCR (#493) 2026-04-20 10:51:30 -06:00
Kyle Spearrin
09b8808a75 azure cert report updates (#497) 2026-04-20 11:41:19 -04:00
MtnBurrit0
67261cc892 Remove cache-from and cache-to options in workflow (#489) 2026-04-20 14:28:50 +01:00