Releases: google/fresnel
Releases · google/fresnel
Release list
v1.1
What's Changed
- fix: Typo and change action OS by @copybara-service[bot] in #57
- Restore distributions var to the default after testing in config_test. by @copybara-service[bot] in #62
- Allow specifying separate tracks for FFU and configuration files by @copybara-service[bot] in #60
- feat: Add
windowsdevcommand-line flag by @copybara-service[bot] in #63 -
- check whether the user has write access on removable devices based on defined policy, if they do not point them towards helpdesk. by @copybara-service[bot] in #65
-
- natively check if the fresnel Windows process is running as admin by @copybara-service[bot] in #67
- typo fix by @discentem in #53
- fix typo by @discentem in #54
- Internal change. by @copybara-service[bot] in #71
- Migrate Fresnel workflows to Go 1.19. by @copybara-service[bot] in #72
- refactor: Log
FriendlyNameinstead ofIdentifierby @copybara-service[bot] in #74 - Removing 1.16 from fresnel test matrix. by @copybara-service[bot] in #77
- Migrate fresnel logging from github.com/google/logger to github.com/google/deck. by @copybara-service[bot] in #76
- Always surface the write access error via the console. Add console prints for a few other CLI messages. by @copybara-service[bot] in #78
- Bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot[bot] in #80
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot[bot] in #81
- Bump google.golang.org/grpc from 1.38.0 to 1.53.0 by @dependabot[bot] in #84
- Add auto-elevation on Windows for fresnel. by @copybara-service[bot] in #87
- Additional log lines prior to the appengine.signbytes to assist with debugging GAE size limits. by @copybara-service[bot] in #88
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot[bot] in #91
- Adjust paths to match what we expect and fix filename function. by @copybara-service[bot] in #93
- Bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot[bot] in #92
- Remove SFU logic and update variable naming for clarity. by @copybara-service[bot] in #95
- Always write OCI config dest as
startimage.yaml. by @copybara-service[bot] in #98 - Additional OS support cleanup. by @copybara-service[bot] in #100
- add go 1.22 to fresnel tests by @copybara-service[bot] in #101
- Update default windows flags. by @copybara-service[bot] in #102
- Reduce cache expiration times to 5 minutes. by @copybara-service[bot] in #105
- Add mock function for test dependency to fix random order test failures. by @copybara-service[bot] in #107
- Remove auto-elevation on Windows for fresnel. by @copybara-service[bot] in #108
- Cleanup the Windows 10 Ref by @copybara-service[bot] in #109
- Update golang dependencies. by @copybara-service[bot] in #111
- Add permissions to go_tests.yml by @copybara-service[bot] in #112
- Allow Fresnel to run as an non privileged user. by @copybara-service[bot] in #113
- Small refactoring. by @copybara-service[bot] in #114
- Small refactoring. by @copybara-service[bot] in #115
- Internal changes by @copybara-service[bot] in #116
- golang module updates by @copybara-service[bot] in #117
- golang module updates by @copybara-service[bot] in #118
- Internal Change. by @copybara-service[bot] in #120
- Internal Change. by @copybara-service[bot] in #119
New Contributors
- @discentem made their first contribution in #53
- @dependabot[bot] made their first contribution in #80
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Initial commit of public documentation. by @copybara-service in #1
- Internal Change by @copybara-service in #2
- caps are important. by @copybara-service in #3
- Don't run tests that break on Travis-CI. by @copybara-service in #4
- Check for errors before comparing configurations. by @copybara-service in #5
- Include public discussion group information. by @copybara-service in #6
- Add badges to main README by @copybara-service in #7
- Add link and tagline for fresnel by @copybara-service in #9
- Cleanup obsolete TODOs. by @copybara-service in #10
- Internal Change by @copybara-service in #11
- Migrate Fresnel from Travis CI to GitHub Actions by @copybara-service in #12
- Use a basic TLS retriever instead of SSO for non-seed downloads. by @copybara-service in #13
- Add go.mod for dependency management by @copybara-service in #17
- If no devices are found, exit without any additional output. by @copybara-service in #8
- match flag to documentation by @copybara-service in #18
- README wordsmithing by @copybara-service in #19
- docs: Update contribution guidelines to reflect that we cannot accept PRs. by @copybara-service in #20
- Internal Change by @copybara-service in #21
- Internal Change by @copybara-service in #23
- Add tests with 1.16. by @copybara-service in #24
- Update go.mod to 1.16. Add require. by @copybara-service in #25
- Running mdfmt by @copybara-service in #26
- Export doc tags. by @copybara-service in #27
- grammar by @copybara-service in #28
- Rearrange some error messages to put wrappers first. by @copybara-service in #29
- Cut down on abuse of 'returned' in error messages; swap '%s' for %q. by @copybara-service in #31
- Add slashes so filepath.Join knows there's a directory. by @copybara-service in #32
- Use go-cache for caching allowlist content. by @copybara-service in #30
- Remove config.dismount in favor of a more direct parameter to finalize. by @copybara-service in #34
- switch seed.json to / by @copybara-service in #36
- Initial fresnel changes to support placing split FFU files onto provisioned media. by @copybara-service in #33
- Add support for reading in FFU manifest from file. by @copybara-service in #37
- Clean up some error messages by better utilizing wrappers. by @copybara-service in #39
- Add support for downloading SFU manifests by @copybara-service in #38
- Add function to place SFU files from cache to provisioned media by @copybara-service in #41
- Modify retrieve function to support downloading SFU files and manifests. by @copybara-service in #42
- Add calls to download and copy SFU files to provisioned media if FFU based provisioning is specified. by @copybara-service in #40
- Update PlaceSFU logic to allow placing in a specified directory and small formatting updates. by @copybara-service in #43
- Add support for downloading and placing ffu configuration files to the provisioned drive. by @copybara-service in #44
- refactor: allow renaming of configuration yaml through config parameter by @copybara-service in #46
- Internal Change by @copybara-service in #47
- feat: Add SFU fields to config output by @copybara-service in #50
- feat: Add timestamp file to SFU to remove the need for a seed file by @copybara-service in #48
- chore: Add newline for searching for FFU message by @copybara-service in #51
- feat: Add goreleaser GitHub Action to automatically generate binary output when new releases are created by @copybara-service in #55
New Contributors
- @copybara-service made their first contribution in #1
Full Changelog: https://github.com/google/fresnel/commits/v1.0.0