Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: instill-ai/artifact-backend Loading
base: v0.2.0-alpha
Choose a base ref
...
head repository: instill-ai/artifact-backend Loading
compare: v0.2.1-alpha
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 3, 2024

  1. fix: add /bin/sh to Dockerfile (#10)

    Because
    
    - `docker compose  up` from `instill-core` produces an error 
    
    ```sh
    Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown
    make: *** [latest] Error 1
    ```
    
    This commit
    
    - Corrects `Dockerfile`. It had originally been copied from
    `mgmt-backend` but then adjusted based on other services. This commit
    reconciles the build strategy.
    jvallesm committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7df1dd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. chore: remove integration test workflow (#12)

    Because
    
    - CI fails when a branch is merged into `main`.
    
    This commit
    
    - Since [`make
    integration-test`](https://github.com/instill-ai/artifact-backend/pull/12/files#diff-65ae1168eecd2c82b28b52c8a2c70866716e326bfa781144b33f0d74909103d9L123)
    [does
    nothing](https://github.com/instill-ai/artifact-backend/blob/v0.2.0-alpha/Makefile#L64)
    at the moment, it doesn't make sense to spend resources and time
    deploying `instill-core`. The action is removed until INS-3992 is
    tackled.
    jvallesm committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    60e374a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. chore(main): release 0.2.1-alpha (#11)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [0.2.1-alpha](v0.2.0-alpha...v0.2.1-alpha)
    (2024-04-05)
    
    
    ### Bug Fixes
    
    * add /bin/sh to Dockerfile
    ([#10](#10))
    ([7df1dd3](7df1dd3))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    droplet-bot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fb16959 View commit details
    Browse the repository at this point in the history
Loading