Commit Graph

394 Commits

Author SHA1 Message Date
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
Kyle Spearrin
35a44f8391 Merge lite and standard marketplace images (#496)
* Merge lite and standard images

* DO changes

* fix release workflow
2026-04-17 08:25:18 -06:00
renovate[bot]
ffb3e1e398 [deps]: Update docker/login-action action to v4 (#470)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-16 14:00:13 +01:00
bw-ghapp[bot]
2e72cc1b5c Updated core, web, and key-connector versions v2026.4.0 2026-04-16 12:47:39 +00:00
Vince Grassia
905f1dd8f1 Add Review Code workflow (#494) 2026-04-15 15:53:41 -06:00
Kyle Spearrin
2dd1ef7f7a Bitwarden Lite Marketplace Images (#491)
* lite marketplace listings

* reuse ufw
2026-04-15 19:26:22 +02:00
renovate[bot]
e469a532f5 [deps]: Update docker/dockerfile Docker tag to v1.23 (#468)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-10 08:53:15 -06:00
MtnBurrit0
4912d12ed8 Add build arg for web container registry, dynamically set it based on branch built (#490)
Used web-dev container for dev,rc
2026-04-08 15:02:26 -06:00
Kyle Spearrin
a7aadf07b8 Fix marketplace image versioning by passing release version from release pipeline (#485)
* Fix azure release version

* fix all

* use env vars
2026-04-02 20:26:18 -04:00
Andy Pixley
7702d193f9 Revert "Revert "[BRE-1004] Update release workflow to tag images from GHCR in…" (#484)
This reverts commit 04d398e52c.
v2026.3.2
2026-04-02 16:09:33 -04:00
Andy Pixley
04d398e52c Revert "[BRE-1004] Update release workflow to tag images from GHCR instead of…" (#483)
This reverts commit 2066e607cc.
2026-04-02 15:35:16 -04:00
bw-ghapp[bot]
35209e0b04 Updated core, web, and key-connector versions 2026-04-02 19:06:54 +00:00
Vince Grassia
2066e607cc [BRE-1004] Update release workflow to tag images from GHCR instead of ACR (#474) 2026-04-01 17:51:06 -04:00
Vince Grassia
224c5aeacf Remove release triggers from marketplace workflows (#482) 2026-04-01 11:55:45 -04:00
MtnBurrit0
08922d41f4 Refactor lite dockerfile to pull from existing compiled sources (#480)
* Refactor BW lite dockerfile to copy from already compiled sources

* Consolidate RUN steps & add caching to GHA

* Update supervisord configs

* Improve web tag sanitization
Found while testing branches:
- 264-UI
- AC-217-Migrate-Cards-To-Banners
- Ac-1410/update_planresponsemodel_on_client

We need to lowercase and replace "/".

* Tune cache

* Update bitwarden-lite/Dockerfile

Alphabetical ordering

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

* Update bitwarden-lite/Dockerfile

Alphabetical ordering

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>

---------

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
2026-04-01 07:58:12 +01:00
Kyle Spearrin
36730f4e40 Update marketplace images to ubuntu 24.04 lts (#481)
* update marketplace images to ubuntu 22.04 lts

* fix azure build script

* fix azure again
2026-03-31 15:31:58 -04:00
Kyle Spearrin
b61b666b0b Consolidate marketplace assets (#479)
* azure cleanup

* cleanup packer keys

* cleanup azure

* consolidate marketplace assets

* dev build versions
2026-03-30 16:02:35 -04:00
Kyle Spearrin
e3dbc253e1 support for AWS marketplace (#477) 2026-03-27 11:26:10 -04:00
renovate[bot]
f7a22a77d5 [deps]: Update docker/setup-buildx-action action to v4 (#471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-26 10:34:44 -06:00
Kyle Spearrin
8f25b9d773 Add support for azure marketplace (#475)
* add support for azure marketplace vm

* cleanup on failure, too

* use oidc auth for packer

* gh-self-host keyvault
2026-03-26 12:09:42 -04:00
bw-ghapp[bot]
369b2ec61b Updated core, web, and key-connector versions v2026.3.1 2026-03-26 16:04:10 +00:00
bw-ghapp[bot]
a2260ac237 Updated core, web, and key-connector versions v2026.3.0 2026-03-19 17:41:34 +00:00
renovate[bot]
5e29912fe4 [deps]: Update docker/setup-qemu-action action to v4 (#472)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-18 09:59:33 +00:00
renovate[bot]
524d15fbc9 [deps]: Update docker/build-push-action action to v7 (#469)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-17 10:51:34 -06:00
Alex R
9608c21c65 Added BW_ENABLE_IPV6 env variable for proper support in nginx (#442) 2026-03-13 12:18:28 -06:00
MtnBurrit0
731c59b77a SHOT-71: Move ownership from BRE to SHOT (#466)
* Replace BRE with SHOT

* Seperate out release workflows and place SHOT as only owner for Bitwarden lite

* It's "lite"...not "Lite"...
2026-03-13 12:11:32 -06:00
bw-ghapp[bot]
d71f599a0c Updated core, web, and key-connector versions v2026.2.1 2026-03-05 17:47:10 +00:00
Michał Chęciński
b2eebba19e Remove email address prompt from Let's Encrypt installation (#462) 2026-02-27 13:07:14 +01:00
bw-ghapp[bot]
207ef7b8c2 Updated core, web, and key-connector versions v2026.2.0 2026-02-19 16:03:58 +00:00
Vince Grassia
969543c1f4 BRE-1617 - Update workflow and Packer image to track and clean up orphaned droplets (#464) 2026-02-12 14:50:02 -05:00
renovate[bot]
4db7669d42 [deps]: Update docker/dockerfile Docker tag to v1.21 (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-10 20:49:38 +01:00
Justin Baur
f2014cb3ca Fix Bitwarden Lite build (#463) 2026-02-10 10:34:51 -05:00
bw-ghapp[bot]
fef2b36971 Updated core, web, and key-connector versions v2026.1.2 2026-02-05 20:30:36 +00:00
aj-bw
c0baeed95d [bre-1525] QA lite environments pulling wrong web artifact (#459)
* Fix web artifact download for non-main branches in build-bitwarden-lite workflow

* fix linter failure

* BRE-1525 - Optimize Logic Changes (#460)

---------

Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
2026-01-29 15:53:57 -05:00
Vince Grassia
148a3355aa Remove Certbot cleanup functions and logic (#457) v2026.1.1 2026-01-26 16:29:27 -05:00
renovate[bot]
6b6b444530 [deps]: Update alpine Docker tag to v3.23 (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-26 15:00:19 +01:00