-
Notifications
You must be signed in to change notification settings - Fork 43
Release 1.0 #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Release 1.0 #305
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit 46a78fb)
(cherry picked from commit aad3b53)
(cherry picked from commit 017ff92)
Co-authored-by: Cian Johnston <cian@coder.com> (cherry picked from commit 0c49e02)
(cherry picked from commit 6cb9954)
Closes #260 - Removes manually vendored codersdk, we're back on the real deal now - Moves logging setup to package internal/eblog - Modifies logging to use new agent api v2 methods, falling back to PatchLogs - Adds ENVBUILDER_VERBOSE Tested manually against Coder version 2.8.0, 2.9.0, and 2.13.0. (cherry picked from commit 5be0611)
(cherry picked from commit 1b358e2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 309464b)
(cherry picked from commit b272a97)
(cherry picked from commit e296431)
Signed-off-by: Cian Johnston <cian@coder.com> (cherry picked from commit cc0b4c5)
Signed-off-by: Cian Johnston <cian@coder.com> (cherry picked from commit 09ce456)
(cherry picked from commit 039314e)
(cherry picked from commit 9073748)
(cherry picked from commit 065bcaa)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 2b457fe)
(cherry picked from commit 5063d1b)
(cherry picked from commit df6597a)
- Extracts 'magic directives' to constants.go. - Adds 'magic image' file to signify envbuilder should skip the destructive 'build image' stage. - Modifies logic for copying binary into built image: we now copy to build context and remove it after build finishes to avoid leaving around files owned by root:root. Also ensures files are created with consistent permissions. (cherry picked from commit 6afe89e)
(cherry picked from commit c1f9917)
(cherry picked from commit 6d5f489)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…0.2 (#302) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f6dbfb1)
(cherry picked from commit c5efab5)
(cherry picked from commit fb7e689)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 754b9dd)
- Unexports constants.MagicDir and moves it to an internal package. - Moves other const/var declarations in `constants` package to where they are used - Removes constants package - Adds MagicDirBase to options (intentionally not configurable via CLI) - Removes usages of default MagicDir to instead use path provided by options Co-authored-by: Danny Kopping <dannykopping@gmail.com> Co-authored-by: Mathias Fredriksson <mafredri@gmail.com> (cherry picked from commit e6c8c66)
(cherry picked from commit 4547249)
(cherry picked from commit b7781d8)
Co-authored-by: Cian Johnston <cian@coder.com> (cherry picked from commit df8ea67)
(cherry picked from commit e14b952)
(cherry picked from commit 08bd99b)
(cherry picked from commit 67cb94c)
(cherry picked from commit 9c315aa)
(cherry picked from commit c11faf3)
Fixes #364 Adds the capability for Run() to run defers defined outside of Run(). Currently the only use-case for this is to close the Coder logger. Also adds an integration test that validates this behaviour and ensures that closeLogs gets called. Co-authored-by: Mathias Fredriksson <mafredri@gmail.com> (cherry picked from commit 481e3a9)
(cherry picked from commit 0a11dad)
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com> (cherry picked from commit 7fe1900)
(cherry picked from commit 287080c)
(cherry picked from commit 7c8e6a4)
(cherry picked from commit aff347a)
Co-authored-by: Cian Johnston <cian@coder.com> Co-authored-by: Muhammad Atif Ali <atif@coder.com> (cherry picked from commit 63a383b)
(cherry picked from commit 4f3e9cd)
Co-authored-by: Marcin Tojek <mtojek@users.noreply.github.com> (cherry picked from commit 845f112)
(cherry picked from commit 8170323)
Closing this as we're releasing from the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.