Skip to content
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

Release #1022

Merged
merged 7 commits into from
Dec 11, 2023
Merged

Release #1022

merged 7 commits into from
Dec 11, 2023

Conversation

loderunner
Copy link
Contributor

Checklist

=========

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have checked for similar issues and haven't found anything relevant.
  • This is not a security issue (which should be reported here: https://circleci.com/security/)
  • I have read Contribution Guidelines.

Internal Checklist

  • I am requesting a review from my own team as well as the owning team
  • I have a plan in place for the monitoring of the changes that I am making (this can include new monitors, logs to be aware of, etc...)

Changes

=======

  • Put itemized changes here, preferably in imperative mood, i.e. "Add
    functionA to fileB"

Rationale

=========

What was the overarching product goal of this PR as well as any pertinent
history of changes

Considerations

==============

Why you made some of the technical decisions that you made, especially if the
reasoning is not immediately obvious

Screenshots

============

Before

Image or [gif](https://giphy.com/apps/giphycapture)

After

Image or gif where change can be clearly seen

Here are some helpful tips you can follow when submitting a pull request:

  1. Fork the repository and create your branch from main.
  2. Run make build in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (make test).
  5. The --debug flag is often helpful for debugging HTTP client requests and responses.
  6. Format your code with gofmt.
  7. Make sure your code lints (make lint). Note: This requires Docker to run inside a local job.

abdelDriowya and others added 5 commits November 22, 2023 09:40
* Add tmp_mount to cli.yaml and to setup command.

* remove tmp mount from setup

* add temp dir to local execute command and

* fix flags

* e2e test for docker execute

* add test cases

* setup remote docker in test jobs

* use --mount instead of --volume for docker bind mounts

* fix rebase mistake

* remove remote docker from non-linux test jobs

* skip local execute tests on non-linux OS

* omit empty temp dir

* remove local execute e2e tests

* remove unused setup_remote_docker

---------

Co-authored-by: Cirano Eusebi <ceusebi@eventbrite.com>
* update go version in go.mod

* fix updater tests

* update go-selfupdater

* update go version in CI

* install go from package on macOS

* switch macos to arm

* update Xcode

* remove usage of `TESTING` env var
@loderunner loderunner requested review from a team as code owners December 11, 2023 14:37
@loderunner loderunner merged commit 25c735c into main Dec 11, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants