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

bump: tag and release ORAS CLI v1.1.0-rc.2 #1076

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ef6e022
bump: tag and release ORAS CLI v1.1.0-rc.1 (#1016)
qweeah Jul 11, 2023
5194c2e
chore: fix lint warning (#1001)
kranurag7 Jul 11, 2023
46780e7
chore: fix the links in project readme (#1012)
amands98 Jul 12, 2023
ed3fbcc
chore: update container build prepare job output in Github Actions (#…
qweeah Jul 12, 2023
21d0b71
test: add unit test for error scenario in `internal/credential/store.…
enraiha0307 Jul 12, 2023
3092656
chore: use golangci lint (#986)
kranurag7 Jul 13, 2023
a1d0764
fix: correct e2e specs and CI check configuration (#1023)
qweeah Jul 18, 2023
4b9ffea
workflow: add github stale action (#1024)
sajayantony Jul 20, 2023
9260209
fix: move stale into .github/workflows (#1031)
sajayantony Jul 22, 2023
41cb0c8
build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10 in /t…
dependabot[bot] Jul 25, 2023
0b6651a
chore: improving error log for `oras push` and `oras attach` when the…
1Shubham7 Jul 27, 2023
e6b9a44
chore: exempt stale if milestone is set (#1036)
qweeah Jul 27, 2023
dcc112b
chore: add triage labels (#1055)
FeynmanZhou Aug 8, 2023
ceb56f8
chore: make error returned by `oras tag` more readable (#1058)
qweeah Aug 9, 2023
91db018
revert: "feat: add flag to skip deleting obsolete referrers index" (#…
qweeah Aug 9, 2023
fda8425
feat: disable referrers index GC by default (#1059)
qweeah Aug 9, 2023
0e2e0f3
build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#1051)
dependabot[bot] Aug 10, 2023
30abae3
feat: pack OCI image spec v1.1 manifests (#1054)
qweeah Aug 18, 2023
742b044
bump: use new packing function in oras-go (#1070)
qweeah Aug 22, 2023
6319416
feat: support warning in remote targets (#1057)
qweeah Aug 23, 2023
49f58ab
chore: align naming of pack option to oras-go (#1073)
qweeah Aug 24, 2023
08a1a9f
bump: update golang to 1.21 (#1074)
qweeah Aug 24, 2023
b848c93
build(deps): bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 in …
dependabot[bot] Aug 24, 2023
443242e
bump: tag and release ORAS CLI v1.1.0-rc.2
qweeah Aug 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump: update golang to 1.21 (#1074)
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored Aug 24, 2023
commit 08a1a9f3da184d8834188b791cd78a96a6dd4dba
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20']
go-version: ['1.21']
fail-fast: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
security-events: write
strategy:
matrix:
go-version: ['1.20']
go-version: ['1.21']
fail-fast: false
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20']
go-version: ['1.21']
fail-fast: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v3
with:
go-version: '1.20.5'
go-version: '1.21.0'
- name: run goreleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.20.5-alpine as builder
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21.0-alpine as builder
ARG TARGETPLATFORM
RUN apk add git make
ENV ORASPKG /oras
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module oras.land/oras

go 1.20
go 1.21

require (
github.com/opencontainers/go-digest v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parts:
- on amd64 to s390x:
- TARGET_ARCH: "s390x"
build-snaps:
- go/1.20/stable
- go/1.21/stable
build-packages:
- make
stage-packages:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module oras.land/oras/test/e2e

go 1.20
go 1.21

require (
github.com/onsi/ginkgo/v2 v2.11.0
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.21

use (
.
Expand Down